зеркало из https://github.com/mozilla/fxa.git
bug(settings): Code should exit after navigation
This commit is contained in:
Родитель
1328ec8597
Коммит
6c73f6cf8b
|
@ -44,6 +44,7 @@ const CompleteResetPasswordContainer = ({
|
||||||
|
|
||||||
if (!location.state) {
|
if (!location.state) {
|
||||||
navigate('/reset_password', { replace: true });
|
navigate('/reset_password', { replace: true });
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const {
|
const {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче