mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 20:50:19 +08:00
feat: add IsDemoMode
for frontend (#1555)
* feat: add `IsDemoMode` for frontend * fix: add i18n * fix: support autologin and go same page * fix: use i18n for button text
This commit is contained in:
@ -14,6 +14,7 @@
|
||||
|
||||
export const ShowGithubCorner = false;
|
||||
export const GithubRepo = "https://github.com/casdoor/casdoor";
|
||||
export const IsDemoMode = false;
|
||||
|
||||
export const ForceLanguage = "";
|
||||
export const DefaultLanguage = "en";
|
||||
|
Reference in New Issue
Block a user