diff --git a/Web/src/app/pages/authentication/callback/callback.component.ts b/Web/src/app/pages/authentication/callback/callback.component.ts index 22c33a3..dc4c529 100755 --- a/Web/src/app/pages/authentication/callback/callback.component.ts +++ b/Web/src/app/pages/authentication/callback/callback.component.ts @@ -9,7 +9,7 @@ import { NgScrollbarModule } from "ngx-scrollbar"; @Component({ selector: 'app-callback', - imports: [RouterModule, MaterialModule, BrandingComponent, JsonPipe, NgIf, NgScrollbarModule], + imports: [RouterModule, MaterialModule, BrandingComponent, NgScrollbarModule], templateUrl: './callback.component.html', }) export class CallbackComponent {