This commit is contained in:
tiago.kayaya
2021-01-07 09:39:36 +01:00
parent 3f449abc3e
commit 6596941cdd
3 changed files with 33 additions and 16 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export class LoginPage implements OnInit {
userattempt: User;
public body = {"user": this.username,"password": this.password};
public postData = {"user": "admin","password": this.password};
public postData = {"user": this.username,"password": this.password};
constructor(
private router: Router,