- Timestamp:
- 11/01/20 00:55:08 (4 years ago)
- Branches:
- master
- Children:
- d23bf72
- Parents:
- 993189e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/ClientApp/src/app/login/login.component.html
r993189e r1f4846d 6 6 <div class="example-container"> 7 7 <mat-form-field> 8 <input matInput placeholder="Email" [(ngModel)]="this. email" formControlName="email">8 <input matInput placeholder="Email" [(ngModel)]="this.username" formControlName="email"> 9 9 </mat-form-field> 10 10 11 11 <mat-form-field> 12 <input matInput type="password" placeholder="Password" [(ngModel)]="this.passw d" formControlName="password">12 <input matInput type="password" placeholder="Password" [(ngModel)]="this.password" formControlName="password"> 13 13 </mat-form-field> 14 14 15 15 <button [disabled]="!loginForm.valid" mat-raised-button color="primary" (click)="loginPharmacyHead()" mat-button>Најави се</button> 16 17 <div class="checkbox mb-3 text-danger" *ngIf="loginError"> 18 Login failed. Please try again. 19 </div> 16 20 </div> 17 21 </form>
Note:
See TracChangeset
for help on using the changeset viewer.