for merging

This commit is contained in:
venbatechnologies@gmail.com 2022-01-21 19:27:15 +05:30
parent abb5e7eaa9
commit df14465f76

View File

@ -67,7 +67,9 @@ export class LoginComponent implements OnInit{
* AWS login service
*/
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) {