From 30b40bcfb7fb8b1b9823a761a561a24df44815dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Edenstr=C3=B6m?= Date: Tue, 29 Oct 2024 09:35:19 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20fix=20syntax=20error=20in?= =?UTF-8?q?=20google=20auth=20example=20(#300)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v4/securing-google-auth/google-auth-hook.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v4/securing-google-auth/google-auth-hook.js b/v4/securing-google-auth/google-auth-hook.js index 6db51208..b22327d4 100644 --- a/v4/securing-google-auth/google-auth-hook.js +++ b/v4/securing-google-auth/google-auth-hook.js @@ -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');