Custom link for confirm signup -> redirect problem
Hello 
For the past month I was using this custom url for veryfy email and redirect to page and there login user.
https://<supabaseID>.supabase.co/auth/v1/verify?token={{ .TokenHash }}&type=email&redirect_to=https://<app-page>.com/account-details?type=email&token={{ .TokenHash }}&userEmail={{ .Email }}&otp={{ .Token }}
an this was working for long time. But today I found that this part:
redirect_to=https://<app-page>.com/account-details?type=email&token={{ .TokenHash }}&userEmail={{ .Email }}&otp={{ .Token }}
is cut off from userEmail={{ .Email }}&otp={{ .Token }} and type=email.
is auth/v1/verify changed is past days? because sth i cutting my url and it looks like verify
For the past month I was using this custom url for veryfy email and redirect to page and there login user.
https://<supabaseID>.supabase.co/auth/v1/verify?token={{ .TokenHash }}&type=email&redirect_to=https://<app-page>.com/account-details?type=email&token={{ .TokenHash }}&userEmail={{ .Email }}&otp={{ .Token }}
an this was working for long time. But today I found that this part:
redirect_to=https://<app-page>.com/account-details?type=email&token={{ .TokenHash }}&userEmail={{ .Email }}&otp={{ .Token }}
is cut off from userEmail={{ .Email }}&otp={{ .Token }} and type=email.
is auth/v1/verify changed is past days? because sth i cutting my url and it looks like verify