bug(settings): Code should exit after navigation

This commit is contained in:
dschom 2024-09-16 14:46:47 -07:00
Родитель 1328ec8597
Коммит 6c73f6cf8b
Не найден ключ, соответствующий данной подписи
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -44,6 +44,7 @@ const CompleteResetPasswordContainer = ({
if (!location.state) {
navigate('/reset_password', { replace: true });
return;
}
const {