Skip to content

Commit

Permalink
Import AuthModule even in not only canary mode to let the e2es run
Browse files Browse the repository at this point in the history
  • Loading branch information
popovicsandras committed Jul 1, 2023
1 parent c70c059 commit c3c4ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo-shell/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ registerLocaleData(localeSv);
environment.e2e ? NoopAnimationsModule : BrowserAnimationsModule,
ReactiveFormsModule,
RouterModule.forRoot(appRoutes, { useHash: true, relativeLinkResolution: 'legacy' }),
...(environment.oidc ? [AuthModule.forRoot({ useHash: true })] : []),
AuthModule.forRoot({ useHash: true }),
FormsModule,
HttpClientModule,
MaterialModule,
Expand Down

0 comments on commit c3c4ca5

Please sign in to comment.