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 009df3eee9
commit 60504697ad
2 changed files with 2 additions and 1 deletions

View File

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

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

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