Skip to content

Commit

Permalink
fix: πŸ› fix syntax error in google auth example (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
edenstrom authored Oct 29, 2024
1 parent 8f628f6 commit 30b40bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v4/securing-google-auth/google-auth-hook.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/

const passport = require('@passport-next/passport');
const GoogleStrategy = require('passport-google-oidc'):
const GoogleStrategy = require('passport-google-oidc');

const { AuthenticationRequired } = require('unleash-server');

Expand Down

0 comments on commit 30b40bc

Please sign in to comment.