mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-10 17:53:36 +02:00
fix: correct path for login
This commit is contained in:
parent
3cd93e3baa
commit
8ea3a4df12
@ -74,7 +74,7 @@ const ResetPasswordForm = ({ token, setLoading }: IResetPasswordProps) => {
|
|||||||
const res = await makeResetPasswordReq();
|
const res = await makeResetPasswordReq();
|
||||||
setLoading(false);
|
setLoading(false);
|
||||||
if (res.status === OK) {
|
if (res.status === OK) {
|
||||||
navigate('login?reset=true');
|
navigate('/login?reset=true');
|
||||||
setApiError(false);
|
setApiError(false);
|
||||||
} else {
|
} else {
|
||||||
setApiError(true);
|
setApiError(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user