From f62ce085bf423446786ddafbc44705a3ff4d6e4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=98=AD?= <81747598+lan-yonghui@users.noreply.github.com> Date: Mon, 1 Sep 2025 14:20:48 +0800 Subject: [PATCH] feat: MFA verification code automatically obtains focus (#10213) refs #8032 --- frontend/src/views/login/components/login-form.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/login/components/login-form.vue b/frontend/src/views/login/components/login-form.vue index de129d475..aa11b43c5 100644 --- a/frontend/src/views/login/components/login-form.vue +++ b/frontend/src/views/login/components/login-form.vue @@ -12,6 +12,7 @@
@@ -181,7 +182,7 @@