From 29f44c67c808bed9ff1c9d4884d39a1a62d043a7 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Wed, 18 Mar 2026 23:13:37 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20passkey=20=E6=94=AF=E6=8C=81Bitwarden?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/layout/components/user-info/index.vue | 2 +- .../certd-client/src/layout/layout-basic.vue | 5 ++++- .../src/locales/langs/en-US/authentication.ts | 2 ++ .../src/locales/langs/zh-CN/authentication.ts | 2 ++ .../widgets/user-dropdown/user-dropdown.vue | 9 +++++++-- .../src/views/certd/mine/user-profile.vue | 20 +++++++++++++++++-- .../src/views/framework/login/index.vue | 6 ++++++ .../modules/login/service/passkey-service.ts | 2 +- 8 files changed, 41 insertions(+), 7 deletions(-) diff --git a/packages/ui/certd-client/src/layout/components/user-info/index.vue b/packages/ui/certd-client/src/layout/components/user-info/index.vue index ab082f913..0150bb205 100644 --- a/packages/ui/certd-client/src/layout/components/user-info/index.vue +++ b/packages/ui/certd-client/src/layout/components/user-info/index.vue @@ -1,6 +1,6 @@