♻️ Brand new user center

This commit is contained in:
2024-02-28 23:30:29 +08:00
parent 14efa09486
commit e4ace4324a
13 changed files with 759 additions and 31 deletions

View File

@@ -74,7 +74,7 @@ export default function AppShell({ children }: { children: ReactNode }) {
sx={{ width: 32, height: 32, bgcolor: "transparent" }}
ref={container}
alt={userinfo?.displayName}
src={userinfo?.profiles?.avatar}
src={`/api/avatar/${userinfo?.data?.avatar}`}
>
<AccountCircleIcon />
</Avatar>