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
And the promise resolves userInfo object to a String text instead of being parsed into JSON. Is there a setting or a flag that I'm missing somewhere in the Client config? This happens on v2.6.0. I can confirm that I didn't experience this before with version 2.3.1
The text was updated successfully, but these errors were encountered:
I'm using
AuthenticationClient.getProfile()
function to retrieve user info as a Promise instead of a callback like so:And the promise resolves
userInfo
object to a String text instead of being parsed into JSON. Is there a setting or a flag that I'm missing somewhere in the Client config? This happens on v2.6.0. I can confirm that I didn't experience this before with version 2.3.1The text was updated successfully, but these errors were encountered: