Skip to content

Commit b1d39f6

Browse files
Brutus5000julianlam
authored andcommitted
Fix exporting of hooks
1 parent 5df8f85 commit b1d39f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const constants = Object.freeze({
6464
userRoute: '', // This is the address to your app's "user profile" API endpoint (expects JSON)
6565
});
6666

67-
const OAuth = {};
67+
const OAuth = module.exports;
6868
let configOk = false;
6969
let passportOAuth;
7070
let opts;

0 commit comments

Comments
 (0)