Skip to content

Commit 0cf56d3

Browse files
committed
fixup! get token from url
1 parent 744bbf1 commit 0cf56d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const App = hot(module)(() => (
2424
<Route exact path={Routes.REGISTER} component={Register} />
2525
<Route exact path={Routes.LEADERBOARD} component={Leaderboard} />
2626
<Route exact path={Routes.USER_PROFILE_MODEL} component={UserProfileModal} />
27-
<Route path="/forgot-password" component={ChangePassword} />
27+
<Route path={Routes.CHANGE_PASSWORD} component={ChangePassword} />
2828
</Switch>
2929
<Sugar background="#484848" color="white" />
3030
</BrowserRouter>

0 commit comments

Comments
 (0)