aws-amplify / amplify-ui-android

Amplify UI for Android is a collection of accessible, themeable, performant Android components that can connect directly to the cloud.
https://ui.docs.amplify.aws
Apache License 2.0
13 stars 7 forks source link

the confirm password field should not be mandatory in SignUp #166

Open pmellaaho opened 1 month ago

pmellaaho commented 1 month ago

Before opening, please confirm:

Which UI component is this feature-request for?

Authenticator

Please include any relevant guides or documentation you're referencing

No response

Please describe your feature-request in detail.

The confirmPassword is currently mandatory part of the SignUp i.e. even if one would use the SignUpFormBuilder without calling confirmPassword() it's still required. The same applies also when signUpForm is not used at all.

Initialization steps (if applicable)

No response

Code Snippet

// Put your code below this line.

amplifyconfiguration.json

No response

Additional information and screenshots

No response

mattcreaser commented 1 month ago

Thanks for the suggestion @pmellaaho. It seems reasonable that we should make this configurable.