···722 );
723 const isAdmin = await adminAuthService.isAdmin(did);
724725+ // NOTE: Do NOT trigger backfill here - this is for admin panel login only.
726+ // Backfill should only be triggered when users log in via client apps
727+ // (XRPC createSession/refreshSession endpoints) or manually via backfill endpoints.
00000000000000728729 // Create JWT token for frontend
730 const token = authService.createSessionToken(did, did);