zvictor.net
11/12/2023, 7:40 AMts
import { PasswordlessPreBuiltUI } from 'supertokens-auth-react/recipe/passwordless/prebuiltui'
...
<PasswordlessPreBuiltUI.SignInUp redirectOnSessionExists={false} />
Every things works nicely, but the Supertokens calls validateGlobalClaimsAndHandleSuccessRedirection and automatically takes the user out of the payment 🥹
Is there any way to skip redirection? I would be fine with dirty tricks and outdated UI, as long as there is no redirection.