Skip to content

Commit

Permalink
fix: google auth route builder (adrien2p#60)
Browse files Browse the repository at this point in the history
-changed expiresIn in domain store from google.admin to google.store
  • Loading branch information
Andrei-Madalin-Vlad authored Mar 3, 2023
1 parent d5245b5 commit f0d678a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ export function getGoogleStoreAuthRouter(google: GoogleAuthOptions, configModule
passportCallbackAuthenticateMiddlewareOptions: {
failureRedirect: google.store.failureRedirect,
},
expiresIn: google.admin.expiresIn,
expiresIn: google.store.expiresIn,
});
}

0 comments on commit f0d678a

Please sign in to comment.