Fix load state when reusing same email

This commit is contained in:
Eric Bailey
2025-04-27 18:15:49 -05:00
parent f4482dd292
commit 46af6ceb5f
@@ -55,6 +55,7 @@ export function Update(_props: {config: Exclude<Screen, {id: 'Verify'}>}) {
if (email === currentAccount!.email) {
setTip(_(msg`This email is already associated with your account.`))
setUpdateStatus(null)
return
}