diff --git a/src/web-server/routes/cliproxy-auth-routes.ts b/src/web-server/routes/cliproxy-auth-routes.ts index 86b1e706..9db43f01 100644 --- a/src/web-server/routes/cliproxy-auth-routes.ts +++ b/src/web-server/routes/cliproxy-auth-routes.ts @@ -119,9 +119,7 @@ function rememberManualAuthState( }); } -function getManualAuthState( - state: string | undefined -): { +function getManualAuthState(state: string | undefined): { nickname?: string; expectedAccountId?: string; createdAt: number;