Fixes #2145 - Hide pin code in lock screen setup mode

This commit is contained in:
Stefan Ceriu 2023-11-22 14:58:12 +02:00 committed by Stefan Ceriu
parent 0dafdc4e7a
commit 9ed35e8633
2 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,7 @@ struct AppLockSetupPINScreen: View {
header header
PINTextField(pinCode: $context.pinCode, PINTextField(pinCode: $context.pinCode,
isSecure: context.viewState.mode == .unlock) isSecure: true)
.focused($textFieldFocus) .focused($textFieldFocus)
} }
.padding(.horizontal, 16) .padding(.horizontal, 16)

1
changelog.d/2145.change Normal file
View File

@ -0,0 +1 @@
Hide pin code in lock screen setup mode