From 74f15cabd9d46dc141a896df32ff000232d6e40e Mon Sep 17 00:00:00 2001 From: Marek Lesko Date: Tue, 28 Oct 2025 19:50:29 +0000 Subject: [PATCH] fix: remove unused imports from callback component for cleaner code --- Web/src/app/pages/authentication/callback/callback.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/Web/src/app/pages/authentication/callback/callback.component.ts b/Web/src/app/pages/authentication/callback/callback.component.ts index dc4c529..3fe52e7 100755 --- a/Web/src/app/pages/authentication/callback/callback.component.ts +++ b/Web/src/app/pages/authentication/callback/callback.component.ts @@ -4,7 +4,6 @@ import { CoreService } from '../../../services/core.service'; import { MaterialModule } from '../../../material.module'; import { BrandingComponent } from '../../../layouts/full/vertical/sidebar/branding.component'; import { AuthenticationService } from '../../../services/authentication.service'; -import { JsonPipe, NgIf } from '@angular/common'; import { NgScrollbarModule } from "ngx-scrollbar"; @Component({