rp
05/05/2022, 7:55 AMMr Chill
05/05/2022, 9:47 AMzackle
05/05/2022, 9:00 PMrp
05/06/2022, 4:27 AMfunk101
05/06/2022, 8:37 AMEmailPasswordReact
and SessionReact
. However, when trying to customize the SignIn UI, I'm getting an error: Error: No instance of EmailPassword found. Make sure to call the EmailPassword.init method
. Do I need to modify the code to use EmailPassword
and not EmailPasswordReact
?Noraiz
05/06/2022, 1:10 PMfunk101
05/07/2022, 4:33 AMfunk101
05/07/2022, 4:33 AMnkshah2
05/07/2022, 5:03 AMqnsi
05/07/2022, 6:28 AMwinensF
05/08/2022, 6:54 PMrp
05/08/2022, 9:04 PMp6l.richard
05/09/2022, 10:31 AMJohn Michal
05/09/2022, 4:26 PM/refresh
on Safari (Works fine from Chrome)
```
SuperTokens.init({
appInfo: {
appName: 'Test',
apiDomain: 'http://localhost:3000',
websiteDomain: 'http://localhost:8080',
apiBasePath: '/api/v1/public/auth',
websiteBasePath: '/auth'
},
recipeList: [
Passwordless.init({ contactMethod: 'EMAIL' }),
Session.init({
cookieDomain: 'http://localhost:8080'
})
]
})John Michal
05/09/2022, 4:26 PM<Ocean />
05/09/2022, 7:22 PMSuperTokens Managed Service
?duta
05/10/2022, 9:04 AMrp
05/10/2022, 9:32 AMduta
05/10/2022, 9:37 AMMarques
05/10/2022, 9:39 AMrp
05/10/2022, 9:39 AMwdjzr
05/10/2022, 11:33 AMyaronhb
05/10/2022, 1:33 PMNathanSkoot
05/11/2022, 11:29 AMandrew1123
05/11/2022, 2:15 PMrp
05/11/2022, 3:19 PMFernando
05/11/2022, 6:09 PMrp
05/11/2022, 6:18 PMrp
05/11/2022, 6:18 PM