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

pull/42030/head
John Molakvoæ 6 months ago committed by GitHub
commit cdb6f37a10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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