Skip to content

Commit

Permalink
fix: disabled password recovery settings
Browse files Browse the repository at this point in the history
  • Loading branch information
zovomat committed Apr 21, 2022
1 parent c61287c commit 08898f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/settings/accounts-settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -284,11 +284,11 @@ export const AccountsSettings = ({ identitiesDefault, t }: AccountSettingsProps)
isExternalAccount={false}
updateIdentities={updateIdentities}
/>
<PasswordRecoverySettings
{/* <PasswordRecoverySettings
t={t}
items={identities[selectedIdentityId]}
createSnackbar={createSnackbar}
/>
/> */}
<Delegates
t={t}
items={delegates}
Expand Down

0 comments on commit 08898f1

Please sign in to comment.