fix(core): add translations on the login page

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
pull/42100/head
Grigorii K. Shartsev 6 months ago
parent 7b6877b278
commit 452abf7c7f

@ -53,6 +53,7 @@ class BeforeTemplateRenderedListener implements IEventListener {
// todo: make login work without these
Util::addScript('core', 'common');
Util::addScript('core', 'main');
Util::addTranslations('core');
}
if ($event instanceof BeforeTemplateRenderedEvent) {

Loading…
Cancel
Save