Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(auth): Fetch auth session (#3510)
fix(auth): Fetch auth session performance When a query is made to the credential store, we currently always hit the underlying store. However, due to the queuing nature of the store, if it's in a `success` state we can immediately return since we are guaranteed to have the latest data.
- Loading branch information