Skip to content

Commit

Permalink
Remove www from web device
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy-Gonzalez committed Dec 31, 2024
1 parent 183086f commit ef1edc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const ROOT_URL = ((): string => {
const DEVICE_TO_REDIRECT_URL = new Map([
[Device.ADMIN, "https://admin.hackillinois.org/auth/"],
[Device.DEV, `${ROOT_URL}/auth/dev/`],
[Device.WEB, "https://www.hackillinois.org/auth/"],
[Device.WEB, "https://hackillinois.org/auth/"],
[Device.CHALLENGE, `${ROOT_URL}/auth/dev/`],
[Device.IOS, "hackillinois://login/"],
[Device.ANDROID, "hackillinois://login/"],
Expand Down

0 comments on commit ef1edc0

Please sign in to comment.