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} />