diff --git a/frontend/src/routes/login.tsx b/frontend/src/routes/login.tsx index 7560027..78e2af8 100644 --- a/frontend/src/routes/login.tsx +++ b/frontend/src/routes/login.tsx @@ -232,13 +232,15 @@ function LoginPage() { - {/* First-run hint */} -
-

- First time? Use the credentials from your .env file - (FIRST_ADMIN_EMAIL / FIRST_ADMIN_PASSWORD). -

-
+ {/* First-run hint (dev only) */} + {import.meta.env.DEV && ( +
+

+ First time? Use the credentials from your .env file + (FIRST_ADMIN_EMAIL / FIRST_ADMIN_PASSWORD). +

+
+ )} {/* Legal links */}