TIP: Run npx githits --help to discover what else you can do.
diff --git a/src/services/auth-service.ts b/src/services/auth-service.ts index 8a04e5c9..6a7eb57a 100644 --- a/src/services/auth-service.ts +++ b/src/services/auth-service.ts @@ -370,43 +370,121 @@ function parseRefreshTokenResponse(data: unknown): RefreshTokenResponse { function successHtml(title = "Authentication successful"): string { return ` -
You can close this window and return to the terminal.
+TIP: Run npx githits --help to discover what else you can do.
${escapeHtml(nextStep)}
` : ""; return ` -${escapeHtml(error)}
+