web: client: fix change password crash

This commit is contained in:
Vladislav Makhov 2021-04-27 12:55:27 +03:00
parent 9a06ab8b3b
commit 79ff69fe01

View File

@ -37,7 +37,7 @@ const Confirm = ({ match }) => {
path={`${match.path}/EmailChange`}
component={ChangeEmailForm}
/>
<Route
<ConfirmRoute
forUnauthorized
path={`${match.path}/PasswordChange`}
component={ChangePasswordForm}