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(
state: string | undefined
): {
function getManualAuthState(state: string | undefined): {
nickname?: string;
expectedAccountId?: string;
createdAt: number;