nhost/hasura-auth

Clean the link in createEmailRedirectionLink

Closed this issue · 0 comments

kwiky commented

Issue

Here , there is an unnecessary & character before the ticket parameter which can cause potential issues on some use case

Example : Android intent extras cut the path to /verify when parameter starts with ?&...

}/verify?&ticket=${ticket}&type=${type}&redirectTo=${encodeURIComponent(

Possible fix

  • Just remove the unnecessary &