Commit 781dee2a by Muhammad Usman

on linkedin click loader

parent 952c5a62
@import "~styles/my-career-styles/variables"; @import "~styles/my-career-styles/variables";
.bck-link {
display: none;
}
.auth-wrapper { .auth-wrapper {
margin-bottom: 45px; margin-bottom: 45px;
} }
@media only screen and (max-width: 768px) {
.bck-link {
display: flex;
}
}
...@@ -141,6 +141,7 @@ export class PersonalDetailsComponent extends BaseComponent implements OnInit { ...@@ -141,6 +141,7 @@ export class PersonalDetailsComponent extends BaseComponent implements OnInit {
} }
connectWithSocial(type): void { connectWithSocial(type): void {
this.isLoading = true;
this.aps.socicalMediaLogin(type) this.aps.socicalMediaLogin(type)
.pipe(takeUntil(this.componentInView)) .pipe(takeUntil(this.componentInView))
.subscribe(data => { .subscribe(data => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment