This commit is contained in:
smanylov
2026-02-05 11:55:02 +07:00
parent a84cd39737
commit 1037347e06
3 changed files with 10 additions and 9 deletions
+2 -2
View File
@@ -203,11 +203,11 @@ export default function RegisterForm() {
{t('company')}
</button>
<input
type="hiden"
type="hidden"
id="accountType"
name="accountType"
className={`${styles['form-input-hidden']}`}
defaultValue={accountType}
value={accountType}
/>
</div>