From 2b65e935c1d2a88038ec004cec4cdbb580199f4d Mon Sep 17 00:00:00 2001 From: Li Kui <90845831+likui628@users.noreply.github.com> Date: Thu, 5 Sep 2024 22:25:44 +0800 Subject: [PATCH] fix: improve the lock-screen password validation logic (#4324) * fix: after entering the password correctly, the verification still shows' failed ', resulting in the inability to enter the system * chore: update --------- Co-authored-by: zyy <532612154@qq.com> --- .../src/widgets/lock-screen/lock-screen.vue | 26 ++++++------------- 1 file changed, 8 insertions(+), 18 deletions(-) diff --git a/packages/effects/layouts/src/widgets/lock-screen/lock-screen.vue b/packages/effects/layouts/src/widgets/lock-screen/lock-screen.vue index b1e7a69b..be3a4a03 100644 --- a/packages/effects/layouts/src/widgets/lock-screen/lock-screen.vue +++ b/packages/effects/layouts/src/widgets/lock-screen/lock-screen.vue @@ -1,5 +1,5 @@