Skip to content

Commit

Permalink
fix(setup-wallet): disable password suggestion on ios
Browse files Browse the repository at this point in the history
  • Loading branch information
banklesss committed May 7, 2024
1 parent 2f2241a commit 962bb5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ export const WalletDetailsScreen = () => {
autoComplete="off"
disabled={isLoading}
showErrorOnBlur
textContentType="oneTimeCode"
/>

<Space height="xl" />
Expand All @@ -350,6 +351,7 @@ export const WalletDetailsScreen = () => {
autoComplete="off"
disabled={isLoading}
showErrorOnBlur
textContentType="oneTimeCode"
/>

<Space height="xl" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ export const RestoreWalletDetailsScreen = () => {
autoComplete="off"
disabled={isLoading}
showErrorOnBlur
textContentType="oneTimeCode"
/>

<Space height="xl" />
Expand All @@ -304,6 +305,7 @@ export const RestoreWalletDetailsScreen = () => {
autoComplete="off"
disabled={isLoading}
showErrorOnBlur={!isOpenWalletSuccess}
textContentType="oneTimeCode"
/>

<Space height="xl" />
Expand Down

0 comments on commit 962bb5e

Please sign in to comment.