Skip to content

Commit

Permalink
Hotfix: Update Google callback URL
Browse files Browse the repository at this point in the history
  • Loading branch information
AydanPirani authored Aug 15, 2023
1 parent 899f6be commit 5e7a4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(",");
}
Expand Down

0 comments on commit 5e7a4ee

Please sign in to comment.