This commit is contained in:
venbatechnologies@gmail.com 2022-01-21 19:28:37 +05:30
parent df14465f76
commit 9b1e1688c7

View File

@ -69,7 +69,7 @@ export class LoginComponent implements OnInit{
login() {
const mailid = this.email.split(/\s/).join('');
console.log('testing');
let auth = { 'Username': mailid, 'Password': this.password };
this.aws.dologin(auth).subscribe(res => {
if (res !== undefined) {