We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
such as in the case that the url contains #invite_token=token.
#invite_token=token
I see this in the documentation:
verifyToken()
signupUser(user.email, newPassword)
but can't figure out how to implement this.
when I use
const { param: { token, type }, verifyToken } = useIdentityContext();
token and type are defined as they should be, but calling verifyToken() gives me this error:
token
type
Uncaught (in promise) JSONHTTPError: Verify requires a verification type
The text was updated successfully, but these errors were encountered:
Did you find a solve for this? I have the exact same issue.
Sorry, something went wrong.
Same exact issue here. No matter what I try I cannot get the confirmation link that gets sent to me to work. Has anyone found a solution for this?
No branches or pull requests
such as in the case that the url contains
#invite_token=token
.I see this in the documentation:
verifyToken()
signupUser(user.email, newPassword)
but can't figure out how to implement this.
when I use
token
andtype
are defined as they should be, but callingverifyToken()
gives me this error:The text was updated successfully, but these errors were encountered: