Skip to content

Commit

Permalink
Disable autocomplete for seed box when restoring wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjoberg committed Sep 22, 2022
1 parent 8438a87 commit 5805b9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/windows/Welcome/Restore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ export default function Restore({ navigation }: IProps) {
value={seedText}
returnKeyType="done"
blurOnSubmit={true}
autoComplete="off"
autoCapitalize="none"
autoCorrect={false}
importantForAutofill="no"
/>
<View style={{ marginTop: 14, width: "100%", display: "flex" }}>
<H3>{t("restore.channel.title")}</H3>
Expand Down

1 comment on commit 5805b9b

@vercel
Copy link

@vercel vercel bot commented on 5805b9b Sep 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blixt-wallet – ./

blixt-wallet-hsjoberg.vercel.app
blixt-wallet-git-master-hsjoberg.vercel.app

Please sign in to comment.