summaryrefslogtreecommitdiff
path: root/src/components/header/authdialog/RegisterForm.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/header/authdialog/RegisterForm.tsx')
-rw-r--r--src/components/header/authdialog/RegisterForm.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/header/authdialog/RegisterForm.tsx b/src/components/header/authdialog/RegisterForm.tsx
index 20a7c14..3c2c164 100644
--- a/src/components/header/authdialog/RegisterForm.tsx
+++ b/src/components/header/authdialog/RegisterForm.tsx
@@ -80,6 +80,7 @@ export default function RegisterForm() {
<div className="flex flex-col ">
<InputField
+ isPassword
placeholder="Пароль"
type="password"
name="password"
@@ -93,6 +94,7 @@ export default function RegisterForm() {
<div className="flex flex-col ">
<InputField
+ isPassword
placeholder="Повторите пароль"
type="password"
name="passwordConfirm"