🐛 Fix display of unconfirmed account.

This commit is contained in:
LittleSheep 2024-02-29 23:24:56 +08:00
parent 5962dd2e6a
commit a2635a49f6

View File

@ -12,7 +12,7 @@ export function Component() {
</Box> </Box>
{ {
!userinfo?.profiles?.confirmed_at && !userinfo?.data?.confirmed_at &&
<Alert severity="warning" sx={{ mt: 3, mx: 1 }}> <Alert severity="warning" sx={{ mt: 3, mx: 1 }}>
Your account haven't confirmed yet. Go to your linked email Your account haven't confirmed yet. Go to your linked email
inbox and check out our registration confirm email. inbox and check out our registration confirm email.