supabase / gotrue-dart

A dart client library for GoTrue.
MIT License
46 stars 37 forks source link

fix: redirect_to double URL encoding issue #102

Closed dshukertjr closed 2 years ago

dshukertjr commented 2 years ago

What kind of change does this PR introduce?

There were some other redirect_to issue where the parameter was URL encoded twice. This fixes it.

Fixes https://github.com/supabase-community/supabase-flutter/issues/261