fix: Handle login when there are no accounts (#12816)

This commit is contained in:
Pranav
2025-11-06 20:44:59 -08:00
committed by GitHub
parent 5bf39d20e5
commit 01363042ce
5 changed files with 62 additions and 15 deletions

View File

@@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": {
"TITLE": "Account Suspended",
"MESSAGE": "Your account is suspended. Please reach out to the support team for more information."
},
"NO_ACCOUNTS": {
"TITLE": "No account found",
"MESSAGE_CLOUD": "You are not part of any accounts right now. If you think this is a mistake, please reach out to our support team.",
"MESSAGE_SELF_HOSTED": "You are not part of any accounts right now. Please reach out to your administrator.",
"LOGOUT": "Log out"
}
},
"COMPONENTS": {