Skip to content

Commit

Permalink
fix: mf-5122 reset password after reselect backup file (#10556)
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleBill committed Aug 22, 2023
1 parent e05154d commit bcde0ed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export const RestorePersonaFromLocal = memo(function RestorePersonaFromLocal({ o
setFile(null)
setBackupValue('')
setSummary(null)
setPassword('')
setRestoreStatus(RestoreStatus.WaitingInput)
}, [])

Expand Down

0 comments on commit bcde0ed

Please sign in to comment.