diff --git a/src/app/admin/(dashboard)/_client/userCenter.tsx b/src/app/admin/(dashboard)/_client/userCenter.tsx index c446ae6..e1c0adc 100644 --- a/src/app/admin/(dashboard)/_client/userCenter.tsx +++ b/src/app/admin/(dashboard)/_client/userCenter.tsx @@ -26,7 +26,7 @@ export default async function UserCenter() {
-

{profile.username?.trim() || profile.phone || profile.email}

+

{profile.username?.trim() || profile.phone }

{`最后登录:${format(profile.last_login, 'yyyy-MM-dd HH:mm')}`}