Skip to content

Commit

Permalink
Fixes #2145 - Hide pin code in setup mode
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanceriu committed Nov 22, 2023
1 parent 7c3ee01 commit 3a00b44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ struct AppLockSetupPINScreen: View {
header

PINTextField(pinCode: $context.pinCode,
isSecure: context.viewState.mode == .unlock)
isSecure: true)
.focused($textFieldFocus)
}
.padding(.horizontal, 16)
Expand Down

0 comments on commit 3a00b44

Please sign in to comment.