From 07e1ae998639a268f7b733392a8e43786cc21a2a Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Tue, 10 Sep 2024 04:01:31 +0100 Subject: [PATCH] test --- src/app/api/auth/[...nextauth]/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/api/auth/[...nextauth]/route.ts b/src/app/api/auth/[...nextauth]/route.ts index b9a5bb44..affacd8e 100644 --- a/src/app/api/auth/[...nextauth]/route.ts +++ b/src/app/api/auth/[...nextauth]/route.ts @@ -17,7 +17,7 @@ type OauthProvider = "google"; const baseUrl = process.env.VERCEL_URL ? `https://${process.env.VERCEL_URL}` - : "http://localhost:3000"; // Fallback for local development + : "https://assessment-model-git-main-hestiahomes.vercel.app/"; // Fallback for local development // TODO: handle token expiration // https://next-auth.js.org/v3/tutorials/refresh-token-rotation