Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit 92d21e8

Browse files
committed
chore: add type password to inputs
1 parent 7f3b12c commit 92d21e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/auth/BasicAuthRegister.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ export default function BasicAuthRegister() {
6767
/>
6868
<TextField
6969
variant="filled"
70+
type="password"
7071
name="password"
7172
label="Password"
7273
placeholder="Admin password"
@@ -75,6 +76,7 @@ export default function BasicAuthRegister() {
7576
/>
7677
<TextField
7778
variant="filled"
79+
type="password"
7880
name="password_confirmation"
7981
label="Password confirmation"
8082
placeholder="Confirm your password"

0 commit comments

Comments
 (0)