style(auth): format cliproxy auth route

This commit is contained in:
Tam Nhu Tran
2026-03-24 09:26:15 -04:00
parent a3478ace44
commit 06d098ae0e
@@ -119,9 +119,7 @@ function rememberManualAuthState(
}); });
} }
function getManualAuthState( function getManualAuthState(state: string | undefined): {
state: string | undefined
): {
nickname?: string; nickname?: string;
expectedAccountId?: string; expectedAccountId?: string;
createdAt: number; createdAt: number;