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 using google or apple signin when signout is called it shows a browser window for a split second.
How can we disable this so we can logout without showing the browser window at all , as it is bad UX for a transient screen to seemingly flicker like that and disappear.
Hello @Rohan-raftlabs thanks for opening up this issue. I will setup a sample project to reproduce the issue and will provide an update when I have a work around.
Description
When using google or apple signin when signout is called it shows a browser window for a split second.
How can we disable this so we can logout without showing the browser window at all , as it is bad UX for a transient screen to seemingly flicker like that and disappear.
Categories
Steps to Reproduce
call signout method on amplify flutter
Amplify.Auth.signOut(
options: const SignOutOptions(globalSignOut: false));
Screenshots
No response
Platforms
Flutter Version
3.24.0
Amplify Flutter Version
2.4.0
Deployment Method
Amplify Gen 2
Schema
No response
The text was updated successfully, but these errors were encountered: