fix: sign-in password placeholder 6+ → 8+ символов
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
71958eadce
commit
87f52da0eb
|
|
@ -111,7 +111,7 @@ export function JwtSignInView() {
|
||||||
<Field.Text
|
<Field.Text
|
||||||
name="password"
|
name="password"
|
||||||
label="Пароль"
|
label="Пароль"
|
||||||
placeholder="6+ символов"
|
placeholder="8+ символов"
|
||||||
type={password.value ? 'text' : 'password'}
|
type={password.value ? 'text' : 'password'}
|
||||||
InputLabelProps={{ shrink: true }}
|
InputLabelProps={{ shrink: true }}
|
||||||
InputProps={{
|
InputProps={{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue