style: formatting fixes in auth-guard.ts

This commit is contained in:
Eyal Toledano
2025-12-02 12:25:40 -05:00
parent 9e0e9b02a3
commit ff601e1f3b

View File

@@ -76,7 +76,7 @@ export async function ensureAuthenticated(
if (hasSession) {
// Only get AuthManager when we need to check org selection
const authManager = AuthManager.getInstance();
// Check if org is already selected (quick check before any API calls)
const context = authManager.getContext();
if (context?.orgId) {