Skip to content

Commit 7e44efa

Browse files
committed
Update sign-up-fields.android.mdx
1 parent 0fa0194 commit 7e44efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/[platform]/connected-components/authenticator/customization/sign-up-fields.android.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,5 @@ Authenticator(
134134
```
135135

136136
<Alert role="none" variation="warning" heading="Important">
137-
When using `AuthenticationFlow.Password`, password fields are **always required** regardless of the `required` parameter.
137+
When using `AuthenticationFlow.Password`, password fields are **always required** regardless of the `required` parameter. This means the `Password` flow will override any `password()` configuration in `signUpForm`, even if `required` is set to `false`.
138138
</Alert>

0 commit comments

Comments
 (0)