Passwordless recipe js frontend setup missing init fn
makeitcount opened this issue · 1 comments
makeitcount commented
- Go to page - https://supertokens.com/docs/passwordless/quick-setup/frontend#2-call-the-init-function
- Choose plain javascript
The Passwordless init fn is missing. This will result in frontend code not working.
ToDO: Add this code to recipe list
supertokensPasswordless.init({
contactMethod: "EMAIL_OR_PHONE"
}),
rishabhpoddar commented
We are working on adding more info on how to use the web-js SDK for all recipes.