mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 01:21:36 +00:00
fix(pairing): use actual code in pairing approval text
This commit is contained in:
@@ -18,6 +18,11 @@ describe("buildPairingReply", () => {
|
||||
});
|
||||
|
||||
const cases = [
|
||||
{
|
||||
channel: "telegram",
|
||||
idLine: "Your Telegram user id: 42",
|
||||
code: "QRS678",
|
||||
},
|
||||
{
|
||||
channel: "discord",
|
||||
idLine: "Your Discord user id: 1",
|
||||
|
||||
Reference in New Issue
Block a user