diff --git a/web/src/components/Settings/MyAccountSection.tsx b/web/src/components/Settings/MyAccountSection.tsx index bed7870c..487c310f 100644 --- a/web/src/components/Settings/MyAccountSection.tsx +++ b/web/src/components/Settings/MyAccountSection.tsx @@ -3,6 +3,7 @@ import { useUserStore } from "../../store/module"; import { showCommonDialog } from "../Dialog/CommonDialog"; import showChangePasswordDialog from "../ChangePasswordDialog"; import showUpdateAccountDialog from "../UpdateAccountDialog"; +import UserAvatar from "../UserAvatar"; import "../../less/settings/my-account-section.less"; const MyAccountSection = () => { @@ -30,14 +31,15 @@ const MyAccountSection = () => { <>
{t("setting.account-section.title")}
-- {t("common.nickname")} - (Display in the banner) -
- -+
{t("common.username")} (Using to sign in)
-+
+ {t("common.nickname")} + (Display in the banner) +
+ +{t("common.email")} (Optional)
-