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
When authentication is performed and the query to create the session is executed, the application crashes. After the query execution, an invalid destructuring is made on the result.
Bug report
Describe the bug
When authentication is performed and the query to create the session is executed, the application crashes. After the query execution, an invalid destructuring is made on the result.
The query result is an object like this:
Wrongly, an object like this is expected:
This is a regression introduced by 431cf76b0 in this line.
To Reproduce
onError
callback is calledExpected behaviour
The login must be successful and the
onAuthenticated
callback is called.Screenshots
System information
The text was updated successfully, but these errors were encountered: