mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
test
This commit is contained in:
parent
1f5d92f081
commit
07e1ae9986
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue