mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
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:
parent
2047525ce6
commit
4adc672ccd
12 changed files with 192 additions and 271 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue