Skip to content

Commit

Permalink
fix: include user and token service interfaces in index.ts
Browse files Browse the repository at this point in the history
Include user and token service interfaces
in ./service.index.ts and ./index.ts
  • Loading branch information
emonddr committed May 13, 2019
1 parent db1c004 commit 3a1a978
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/authentication/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
export * from './authentication.component';
export * from './decorators';
export * from './keys';
export * from './services';
export * from './strategy-adapter';
export * from './types';
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

// TBD: create a new story to design session service, it will be about tracking the user using
// empty session service interface for now.
export interface SessionService {}
export * from './token.service';
export * from './user.service';

0 comments on commit 3a1a978

Please sign in to comment.