mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
use newPassword for text field type on sign up form (iOS)
This commit is contained in:
parent
44a3ef7c24
commit
f08029643b
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ struct EmailSignupFormView: View {
|
|||
.font(.appFootnote)
|
||||
.foregroundColor(.appGrayText)
|
||||
SecureField("", text: $password)
|
||||
.textContentType(.password)
|
||||
.textContentType(.newPassword)
|
||||
.textInputAutocapitalization(.never)
|
||||
.disableAutocorrection(true)
|
||||
.focused($focusedField, equals: .password)
|
||||
|
|
|
|||
Loading…
Reference in a new issue