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

@@ -24,7 +24,7 @@ export default function PasswordInput({
label,
"aria-label": ariaLabel,
disabled = false,
placeholder = "",
placeholder,
registerOptions = {},
visibilityToggleable = true,
isNewPassword = false,