login view setup handler

This commit is contained in:
Yuri Kuznetsov
2024-04-20 15:42:45 +03:00
parent cb8a43da52
commit a5ef17e06c
+2
View File
@@ -148,6 +148,8 @@ class LoginView extends View {
this.translate('Sign in');
}
this.wait(this.getHelper().processSetupHandlers(this, 'login'));
if (this.getLanguage().has('Log in', 'labels', 'Global')) {
this.logInText = this.translate('Log in');
}