Closed grdsdev closed 2 weeks ago
Fix https://github.com/supabase/supabase-swift/issues/591
Error was using a fixed message instead of getting it from the error_description URL param.
error_description
Get the error from error_description param instead.
Add any other context or screenshots.
Thank you for this! Looking forward to the release, seems it maybe failed 🙏
What kind of change does this PR introduce?
Fix https://github.com/supabase/supabase-swift/issues/591
What is the current behavior?
Error was using a fixed message instead of getting it from the
error_description
URL param.What is the new behavior?
Get the error from
error_description
param instead.Additional context
Add any other context or screenshots.