Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authentication Example app: ProfileView opens right after you login #970

Open
zkline101 opened this issue Nov 14, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@zkline101
Copy link
Contributor

zkline101 commented Nov 14, 2024

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.

@zkline101 zkline101 added the bug Something isn't working label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant