mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2025-12-26 16:27:25 +01:00
We would actually fail to decode an error, and then assume it's a valid result, unwrapping another failed attempt to decode the json string returned by the server. Cause seems to be that the json error structure now conains an additional field, 'error_uri'. * we removed a debug printing ... . * incremented version