supabase / gotrue-dart

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

fix: type casting of phone auth response #79

Closed dshukertjr closed 2 years ago

dshukertjr commented 2 years ago

Currently, when there is an error with phone auth sign up, type cast error is thrown. This PR fixes that bug and the developers will be able to see the actual error.

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