Skip to content

Commit

Permalink
[C-4063] Add Sign on routes and aliases to static routes (#7918)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Shanks authored Mar 25, 2024
1 parent 92ced07 commit 8c98f63
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/web/src/utils/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,18 @@ export const staticRoutes = new Set([
EMPTY_PAGE,
SIGN_IN_PAGE,
SIGN_UP_PAGE,
...SIGN_ON_ALIASES,
SIGN_UP_EMAIL_PAGE,
SIGN_UP_PASSWORD_PAGE,
SIGN_UP_CREATE_LOGIN_DETAILS,
SIGN_UP_HANDLE_PAGE,
SIGN_UP_REVIEW_HANDLE_PAGE,
SIGN_UP_FINISH_PROFILE_PAGE,
SIGN_UP_GENRES_PAGE,
SIGN_UP_ARTISTS_PAGE,
SIGN_UP_APP_CTA_PAGE,
SIGN_UP_LOADING_PAGE,
SIGN_UP_COMPLETED_REDIRECT,
NOTIFICATION_PAGE,
APP_REDIRECT,
REPOSTING_USERS_ROUTE,
Expand Down

0 comments on commit 8c98f63

Please sign in to comment.