🐛 Fix display of unconfirmed account.
This commit is contained in:
parent
5962dd2e6a
commit
a2635a49f6
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user