for merging
This commit is contained in:
parent
abb5e7eaa9
commit
df14465f76
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user