mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-17 10:17:05 +00:00
style(auth): format cliproxy auth route
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user