style: format device-pair qr fallback

This commit is contained in:
Mariano Belinky
2026-02-16 17:17:30 +01:00
parent bbd041dc1e
commit a87eadea19

View File

@@ -457,16 +457,12 @@ export default function register(api: OpenClawPluginApi) {
if (send) { if (send) {
await send( await send(
target, target,
[ ["Scan this QR code with the OpenClaw iOS app:", "", "```", qrAscii, "```"].join(
"Scan this QR code with the OpenClaw iOS app:", "\n",
"", ),
"```",
qrAscii,
"```",
].join("\n"),
{ {
...(ctx.messageThreadId != null ? { messageThreadId: ctx.messageThreadId } : {}), ...(ctx.messageThreadId != null ? { messageThreadId: ctx.messageThreadId } : {}),
...(ctx.accountId ? { accountId: ctx.accountId } : {}), ...(ctx.accountId ? { accountId: ctx.accountId } : {}),
}, },
); );
return { return {