How'd you get in there
This commit is contained in:
parent
9eb31a16d9
commit
a10191a120
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ const EnhancedForm = withFormik<Props, Values>({
|
||||||
window.location = response.intended || '/';
|
window.location = response.intended || '/';
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
å
|
|
||||||
setSubmitting(false);
|
setSubmitting(false);
|
||||||
})
|
})
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
|
|
Loading…
Reference in a new issue