diff --git a/gui/app/components/user/user-profile.js b/gui/app/components/user/user-profile.js index b9437f12..91347f84 100644 --- a/gui/app/components/user/user-profile.js +++ b/gui/app/components/user/user-profile.js @@ -87,10 +87,5 @@ export default Component.extend(AuthProvider, { set(this, 'password.confirmation', ''); }); } - - // onThemeChange(theme) { - // this.get('appMeta').setTheme(theme); - // this.set('model.theme', theme); - // } } }); diff --git a/gui/app/pods/auth/cas/template.hbs b/gui/app/pods/auth/cas/template.hbs index c61afd04..85965cf6 100644 --- a/gui/app/pods/auth/cas/template.hbs +++ b/gui/app/pods/auth/cas/template.hbs @@ -1,12 +1,12 @@ {{#if (is-equal model.mode "login")}}
Authenticating with CAS...
+{{localize 'login_cas'}}
CAS authentication failure
+{{localize 'login_cas_error'}}
Authenticating with Keycloak...
+{{localize 'login_keycloak'}}
Keycloak authentication failure
+{{localize 'login_keycloak_error'}}
{{model.message}}
Logging out...
+{{localize 'logout'}}
Signing in...
+{{localize 'authentication'}}