aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/signup/signup.component.html
diff options
context:
space:
mode:
authorGunther6070 <haydenhartman10@yahoo.com>2025-04-03 12:59:54 -0400
committerGunther6070 <haydenhartman10@yahoo.com>2025-04-03 12:59:54 -0400
commit84cb4b31da27c0db49b933a56a1de563121ceb60 (patch)
treedea968c96c700a1d20f213a13c8ffb6d07626e34 /ufund-ui/src/app/components/signup/signup.component.html
parentcb98e3a89ab26f4c92dcb679c9e0c2de16dc1975 (diff)
downloadJellySolutions-84cb4b31da27c0db49b933a56a1de563121ceb60.tar.gz
JellySolutions-84cb4b31da27c0db49b933a56a1de563121ceb60.tar.bz2
JellySolutions-84cb4b31da27c0db49b933a56a1de563121ceb60.zip
Updated styling on signup page
Diffstat (limited to 'ufund-ui/src/app/components/signup/signup.component.html')
-rw-r--r--ufund-ui/src/app/components/signup/signup.component.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/ufund-ui/src/app/components/signup/signup.component.html b/ufund-ui/src/app/components/signup/signup.component.html
index 84f15e4..ef2fc27 100644
--- a/ufund-ui/src/app/components/signup/signup.component.html
+++ b/ufund-ui/src/app/components/signup/signup.component.html
@@ -7,13 +7,12 @@
<div>
<div>
- <input placeholder="Password" type="password" (input)="validate(username.value, confirmPass.value, password.value)" #password>
+ <input id="password" placeholder="Password" type="password" (input)="validate(username.value, confirmPass.value, password.value)" #password>
<progress [ngClass]="'color' + strength.getValue()" id="bar" [value]="strength | async" max="5"> </progress>
<span *ngIf="passwordStatusText">{{passwordStatusText | async}}</span>
- </div>
-
- <div id="passReq">
- <span *ngFor="let requirement of Object.values(passwordRequirements)" [style.color]="requirement.value ? 'green' : 'red'"><span class="icon">{{requirement.value?"check":"close"}}</span> {{requirement.title}}</span>
+ <div id="passReq">
+ <span *ngFor="let requirement of Object.values(passwordRequirements)" [style.color]="requirement.value ? 'green' : 'red'"><span class="icon">{{requirement.value?"check":"close"}}</span> {{requirement.title}}</span>
+ </div>
</div>
</div>