Skip to content

Commit

Permalink
fixes migration query
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Oct 23, 2023
1 parent 59d0b35 commit c5563d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion v2/thirdparty/migration/account-creation/user-creation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ curl --location --request POST '^{coreInjector_uri_without_quotes}/recipe/signin
"thirdPartyId": "google",
"thirdPartyUserId": "106347997792363870000",
"email": {
"id": "[email protected]"
"id": "[email protected]",
"isVerified": true
}
}'
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ curl --location --request POST '^{coreInjector_uri_without_quotes}/recipe/signin
"thirdPartyId": "google",
"thirdPartyUserId": "106347997792363870000",
"email": {
"id": "[email protected]"
"id": "[email protected]",
"isVerified": true
}
}'
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ curl --location --request POST '^{coreInjector_uri_without_quotes}/recipe/signin
"thirdPartyId": "google",
"thirdPartyUserId": "106347997792363870000",
"email": {
"id": "[email protected]"
"id": "[email protected]",
"isVerified": true
}
}'
```
Expand Down

0 comments on commit c5563d7

Please sign in to comment.