refacto : review auth part 1

This commit is contained in:
Julien Froidefond
2025-02-13 09:42:28 +01:00
parent 98066274fa
commit addc42d1f6
5 changed files with 25 additions and 171 deletions

View File

@@ -1,6 +1,5 @@
import { AuthError } from "@/types/auth";
import { storageService } from "./storage.service";
import { KomgaUser } from "@/types/komga";
interface AuthUser {
id: string;