Help with Coding

Hello, let me explain the Problem: So I am trying to make for my App an "Forgot your Password" thing, but when the User receives the email and clicks on the Link, the link is opening in the email Browser, than on the devices Brwoser which leads to the App than. But since the link already have been open in the email Browser it returns in:
{
"code": 403,
"error_code": "otp_expired",
"msg": "Email link is invalid or has expired"
}
{
"code": 403,
"error_code": "otp_expired",
"msg": "Email link is invalid or has expired"
}
So anyone got tips how I fix that?
2 Replies
silentworks
silentworks3w ago
You can use just the OTP code instead of the magic link.
zle0o
zle0oOP3w ago
Yea I just remember it 😭 I just fixed it anyways Thanks for your Help

Did you find this page helpful?