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
Check for response.data before accessing response.data[token] in setToken method. That should fix Cannot read property "token" of undefined errors. [c787bce]
Lowered popup polling rate from 50ms to 20ms, which should help with an issue where popup remains open. [c787bce]
Use spaces for scope delimitation in Bitbucket configuration. [8ccbd45]
Renamed internal use propertytype to oauthType in order to avoid conflict with a potential request param called type. [4d0ee3c]