From 3f5f986092137af63bb627418ca5c71b20c47ecc Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Mon, 11 Aug 2025 21:27:31 -0700 Subject: [PATCH] cleanup --- src/Client/src/app/services/Authentication.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client/src/app/services/Authentication.ts b/src/Client/src/app/services/Authentication.ts index 4e693e0..ed676de 100644 --- a/src/Client/src/app/services/Authentication.ts +++ b/src/Client/src/app/services/Authentication.ts @@ -1,7 +1,7 @@ import { Injectable } from "@angular/core"; import { Account } from "../models/Account"; import { BehaviorSubject, Observable } from "rxjs"; -import { HttpClient, HttpHeaders, HttpParams } from "@angular/common/http"; +import { HttpClient } from "@angular/common/http"; @Injectable({ providedIn: 'root' }) export class Authentication{