We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d4d06 commit 12515f3Copy full SHA for 12515f3
1 file changed
app/settings/ManageAccountModal.tsx
@@ -135,7 +135,7 @@ export default function ManageAccountModal({
135
<Form className="p-3">
136
<Form.Group className="mb-3" controlId="editNewPassword">
137
<Form.Control
138
- type="text"
+ type="password"
139
value={newPassword}
140
onChange={(e) => setNewPassword(e.target.value)}
141
placeholder="New Password"
@@ -144,7 +144,7 @@ export default function ManageAccountModal({
144
</Form.Group>
145
<Form.Group controlId="editNewPasswordConfirm">
146
147
148
value={newPasswordConfirm}
149
onChange={(e) => setNewPasswordConfirm(e.target.value)}
150
placeholder="Confirm New Password"
0 commit comments