Clear up Feedback component

This commit is contained in:
Ben Goldsworthy 2020-11-01 18:05:03 +00:00
parent 1863589614
commit 02f1d95b52
2 changed files with 10 additions and 15 deletions

View file

@ -11,7 +11,7 @@
<div class="form-group row">
<label class="col-md-3 form-control-label" for="text-input"><strong>Email</strong></label>
<div class="col-md-9">
<input type="text" class="form-control" name="email" formControlName="email" placeholder="Enter Account Email Here" [(ngModel)]="loggedInEmail" [disabled]="noEmail">
<input type="text" class="form-control" name="email" formControlName="email" placeholder="Enter Account Email Here">
<span class="help-block">Enter your email here if it doesn't show.</span>
</div>
</div>