This commit is contained in:
venbatechnologies@gmail.com 2022-01-21 19:29:44 +05:30
parent 9b1e1688c7
commit 9a80aa281e

View File

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