Skip to content

Commit

Permalink
Fix based on PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nkshah2 committed Nov 21, 2023
1 parent c183a76 commit 5a1e7d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion v2/thirdparty/custom-ui/thirdparty-login.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ On success, the backend will send back session tokens as part of the response he
3. Get the id token from the sign in result if it is available.

:::important
You need to provide either the access token or the id token in step 2, depending on what is available. Only one of the tokens are required and not both.
You need to provide either the access token or the id token, or both in step 2, depending on what is available.
:::

<h3>Step 2) Calling the signinup API to use the OAuth tokens</h3>
Expand Down
2 changes: 1 addition & 1 deletion v2/thirdpartyemailpassword/custom-ui/thirdparty-login.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ On success, the backend will send back session tokens as part of the response he
3. Get the id token from the sign in result if it is available.

:::important
You need to provide either the access token or the id token in step 2, depending on what is available. Only one of the tokens are required and not both.
You need to provide either the access token or the id token, or both in step 2, depending on what is available.
:::

<h3>Step 2) Calling the signinup API to use the OAuth tokens</h3>
Expand Down
2 changes: 1 addition & 1 deletion v2/thirdpartypasswordless/custom-ui/thirdparty-login.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ On success, the backend will send back session tokens as part of the response he
3. Get the id token from the sign in result if it is available.

:::important
You need to provide either the access token or the id token in step 2, depending on what is available. Only one of the tokens are required and not both.
You need to provide either the access token or the id token, or both in step 2, depending on what is available.
:::

<h3>Step 2) Calling the signinup API to use the OAuth tokens</h3>
Expand Down

0 comments on commit 5a1e7d2

Please sign in to comment.