Adjusted OIDC template, continue working on building client side app

This commit is contained in:
Donald Zou
2025-08-02 16:51:24 +08:00
parent 7322b7cbf0
commit b52bb83c67
8 changed files with 86 additions and 18 deletions

View File

@@ -1127,7 +1127,7 @@ class Locale:
def updateLanguage(self, lang_id):
if not os.path.exists(os.path.join(f"{self.localePath}{lang_id}.json")):
DashboardConfig.SetConfig("Server", "dashboard_language", "en")
DashboardConfig.SetConfig("Server", "dashboard_language", "en-US")
else:
DashboardConfig.SetConfig("Server", "dashboard_language", lang_id)