Skip to content

Commit

Permalink
Update config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AydanPirani committed Feb 24, 2024
1 parent d48e9ca commit 40cc072
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ const Config = {
[Device.CHALLENGE, "https://adonix.hackillinois.org/auth/dev/"],
[Device.IOS, "hackillinois://login/"],
[Device.ANDROID, "hackillinois://login/"],
[Device.PUZZLE, "http://localhost:5173/auth/"],
[Device.PUZZLE, "https://runes.hackillinois.org/#/auth/"],
]) as Map<string, string>,

CALLBACK_URLS: {
// GITHUB: "https://adonix.hackillinois.org/auth/github/callback/",
// GOOGLE: "https://adonix.hackillinois.org/auth/google/callback/",
GITHUB: "http://localhost:3000/auth/github/callback/",
GOOGLE: "http://127.0.0.1:3000/auth/google/callback/",
GITHUB: "https://adonix.hackillinois.org/auth/github/callback/",
GOOGLE: "https://adonix.hackillinois.org/auth/google/callback/",
// GITHUB: "http://localhost:3000/auth/github/callback/",
// GOOGLE: "http://127.0.0.1:3000/auth/google/callback/",
},

METADATA_URL: "https://hackillinois.github.io/adonix-metadata/config.json",
Expand Down

0 comments on commit 40cc072

Please sign in to comment.