fix: update password and deprecated phone inputs to be consistent with other existing inputs in signup

This commit is contained in:
Christian Andolf
2025-06-05 10:32:16 +02:00
parent 89fe73c1bf
commit 5d89f6c465
4 changed files with 11 additions and 68 deletions

View File

@@ -34,7 +34,7 @@ export default function Phone({
disabled = false,
label,
name = "phoneNumber",
placeholder = "",
placeholder,
readOnly = false,
registerOptions = {
required: true,