Skip to content

Commit

Permalink
Merge pull request #2147 from ProgrammeVitam/cp_7.1__13485
Browse files Browse the repository at this point in the history
CP 7.1 - bugs #13485 fix(pastis): logout feature
  • Loading branch information
Regzox authored Nov 26, 2024
2 parents 63bb2aa + dd056f4 commit 0e0dc0d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import { MatSidenavModule } from '@angular/material/sidenav';
import { MatTabsModule } from '@angular/material/tabs';
import { MatTooltipModule } from '@angular/material/tooltip';
import { MatTreeModule } from '@angular/material/tree';
import { AuthenticationModule, TableFilterModule, VitamUICommonModule } from 'ui-frontend-common';
import { TableFilterModule, VitamUICommonModule } from 'ui-frontend-common';
import { VitamUILibraryModule } from 'vitamui-library';
import { CoreModule } from '../core/core.module';
import { MainComponent } from '../main/main.component';
Expand All @@ -68,7 +68,6 @@ import { PastisRoutingModule } from './pastis-routing.module';

@NgModule({
imports: [
AuthenticationModule.forRoot(),
CoreModule,
ProfileModule,
SharedModule,
Expand Down

0 comments on commit 0e0dc0d

Please sign in to comment.