Fixes #2145 - Hide pin code in lock screen setup mode
This commit is contained in:
committed by
Stefan Ceriu
parent
009df3eee9
commit
60504697ad
@@ -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
1
changelog.d/2145.change
Normal file
@@ -0,0 +1 @@
|
||||
Hide pin code in lock screen setup mode
|
||||
Reference in New Issue
Block a user