Skip to content

Commit 0b3017b

Browse files
committed
input type password on sign up
1 parent 5615ecb commit 0b3017b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/pages/+signup/signup.component.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h1>Sign up</h1>
4242
[class.has-danger]="!password.valid && password.touched">
4343
<label class="col-form-label" for="passwordInput">Password</label>
4444
<input
45-
type="text"
45+
type="password"
4646
class="form-control form-control-danger"
4747
id="passwordInput"
4848
placeholder="Password"
@@ -61,7 +61,7 @@ <h1>Sign up</h1>
6161
<label class="col-form-label" for="passwordConfirmationInput">Confirm
6262
Password</label>
6363
<input
64-
type="text"
64+
type="password"
6565
class="form-control form-control-danger"
6666
id="passwordConfirmationInput"
6767
placeholder="Confirm Password"

0 commit comments

Comments
 (0)