web fixes

This commit is contained in:
2026-04-15 00:38:04 -06:00
parent 51a03fe2c5
commit 3111553009
6 changed files with 14 additions and 11 deletions

View File

@@ -135,6 +135,8 @@ function RegisterPage() {
value={form.phone}
onChange={handleChange}
required
pattern="[0-9\-\+\(\) ]{7,15}"
title="Enter a valid phone number"
/>
</label>
@@ -161,6 +163,7 @@ function RegisterPage() {
value={form.confirmPassword}
onChange={handleChange}
required
minLength={6}
autoComplete="new-password"
/>
</label>