mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-17 06:17:09 +00:00
style(auth): format cliproxy auth route
This commit is contained in:
@@ -119,9 +119,7 @@ function rememberManualAuthState(
|
||||
});
|
||||
}
|
||||
|
||||
function getManualAuthState(
|
||||
state: string | undefined
|
||||
): {
|
||||
function getManualAuthState(state: string | undefined): {
|
||||
nickname?: string;
|
||||
expectedAccountId?: string;
|
||||
createdAt: number;
|
||||
|
||||
Reference in New Issue
Block a user