You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just found this bug while trying Oauth.io. The quickfix was simply to typecast the value with String() in the /dist JS code but you'll probably want to port it to your CoffeeScript source.
I've just found this bug while trying Oauth.io. The quickfix was simply to typecast the value with
String()
in the /dist JS code but you'll probably want to port it to your CoffeeScript source.The issue is at https://github.com/oauth-io/oauth-js/blob/master/dist/oauth.js#L767
I fixed it locally changing it from:
to:
The text was updated successfully, but these errors were encountered: