mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 22:27:31 -04:00
Merge pull request #42100 from nextcloud/fix/41881-login-page-translation
This commit is contained in:
commit
cdb6f37a10
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue