From 76d78ae756b0656a9b3b7d4bd7d6994cfedb4dcf Mon Sep 17 00:00:00 2001 From: Linus Rath <139418639+rathlinus@users.noreply.github.com> Date: Sat, 9 May 2026 17:40:53 +0200 Subject: [PATCH] fix: drop redundant first-login banner about removing ADMIN_PASSWORD #222 --- app/admin/_tabs/dashboard.tsx | 12 ------------ 1 file changed, 12 deletions(-) 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 || '-'}