From 8d4227366548eb70f6bc04303829e6933168f906 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Mon, 30 Sep 2024 18:00:35 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E7=BE=A4=E6=99=96=E8=8E=B7=E5=8F=96dev?= =?UTF-8?q?iceid=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/plugins/synology/device-id-getter.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/certd-client/src/components/plugins/synology/device-id-getter.vue b/packages/ui/certd-client/src/components/plugins/synology/device-id-getter.vue index 1a738600..02128279 100644 --- a/packages/ui/certd-client/src/components/plugins/synology/device-id-getter.vue +++ b/packages/ui/certd-client/src/components/plugins/synology/device-id-getter.vue @@ -32,7 +32,7 @@ async function loginWithOTPCode(otpCode: string) { data: { otpCode }, - form: props.form + input: props.form }); }