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 I open oauth popup, I want my page in flutter to be changed when auth was successful, but popup still hasn't hide yet(basically remove "flickering" 0.1 sec page after auth popup hide but flutter hasn't picked up then() future yet)
I'm using simple approach like client.fetchToken().then...
The text was updated successfully, but these errors were encountered:
When I open oauth popup, I want my page in flutter to be changed when auth was successful, but popup still hasn't hide yet(basically remove "flickering" 0.1 sec page after auth popup hide but flutter hasn't picked up
then()
future yet)I'm using simple approach like
client.fetchToken().then...
The text was updated successfully, but these errors were encountered: