diff --git a/src/constants.ts b/src/constants.ts index 5efda829..1785df4f 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -13,7 +13,7 @@ abstract class Constants { // URLs static readonly GITHUB_OAUTH_CALLBACK:string = "http://localhost:3000/auth/github/callback/"; - static readonly GOOGLE_OAUTH_CALLBACK:string = "https://adonix.hackillinois.org/auth/google/callback/"; + static readonly GOOGLE_OAUTH_CALLBACK:string = "https://localhost:3000/auth/google/callback/"; static readonly SYSTEM_ADMIN_LIST:string[] = (process.env.SYSTEM_ADMINS ?? "").split(","); }