We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5615ecb commit 0b3017bCopy full SHA for 0b3017b
src/app/pages/+signup/signup.component.html
@@ -42,7 +42,7 @@ <h1>Sign up</h1>
42
[class.has-danger]="!password.valid && password.touched">
43
<label class="col-form-label" for="passwordInput">Password</label>
44
<input
45
- type="text"
+ type="password"
46
class="form-control form-control-danger"
47
id="passwordInput"
48
placeholder="Password"
@@ -61,7 +61,7 @@ <h1>Sign up</h1>
61
<label class="col-form-label" for="passwordConfirmationInput">Confirm
62
Password</label>
63
64
65
66
id="passwordConfirmationInput"
67
placeholder="Confirm Password"
0 commit comments