From 654180a05f618e6d6e4e206866b17bae5638e0bc Mon Sep 17 00:00:00 2001 From: Ondrysak Date: Sun, 10 Aug 2025 20:16:51 +0200 Subject: [PATCH] small change --- frontend/src/routes/login.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/login.tsx b/frontend/src/routes/login.tsx index 279aefd9af..0e9d42b9d4 100644 --- a/frontend/src/routes/login.tsx +++ b/frontend/src/routes/login.tsx @@ -94,7 +94,7 @@ function Login() { type="password" startElement={} {...register("password", passwordRules())} - placeholder="Password" + placeholder="Pazzword" errors={errors} />