From 87e7bd5566b1ec88a9ce65e986cf0eff2695f93e Mon Sep 17 00:00:00 2001 From: tmeunier Date: Tue, 31 Mar 2026 14:54:29 +0200 Subject: [PATCH] fix(build): add option variable env for driver --- inertia/pages/auth/login.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inertia/pages/auth/login.tsx b/inertia/pages/auth/login.tsx index 218813a..2c6ad7c 100644 --- a/inertia/pages/auth/login.tsx +++ b/inertia/pages/auth/login.tsx @@ -46,13 +46,13 @@ export default function Login() {
-
- {errors.E_INVALID_CREDENTIALS && ( + {errors.E_INVALID_CREDENTIALS && ( +
These credentials do not match our records. - )} -
+
+ )} Email