diff --git a/client/src/views/login.js b/client/src/views/login.js index 8c4326a6dd..0745864476 100644 --- a/client/src/views/login.js +++ b/client/src/views/login.js @@ -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'); }