Skip to content

Commit

Permalink
Merge branch '4' into 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Oct 15, 2023
2 parents 85642ce + 15baaff commit 656ebd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
},
"extra": {
"expose": [
"client/dist"
"client/dist",
"client/lang"
]
},
"minimum-stability": "dev",
Expand Down
1 change: 1 addition & 0 deletions src/Method.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public function getThumbnail(): string

public function applyRequirements(): void
{
Requirements::add_i18n_javascript('silverstripe/totp-authenticator: client/lang');
Requirements::javascript('silverstripe/totp-authenticator: client/dist/js/bundle.js');
Requirements::css('silverstripe/totp-authenticator: client/dist/styles/bundle.css');
}
Expand Down

0 comments on commit 656ebd8

Please sign in to comment.