Add suspendedAt column to teams

This commit is contained in:
Tom Moor
2023-11-22 21:35:04 -05:00
parent d3e0b19202
commit 3b01368677
6 changed files with 38 additions and 3 deletions

View File

@@ -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