MCPcopy Create free account
hub / github.com/Datakitpage/Datakit /

Class

frontend/src/lib/api/authService.ts:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7} from "@/types/auth";
8
9class AuthService {
10 async checkAuthStatus(): Promise<boolean> {
11 try {
12 // Check auth status without triggering auth flow

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected