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
On Mac Catalyst and visionOS, if you use the Auth Example app and successfully login you will notice the profile view opens when it shouldn't. It should only open when the profile button is selected. I took a glance at this and it doesn't seem like we are doing anything wrong and it could be a SwiftUI bug.
The only reason I could see why this problem is occurring is SwiftUI is changing the boolean property here to true when it shouldn't which causes the profile view to appear. But that is probably unlikely.
The text was updated successfully, but these errors were encountered:
On Mac Catalyst and visionOS, if you use the Auth Example app and successfully login you will notice the profile view opens when it shouldn't. It should only open when the profile button is selected. I took a glance at this and it doesn't seem like we are doing anything wrong and it could be a SwiftUI bug.
The only reason I could see why this problem is occurring is SwiftUI is changing the boolean property here to true when it shouldn't which causes the profile view to appear. But that is probably unlikely.
The text was updated successfully, but these errors were encountered: