use newPassword for text field type on sign up form (iOS)
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user