File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export const App = hot(module)(() => (
2525 < Route exact path = { Routes . REGISTER } component = { Register } />
2626 < Route exact path = { Routes . LEADERBOARD } component = { Leaderboard } />
2727 < Route exact path = { Routes . USER_PROFILE_MODEL } component = { UserProfileModal } />
28- < Route path = "/forgot-password" component = { ChangePassword } />
28+ < Route path = { Routes . CHANGE_PASSWORD } component = { ChangePassword } />
2929 </ Switch >
3030 < PopUpMenu />
3131 < Sugar background = "#484848" color = "white" />
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ export enum Routes {
44 REGISTER = '/register' ,
55 LEADERBOARD = '/leaderboard' ,
66 USER_PROFILE_MODEL = '/profile' ,
7- CHANGE_PASSWORD = '/forgot-password/* ' ,
7+ CHANGE_PASSWORD = '/forgot-password' ,
88}
You can’t perform that action at this time.
0 commit comments