use newPassword for text field type on sign up form (iOS)

This commit is contained in:
Satindar Dhillon
2022-08-02 09:34:37 -07:00
parent 44a3ef7c24
commit f08029643b

View File

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