You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the deployment/users page, for suspended users the status column will say something like "Suspended / 8 days ago".
To me, this reads as if we are saying they were suspended 8 days ago. Looking at the API response, it seems we're using the last_seen_at property to compute "8 days ago," so really, this means they last logged in 8 days ago, not that they were suspended 8 days ago.
The text was updated successfully, but these errors were encountered:
In the
deployment/users
page, for suspended users the status column will say something like "Suspended / 8 days ago".To me, this reads as if we are saying they were suspended 8 days ago. Looking at the API response, it seems we're using the
last_seen_at
property to compute "8 days ago," so really, this means they last logged in 8 days ago, not that they were suspended 8 days ago.The text was updated successfully, but these errors were encountered: