Merge pull request #42100 from nextcloud/fix/41881-login-page-translation

This commit is contained in:
John Molakvoæ 2023-12-08 10:01:19 +01:00 committed by GitHub
commit cdb6f37a10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {