Browse Source

Merge pull request #20218 from mahmut-gundogdu/bugfix/20066

Fix #20066  - Add remember-me.service on index.ts
pull/20222/head
Masum ULU 2 years ago
committed by GitHub
parent
commit
48dfccd2c7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      npm/ng-packs/packages/oauth/src/lib/services/index.ts

1
npm/ng-packs/packages/oauth/src/lib/services/index.ts

@ -1,2 +1,3 @@
export * from './oauth.service';
export * from './oauth-error-filter.service';
export * from './remember-me.service'
Loading…
Cancel
Save