mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-01 15:32:11 +08:00
fix(share): update auth login hint in unshare error
This commit is contained in:
@@ -181,7 +181,7 @@ export namespace ShareNext {
|
||||
|
||||
const client = await getClient()
|
||||
if (!client) {
|
||||
throw new Error("Unable to unshare session: no Kilo credentials found. Run `opencode auth login`.")
|
||||
throw new Error("Unable to unshare session: no Kilo credentials found. Run `kilo auth login`.")
|
||||
}
|
||||
|
||||
log.info("unsharing", { sessionId })
|
||||
|
||||
Reference in New Issue
Block a user