Skip to content

Commit

Permalink
Hotfix: Modified Github Callback
Browse files Browse the repository at this point in the history
  • Loading branch information
AydanPirani authored Aug 15, 2023
1 parent a159665 commit 2ca62bd
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 @@ -12,7 +12,7 @@ abstract class Constants {
static readonly INTERNAL_ERROR:number = 500;

// URLs
static readonly GITHUB_OAUTH_CALLBACK:string = "http://adonix.hackillinois.org/auth/github/callback/";
static readonly GITHUB_OAUTH_CALLBACK:string = "https://adonix.hackillinois.org/auth/github/callback/";
static readonly GOOGLE_OAUTH_CALLBACK:string = "https://adonix.hackillinois.org/auth/google/callback/";

static readonly SYSTEM_ADMIN_LIST:string[] = (process.env.SYSTEM_ADMINS ?? "").split(",");
Expand Down

0 comments on commit 2ca62bd

Please sign in to comment.