Skip to content

Commit

Permalink
Merge pull request #42100 from nextcloud/fix/41881-login-page-transla…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
skjnldsv authored Dec 8, 2023
2 parents 4cbc8b6 + 452abf7 commit cdb6f37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/Listener/BeforeTemplateRenderedListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public function handle(Event $event): void {
// todo: make login work without these
Util::addScript('core', 'common');
Util::addScript('core', 'main');
Util::addTranslations('core');
}

if ($event instanceof BeforeTemplateRenderedEvent) {
Expand Down

0 comments on commit cdb6f37

Please sign in to comment.