mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Use standard keyboard for username entry
This commit is contained in:
parent
bd7d18cd27
commit
c5b18a2440
@ -13,7 +13,6 @@ struct AccountLoginView: View {
|
||||
.foregroundColor(.gray)
|
||||
#if os(iOS)
|
||||
TextField("Username", text: $account.username)
|
||||
.keyboardType(.emailAddress)
|
||||
.autocapitalization(.none)
|
||||
.disableAutocorrection(true)
|
||||
.textFieldStyle(RoundedBorderTextFieldStyle())
|
||||
|
Loading…
Reference in New Issue
Block a user