Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(amazonq): sign-in notification displaying if user is signed in (a…
…ws#5544) Problem: `Start using Amazon Q` can display if there is some error restoring the connection object in the main Auth class. May be a network error or some other error. This is fine because Q uses secondary auth, so it only needs to be restored in that class. However, the notification logic access is in the Auth class which may not be restored. Solution: Use AuthUtil to check if there is a connection instead of Auth. --- <!--- REMINDER: Ensure that your PR meets the guidelines in CONTRIBUTING.md --> License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
- Loading branch information