fix(share): update auth login hint in unshare error

This commit is contained in:
Igor Šćekić
2026-01-28 16:25:17 +01:00
parent e76cc9a55d
commit fbd25d609f
+1 -1
View File
@@ -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 })