fix(coding-agent): clarify login options
This commit is contained in:
@@ -4894,8 +4894,8 @@ export class InteractiveMode {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private showLoginAuthTypeSelector(providerOptions?: AuthSelectorProvider[]): void {
|
private showLoginAuthTypeSelector(providerOptions?: AuthSelectorProvider[]): void {
|
||||||
const subscriptionLabel = "Use a subscription";
|
const subscriptionLabel = "Sign in with an account";
|
||||||
const apiKeyLabel = "Use an API key";
|
const apiKeyLabel = "Sign in with an API key";
|
||||||
const availableAuthTypes = providerOptions
|
const availableAuthTypes = providerOptions
|
||||||
? new Set(providerOptions.map((provider) => provider.authType))
|
? new Set(providerOptions.map((provider) => provider.authType))
|
||||||
: new Set<AuthSelectorProvider["authType"]>(["oauth", "api_key"]);
|
: new Set<AuthSelectorProvider["authType"]>(["oauth", "api_key"]);
|
||||||
|
|||||||
Reference in New Issue
Block a user