Skip to content

Commit

Permalink
Change auth url in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudmanic committed Oct 22, 2024
1 parent 4e5d13a commit 032f37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/urls.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const apiBetaOptIn = createAPIURL('/api/beta-opt-in')
export const accountURL = createPageURL('/account')
export const aboutURL = createPageURL('/about')
export const achievementsURL = createPageURL('/achievements')
export const authURL = createPageURL('/auth')
export const authURL = createPageURL('/v5/login')
export const betaOptInURL = createPageURL('/beta-opt-in')
export const dashboardURL = createPageURL('/')
export const missionHubURL = createPageURL('/missions')
Expand Down

0 comments on commit 032f37f

Please sign in to comment.