From a2635a49f63a33093742f9d8804584236114abfd Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Thu, 29 Feb 2024 23:24:56 +0800 Subject: [PATCH] :bug: Fix display of unconfirmed account. --- pkg/views/src/pages/users/dashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/views/src/pages/users/dashboard.tsx b/pkg/views/src/pages/users/dashboard.tsx index 8bae9a4..6ab9ba7 100644 --- a/pkg/views/src/pages/users/dashboard.tsx +++ b/pkg/views/src/pages/users/dashboard.tsx @@ -12,7 +12,7 @@ export function Component() { { - !userinfo?.profiles?.confirmed_at && + !userinfo?.data?.confirmed_at && Your account haven't confirmed yet. Go to your linked email inbox and check out our registration confirm email.