Skip to content

Commit

Permalink
Hotfix: Update callback URLs to match
Browse files Browse the repository at this point in the history
  • Loading branch information
AydanPirani authored Aug 15, 2023
1 parent cae763e commit bf871be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ abstract class Constants {
static readonly INTERNAL_ERROR:number = 500;

// URLs
static readonly GITHUB_OAUTH_CALLBACK:string = "https://hackillinois.org/auth/github/callback/";
static readonly GOOGLE_OAUTH_CALLBACK:string = "https://hackillinois.org/auth/google/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 bf871be

Please sign in to comment.