Skip to content

Commit

Permalink
Merge pull request #1895 from timdeschryver/export-session-storage
Browse files Browse the repository at this point in the history
fix: export DefaultSessionStorageService
  • Loading branch information
FabianGosebrink authored Feb 2, 2024
2 parents 2a2ca06 + 9b18081 commit 19ec9b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/angular-auth-oidc-client/src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export * from './public-events/notification';
export * from './public-events/public-events.service';
export * from './storage/abstract-security-storage';
export * from './storage/default-localstorage.service';
export * from './storage/default-sessionstorage.service';
export * from './user-data/userdata-result';
export * from './validation/jwtkeys';
export * from './validation/state-validation-result';
Expand Down

0 comments on commit 19ec9b3

Please sign in to comment.