diff --git a/src/screens/Settings/Sections/AuthSection.tsx b/src/screens/Settings/Sections/AuthSection.tsx index 5f2afc22..b848fb25 100644 --- a/src/screens/Settings/Sections/AuthSection.tsx +++ b/src/screens/Settings/Sections/AuthSection.tsx @@ -115,6 +115,7 @@ export const AuthSection = (props: Props) => { result?.error.tag === 'mfa-invalid' ) { setMfa(result?.error); + setMfaCode(''); } else if (result?.error.message) { application?.alertService?.alert(result?.error.message, 'Oops', 'OK'); setMfa(undefined);