Skip to content

Commit

Permalink
Hotfix: Re-add domain to callbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
AydanPirani authored Aug 15, 2023
1 parent 5e7a4ee commit ec94aac
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 = "http://localhost:3000/auth/github/callback/";
static readonly GOOGLE_OAUTH_CALLBACK:string = "https://localhost:3000/auth/google/callback/";
static readonly GITHUB_OAUTH_CALLBACK:string = "http://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 ec94aac

Please sign in to comment.