mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Move login forgotPasswordLinkUrl/registrationLinkUrl to plugin
This commit is contained in:
parent
1b4277c9db
commit
8af35f7d39
21 changed files with 17 additions and 73 deletions
|
|
@ -118,7 +118,7 @@
|
|||
line-height: 29px;
|
||||
right: 6px;
|
||||
top: 6px;
|
||||
z-index: 10;
|
||||
z-index: 6;
|
||||
}
|
||||
|
||||
.input-append .add-on * {
|
||||
|
|
|
|||
|
|
@ -57,9 +57,6 @@ class LoginUserView extends AbstractViewCenter {
|
|||
signMeType: LoginSignMeType.Unused
|
||||
});
|
||||
|
||||
this.forgotPasswordLinkUrl = Settings.app('forgotPasswordLinkUrl');
|
||||
this.registrationLinkUrl = Settings.app('registrationLinkUrl');
|
||||
|
||||
this.formError = ko.observable(false).extend({ falseTimeout: 500 });
|
||||
|
||||
this.allowLanguagesOnLogin = !!SettingsGet('AllowLanguagesOnLogin');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue