Skip to content

Commit

Permalink
chore: export util
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideIadeluca committed Oct 29, 2024
1 parent 5983849 commit b760aef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions js/src/forum/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import extendLoginSignup from './extenders/extendLoginSignup';
export { default as extend } from './extend';

export * from './components';
export * from './utils';

app.initializers.add('fof/oauth', () => {
extendLoginSignup();
Expand Down
5 changes: 5 additions & 0 deletions js/src/forum/utils/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { openOAuthPopup } from './popupUtils';

export const utils = {
openOAuthPopup,
};

0 comments on commit b760aef

Please sign in to comment.