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