mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-30 06:12:05 +00:00
style: formatting fixes in auth-guard.ts
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user