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({