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'}}

{{/if}} {{#if (is-equal model.mode "reject")}}
-

CAS authentication failure

+

{{localize 'login_cas_error'}}

{{/if}} diff --git a/gui/app/pods/auth/forgot/template.hbs b/gui/app/pods/auth/forgot/template.hbs index 73672284..1cc7732a 100644 --- a/gui/app/pods/auth/forgot/template.hbs +++ b/gui/app/pods/auth/forgot/template.hbs @@ -1,8 +1,7 @@