Skip to content

Commit

Permalink
Merge pull request #316 from Halynsky/master
Browse files Browse the repository at this point in the history
Emit initState event
  • Loading branch information
jaibatrik authored Sep 12, 2020
2 parents 8e8a73b + 6f0be75 commit 0b0c56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/lib/src/socialauth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ export class SocialAuthService {
)
.then(() => {
this.initialized = true;
this._initState.next(this.initialized);
this._initState.complete();


if (this.autoLogin) {
const loginStatusPromises = [];
let loggedIn = false;
Expand Down

0 comments on commit 0b0c56a

Please sign in to comment.