Merge branch 'master' of https://bitbucket.org/sriramv18/sparqsineedge
This commit is contained in:
parent
9b1e1688c7
commit
9a80aa281e
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user