fix: sign-in password placeholder 6+ → 8+ символов

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Dev Server 2026-03-12 16:54:32 +03:00
parent 71958eadce
commit 87f52da0eb
1 changed files with 1 additions and 1 deletions

View File

@ -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={{