From a5ef17e06c6678756c8248e7944b09ae0116e145 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sat, 20 Apr 2024 15:42:45 +0300 Subject: [PATCH] login view setup handler --- client/src/views/login.js | 2 ++ 1 file changed, 2 insertions(+) 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'); }