Skip to content

Commit

Permalink
fix(auth): include helpers into public api (#1754)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg committed Jul 10, 2019
1 parent 4cf994d commit f6f301b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/framework/auth/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ export * from './strategies/password/password-strategy-options';
export * from './strategies/oauth2/oauth2-strategy';
export * from './strategies/oauth2/oauth2-strategy.options';
export * from './models/user';

export * from './helpers';

0 comments on commit f6f301b

Please sign in to comment.