Fix OidcAuthenticationService export (#9711)

* fix import

* fix service location and exports
This commit is contained in:
Denys Vuika
2024-05-22 09:16:12 -04:00
committed by GitHub
parent 2d347acda1
commit 6b45bc2b96
21 changed files with 65 additions and 77 deletions

View File

@@ -59,4 +59,3 @@ export * from './lib/common';
export * from './lib/material.module';
export * from './lib/core.module';
export { AuthModule } from './lib/auth/oidc/auth.module';