|
|
|
@ -1,8 +1,4 @@
|
|
|
|
|
<!--
|
|
|
|
|
you can substitue the span of reauth email for a input with the email and
|
|
|
|
|
include the remember me checkbox
|
|
|
|
|
-->
|
|
|
|
|
<div *ngIf="form && customizationSettings">
|
|
|
|
|
<div *ngIf="form && customizationSettings">
|
|
|
|
|
<div class="container" id="login">
|
|
|
|
|
<div class="card card-container">
|
|
|
|
|
<!-- <img class="profile-img-card" src="//lh3.googleusercontent.com/-6V8xOA6M7BA/AAAAAAAAAAI/AAAAAAAAAAA/rzlHcD0KYwo/photo.jpg?sz=120" alt="" /> -->
|
|
|
|
@ -21,8 +17,8 @@ include the remember me checkbox
|
|
|
|
|
|
|
|
|
|
<form class="form-signin" novalidate [formGroup]="form" (ngSubmit)="onSubmit(form)">
|
|
|
|
|
<input type="email" id="inputEmail" class="form-control" formControlName="email" placeholder="Email Address" autofocus>
|
|
|
|
|
<input type="password" class="form-control" formControlName="password">
|
|
|
|
|
<input type="password" class="form-control" formControlName="confirmPassword">
|
|
|
|
|
<input type="password" class="form-control" formControlName="password" placeholder="New Password">
|
|
|
|
|
<input type="password" class="form-control" formControlName="confirmPassword" placeholder="Confirm New Password">
|
|
|
|
|
<button class="btn btn-success-outline" [disabled]="form.invalid" type="submit">Reset Password</button>
|
|
|
|
|
|
|
|
|
|
</form>
|
|
|
|
|