We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae1f5f commit cfecea8Copy full SHA for cfecea8
src/fragments/lib/auth/js/emailpassword.mdx
@@ -68,8 +68,8 @@ async function confirmSignUp() {
68
}
69
```
70
71
-As part of the options parameter, you can specify `forceAliasCreation` boolean. By default
72
-set to `True`. If set to `False` and email or phone number used for sign up confirmation
+As part of the options parameter, you can specify the `forceAliasCreation` boolean. By default
+set to `True`. If set to `False` and the email or phone number used for sign up confirmation
73
already exists as an alias for a different user, the API will throw an `AliasExistsException`
74
error. If set to `True`, the API call will migrate the alias from the previous user to
75
a newly created user.
0 commit comments