mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-31 22:54:20 +01:00
sync
This commit is contained in:
@@ -131,7 +131,7 @@ export const AuthLogoutCommand = cmd({
|
||||
}
|
||||
const database = await ModelsDev.get()
|
||||
const providerID = await prompts.select({
|
||||
message: "Select credential",
|
||||
message: "Select provider",
|
||||
options: credentials.map(([key, value]) => ({
|
||||
label: database[key]?.name || key,
|
||||
value: key,
|
||||
|
||||
Reference in New Issue
Block a user