Skip to content

Commit

Permalink
Refactor routes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhenjaHorbach committed Nov 30, 2023
1 parent f238de4 commit 3f8545a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ROUTES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const ROUTES = {
},
SETTINGS_NEW_CONTACT_METHOD: {
route: 'settings/profile/contact-methods/new',
getRoute: (backTo?: string) => `${getUrlWithBackToParam('settings/profile/contact-methods/new', backTo)}`,
getRoute: (backTo?: string) => getUrlWithBackToParam('settings/profile/contact-methods/new', backTo),
},
SETTINGS_2FA: {
route: 'settings/security/two-factor-auth',
Expand Down

0 comments on commit 3f8545a

Please sign in to comment.