Changeset de9d697 for Farmatiko/ClientApp/src/app/login/login.component.ts
- Timestamp:
- 02/01/21 00:15:12 (4 years ago)
- Branches:
- master
- Children:
- afefe75
- Parents:
- 28d7d35
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/ClientApp/src/app/login/login.component.ts
r28d7d35 rde9d697 18 18 password = ''; 19 19 loginError = false; 20 expanded = false; 20 21 private subscription: Subscription; 21 22 … … 67 68 this.loginForm.reset(); 68 69 } 70 71 expandRegistration() { 72 this.expanded = !this.expanded; 73 } 69 74 }
Note:
See TracChangeset
for help on using the changeset viewer.