File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
resources/js/Pages/Admin/User Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ const form = useForm({
91
91
>
92
92
<FormControl
93
93
v-model =" form.password"
94
- type =" text "
94
+ type =" password "
95
95
placeholder =" Enter Password"
96
96
:error =" form.errors.password"
97
97
>
@@ -107,7 +107,7 @@ const form = useForm({
107
107
>
108
108
<FormControl
109
109
v-model =" form.password_confirmation"
110
- type =" text "
110
+ type =" password "
111
111
placeholder =" Enter Password Confirmation"
112
112
:error =" form.errors.password"
113
113
>
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ const form = useForm({
100
100
>
101
101
<FormControl
102
102
v-model =" form.password"
103
- type =" text "
103
+ type =" password "
104
104
placeholder =" Enter Password"
105
105
:error =" form.errors.password"
106
106
>
@@ -116,7 +116,7 @@ const form = useForm({
116
116
>
117
117
<FormControl
118
118
v-model =" form.password_confirmation"
119
- type =" text "
119
+ type =" password "
120
120
placeholder =" Enter Password Confirmation"
121
121
:error =" form.errors.password"
122
122
>
You can’t perform that action at this time.
0 commit comments