Use standard keyboard for username entry

This commit is contained in:
Angelo Stavrow 2020-08-17 13:10:56 -04:00
parent bd7d18cd27
commit c5b18a2440
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE

View File

@ -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())