Skip to content

Commit

Permalink
Merge branch 'release/1.0.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas GILHARD committed Mar 8, 2019
2 parents 686be52 + cded073 commit afc55e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ng-strapi-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-strapi-auth",
"version": "1.0.9",
"version": "1.0.10",
"peerDependencies": {
"@angular/common": "^7.2.0",
"@angular/core": "^7.2.0"
Expand Down
2 changes: 2 additions & 0 deletions projects/ng-strapi-auth/src/lib/ng-strapi-auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ export class NgStrapiAuthService {
}

this.authStateChanges$ = this.authStateChangesSubject.asObservable();
this.userChanges$ = this.userChangesSubject.asObservable();
this.jwtChanges$ = this.jwtChangesSubject.asObservable();
}

async autoSignIn() {
Expand Down

0 comments on commit afc55e9

Please sign in to comment.