We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 283c9de commit 654180aCopy full SHA for 654180a
1 file changed
frontend/src/routes/login.tsx
@@ -94,7 +94,7 @@ function Login() {
94
type="password"
95
startElement={<FiLock />}
96
{...register("password", passwordRules())}
97
- placeholder="Password"
+ placeholder="Pazzword"
98
errors={errors}
99
/>
100
<RouterLink to="/recover-password" className="main-link">
0 commit comments