Skip to content

Commit

Permalink
feat(express): updating haste express version
Browse files Browse the repository at this point in the history
  • Loading branch information
rallieon committed Feb 10, 2023
1 parent 430a104 commit fe0102c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/haste-express/lib/hasteStrategy.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class HasteStrategy {
static initialize(options, verify) {
if (!options) {
options = {
domain: process.env.AUTH0_DOMAIN,
clientID: process.env.AUTH0_CLIENT_ID,
clientSecret: process.env.AUTH0_CLIENT_SECRET,
domain: process.env.AUTH0_DOMAIN,
callbackURL: process.env.AUTH0_CALLBACK_URL || 'http://localhost:3002/',
};
}
Expand Down

0 comments on commit fe0102c

Please sign in to comment.