feat: re-login modal for role changed

This commit is contained in:
Tristan Yang
2023-03-20 21:38:31 +08:00
parent 797ae0ff91
commit f67d1a7dc3
9 changed files with 99 additions and 9 deletions
+3 -1
View File
@@ -23,7 +23,9 @@
"logout": {
"title": "Log Out",
"desc": "Are you sure want to log out this account?",
"clear_local": "Clear local data"
"clear_local": "Clear local data",
"role_changed": "Detected your role has changed, would you re-login to take effect?",
"later": "Maybe later"
},
"continue": "Continue with Email",
"placeholder_name": "Enter your Name",
+1
View File
@@ -7,6 +7,7 @@
"more": "More",
"action": {
"login": "Sign In",
"re_login": "Logout",
"logout": "Log Out",
"change_avatar": "Change Avatar",
"cancel": "Cancel",