Move login forgotPasswordLinkUrl/registrationLinkUrl to plugin

This commit is contained in:
djmaze 2021-04-22 13:59:22 +02:00
parent 1b4277c9db
commit 8af35f7d39
21 changed files with 17 additions and 73 deletions

View file

@ -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');