Merge pull request #1524 from chakflying/fix/disable-auth-icon

Fix: Handle disabled auth in user dropdown
This commit is contained in:
Louis Lam
2022-04-20 23:50:33 +08:00
committed by GitHub
5 changed files with 16 additions and 5 deletions

View File

@@ -462,4 +462,6 @@ export default {
"Footer Text": "Footer Text",
"Show Powered By": "Show Powered By",
"Domain Names": "Domain Names",
signedInDisp: "Signed in as {0}",
signedInDispDisabled: "Auth Disabled.",
};