Skip to content

Commit

Permalink
fixes snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Mar 22, 2024
1 parent d3cefae commit 403f707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v2/passwordless/common-customizations/get-user-info.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ import (
func main() {

tenantId := "public"
userInfo, err := passwordless.GetUserByPhoneNumber(tenantId, "+1234567890")
userInfo, err := ^{codeImportRecipeName}.GetUserByPhoneNumber(tenantId, "+1234567890")
if err != nil {
// TODO: Handle error
return
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ import (
func main() {

tenantId := "public"
userInfo, err := passwordless.GetUserByPhoneNumber(tenantId, "+1234567890")
userInfo, err := ^{codeImportRecipeName}.GetUserByPhoneNumber(tenantId, "+1234567890")
if err != nil {
// TODO: Handle error
return
Expand Down

0 comments on commit 403f707

Please sign in to comment.