Skip to content

Commit

Permalink
Merge pull request #850 from portwatcher/patch-1
Browse files Browse the repository at this point in the history
docs: fix a typo in passwordless migration
  • Loading branch information
rishabhpoddar authored Sep 23, 2024
2 parents 0b2ec62 + 48af470 commit 15bf3d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v2/passwordless/migration/account-creation/user-creation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import CoreInjector from "/src/components/coreInjector"

## Passwordless Migration

To migrate a Passwordless user you from your previous authentication provider to SuperTokens, you will first need to generate a code for the user and then call the consume code API.
To migrate a Passwordless user from your previous authentication provider to SuperTokens, you will first need to generate a code for the user and then call the consume code API.

### Generate passwordless code

Expand Down Expand Up @@ -89,4 +89,4 @@ curl --location --request PUT '^{coreInjector_uri_without_quotes}/recipe/user' \

</CoreInjector>

<!-- END COPY SECTION -->
<!-- END COPY SECTION -->

0 comments on commit 15bf3d7

Please sign in to comment.