Add suspendedAt column to teams
This commit is contained in:
@@ -84,12 +84,18 @@ export default function Notices() {
|
||||
requesting another.
|
||||
</Trans>
|
||||
)}
|
||||
{(notice === "suspended" || notice === "user-suspended") && (
|
||||
{notice === "user-suspended" && (
|
||||
<Trans>
|
||||
Your account has been suspended. To re-activate your account, please
|
||||
contact a workspace admin.
|
||||
</Trans>
|
||||
)}
|
||||
{notice === "team-suspended" && (
|
||||
<Trans>
|
||||
This workspace has been suspended. Please contact support to restore
|
||||
access.
|
||||
</Trans>
|
||||
)}
|
||||
{notice === "authentication-provider-disabled" && (
|
||||
<Trans>
|
||||
Authentication failed – this login method was disabled by a team
|
||||
|
||||
Reference in New Issue
Block a user