Skip to content

Commit

Permalink
Fix exporting of hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Nov 6, 2024
1 parent 3847771 commit 1803b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const constants = Object.freeze({
userRoute: nconf.get('oauth:fafApiProfileURL'), // This is the address to your app's "user profile" API endpoint (expects JSON)
});

const OAuth = {};
const OAuth = module.exports;
let configOk = false;
let passportOAuth;
let opts;
Expand Down

0 comments on commit 1803b40

Please sign in to comment.