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

fix(auth): wait to display Q sign-in notification #5632

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 19, 2024

  1. fix(auth): wait to display Q sign-in notification

    (Super low risk and effort fix, but may not address the root issue due to difficulties to repro)
    
    Problem: The sign-in notification is queued to display immediately after startup. Some users are reporting that it displays even if they are signed in. This may be due to the tryAutoConnection routine not having a chance to complete because of its async nature.
    
    Solution: Put a delay on displaying the notification to users to potentially mitigate this issue.
    hayemaxi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d2bf537 View commit details
    Browse the repository at this point in the history