From ef5c2cde001dccb942b88b71a3570d2e0de73c42 Mon Sep 17 00:00:00 2001 From: mtvpls Date: Mon, 15 Dec 2025 21:28:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0oidc=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/admin/page.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx index 2a737d2..39f6112 100644 --- a/src/app/admin/page.tsx +++ b/src/app/admin/page.tsx @@ -1293,7 +1293,14 @@ const UserConfig = ({ config, role, refreshConfig }: UserConfigProps) => { )} - {user.username} +
+ {user.username} + {(user as any).oidcSub && ( + + OIDC + + )} +