Cleanup Login and removed the ancient obsolete <center> with small redesign

Also placed the loading description above the login form
This commit is contained in:
djmaze 2020-11-26 10:41:53 +01:00
parent 2047525ce6
commit 4adc672ccd
12 changed files with 192 additions and 271 deletions

View file

@ -38,7 +38,8 @@ class LoginUserView extends AbstractViewNext {
this.hideSubmitButton = Settings.app('hideSubmitButton');
this.addObservables({
welcome: !!Settings.get('UseLoginWelcomePage'),
loadingDesc: Settings.get('LoadingDescription'),
email: '',
password: '',
signMe: false,
@ -204,10 +205,6 @@ class LoginUserView extends AbstractViewNext {
return true;
}
displayMainForm() {
this.welcome(false);
}
onShow() {
rl.route.off();
}