login.ts edited online with Bitbucket
This commit is contained in:
parent
68d45d8071
commit
32f63f8a1b
@ -33,7 +33,7 @@ export class LoginPage {
|
|||||||
password: ['', Validators.compose([Validators.required])]
|
password: ['', Validators.compose([Validators.required])]
|
||||||
});
|
});
|
||||||
this.commonUrl = this.authService.commonUrl;
|
this.commonUrl = this.authService.commonUrl;
|
||||||
console.log(this.commonUrl);
|
//console.log(this.commonUrl);
|
||||||
}
|
}
|
||||||
|
|
||||||
doLogin(value: any) {
|
doLogin(value: any) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user