mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Fixes #2145 - Hide pin code in lock screen setup mode
This commit is contained in:
parent
0dafdc4e7a
commit
9ed35e8633
@ -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
1
changelog.d/2145.change
Normal file
@ -0,0 +1 @@
|
|||||||
|
Hide pin code in lock screen setup mode
|
Loading…
x
Reference in New Issue
Block a user