Merge pull request #42113 from nextcloud/backport/42100/stable28

This commit is contained in:
John Molakvoæ 2023-12-08 15:44:33 +01:00 committed by GitHub
commit 25cda7cb5a
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) {