Skip to content

Commit

Permalink
fix: update snapshot
Browse files Browse the repository at this point in the history
Signed-off-by: fc-santos <[email protected]>
  • Loading branch information
fc-santos committed Nov 15, 2024
1 parent 587895d commit e376a33
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ exports[`PINEnter Screen PIN Enter renders correctly 1`] = `
accessibilityLabel="PINEnter.EnterPIN"
accessible={true}
autoCapitalize="characters"
autoComplete="one-time-code"
autoCorrect={false}
autoFocus={true}
blurOnSubmit={false}
Expand All @@ -289,7 +290,7 @@ exports[`PINEnter Screen PIN Enter renders correctly 1`] = `
"bottom": 0,
"fontSize": 1,
"left": 0,
"opacity": 0.01,
"opacity": 0.015,
"position": "absolute",
"right": 0,
"top": 0,
Expand Down Expand Up @@ -735,6 +736,7 @@ exports[`PINEnter Screen PIN Enter renders correctly when logged out message is
accessibilityLabel="PINEnter.EnterPIN"
accessible={true}
autoCapitalize="characters"
autoComplete="one-time-code"
autoCorrect={false}
autoFocus={true}
blurOnSubmit={false}
Expand All @@ -753,7 +755,7 @@ exports[`PINEnter Screen PIN Enter renders correctly when logged out message is
"bottom": 0,
"fontSize": 1,
"left": 0,
"opacity": 0.01,
"opacity": 0.015,
"position": "absolute",
"right": 0,
"top": 0,
Expand Down

0 comments on commit e376a33

Please sign in to comment.