fix accessibility id

pull/891/head
Ryan ZHAO 9 months ago
parent 09500b1695
commit e430ef7943

@ -143,8 +143,8 @@ struct EnterAccountIdScreen: View {
placeholder: "accountIdOrOnsEnter".localized(),
error: $error,
accessibility: Accessibility(
identifier: "Session ID input box",
label: "Session ID input box"
identifier: "Session id input box",
label: "Session id input box"
)
) {
ZStack {

Loading…
Cancel
Save