Skip to content

Commit 010e39a

Browse files
committed
PR feedback - consistent with 683c85d
1 parent 7c9a272 commit 010e39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro/src/content/docs/apis/_login-id-field.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Aside from 'src/components/Aside.astro';
1111
<Aside type="note" renderif={!props.hide_canonical_details}>
1212
For <InlineField>email</InlineField> and <InlineField>username</InlineField>, the value will be used exactly as provided to resolve a user. If the provided value contains leading or trailing white space, these characters will not be removed, and then would only match if the values stored in FusionAuth also contain these same leading or trailing spaces.
1313

14-
For <InlineField>phoneNumber</InlineField>, <InlineField>loginId</InlineField> can be any valid phone number (in E.164, national, or international format) and FusionAuth will canonicalize the value. Thus the user will be resolved if the user's E.164 formatted phone number matches the canonical E.164 phone number from <InlineField>loginId</InlineField>. If no country code is provided, a US/NANP country code of 1 is assumed.
14+
For <InlineField>phoneNumber</InlineField>, <InlineField>loginId</InlineField> can be any valid phone number (in E.164, national, or international format) and FusionAuth will canonicalize the value. The User will be resolved if the user's E.164 formatted phone number matches the canonical E.164 phone number from <InlineField>loginId</InlineField>. If no country code is provided, a US/NANP country code of 1 is assumed.
1515

1616
{ !!props.api_login &&
1717
<p>You may optionally normalize this value prior to sending it to FusionAuth. If you are using a hosted login page, FusionAuth will use this API to complete login during an OAuth2 or SAML v2 workflow. In this case, you may optionally normalize or validate the user input client side using JavaScript or HTML 5 validation to achieve the same result.</p>

0 commit comments

Comments
 (0)