mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +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
|
|
@ -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