Shbboleth workflow new

This commit is contained in:
Julius Gruber
2019-06-24 10:43:55 +02:00
parent c4ab1c5180
commit 3d5b3ea9a1
8 changed files with 58 additions and 3 deletions

View File

@@ -39,6 +39,7 @@ import { ExpandableAdminSidebarSectionComponent } from './+admin/admin-sidebar/e
import { NavbarModule } from './navbar/navbar.module';
import { JournalEntitiesModule } from './entity-groups/journal-entities/journal-entities.module';
import { ResearchEntitiesModule } from './entity-groups/research-entities/research-entities.module';
import { ShibbolethComponent } from './+login-page/shibboleth/shibboleth.component';
export function getConfig() {
return ENV_CONFIG;
@@ -128,6 +129,7 @@ const EXPORTS = [
],
declarations: [
...DECLARATIONS,
ShibbolethComponent,
],
exports: [
...EXPORTS