Fix load state when reusing same email
This commit is contained in:
@@ -55,6 +55,7 @@ export function Update(_props: {config: Exclude<Screen, {id: 'Verify'}>}) {
|
|||||||
|
|
||||||
if (email === currentAccount!.email) {
|
if (email === currentAccount!.email) {
|
||||||
setTip(_(msg`This email is already associated with your account.`))
|
setTip(_(msg`This email is already associated with your account.`))
|
||||||
|
setUpdateStatus(null)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user