diff --git a/app/admin/_tabs/dashboard.tsx b/app/admin/_tabs/dashboard.tsx index 558d8414..617866b1 100644 --- a/app/admin/_tabs/dashboard.tsx +++ b/app/admin/_tabs/dashboard.tsx @@ -119,18 +119,6 @@ export function DashboardTab() { ))} - {status && !status.lastLogin && ( -
- -
-

First login detected

-

- Remember to remove ADMIN_PASSWORD from your .env file now that the hash is stored securely. -

-
-
- )} - {config?.appName || '-'}