for merging
This commit is contained in:
parent
abb5e7eaa9
commit
df14465f76
@ -67,7 +67,9 @@ export class LoginComponent implements OnInit{
|
|||||||
* AWS login service
|
* AWS login service
|
||||||
*/
|
*/
|
||||||
login() {
|
login() {
|
||||||
|
|
||||||
const mailid = this.email.split(/\s/).join('');
|
const mailid = this.email.split(/\s/).join('');
|
||||||
|
console.log('testing');
|
||||||
let auth = { 'Username': mailid, 'Password': this.password };
|
let auth = { 'Username': mailid, 'Password': this.password };
|
||||||
this.aws.dologin(auth).subscribe(res => {
|
this.aws.dologin(auth).subscribe(res => {
|
||||||
if (res !== undefined) {
|
if (res !== undefined) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user