This commit is contained in:
Khalim Conn-Kowlessar 2024-09-10 04:01:31 +01:00
parent 1f5d92f081
commit 07e1ae9986

View file

@ -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