productdevbook
01/23/2023, 4:54 AMts
console.log('Sending email', input)
console.log nothing comes up after registrationrp
01/23/2023, 4:55 AMproductdevbook
01/23/2023, 4:56 AMrp
01/23/2023, 4:57 AMproductdevbook
01/23/2023, 4:58 AMrp
01/23/2023, 4:58 AMproductdevbook
01/23/2023, 4:59 AMrp
01/23/2023, 5:00 AMproductdevbook
01/23/2023, 5:01 AMrp
01/23/2023, 5:01 AMproductdevbook
01/23/2023, 5:11 AMimport EmailVerification from 'supertokens-web-js/recipe/emailverification'
ts
recipeList: [
EmailVerification.init(),
ThirdPartyEmailPassword.init(),
Session.init({
onHandleEvent: (event) => {
if (event.action === 'UNAUTHORISED' || event.action === 'SIGN_OUT')
window.location.href = '/'
},
}),
],
rp
01/23/2023, 5:17 AMproductdevbook
01/23/2023, 5:18 AMrp
01/23/2023, 5:19 AM/components/Supertokens.tsx
and /main.ts
.productdevbook
01/23/2023, 6:05 AMmain.ts
rp
01/23/2023, 6:05 AMproductdevbook
01/23/2023, 6:05 AMrp
01/23/2023, 6:06 AMproductdevbook
01/23/2023, 6:08 AMrp
01/23/2023, 6:08 AMproductdevbook
01/23/2023, 6:13 AMrp
01/23/2023, 6:13 AM