refactor: utilisation des services spécialisés et optimisation du cache

This commit is contained in:
Julien Froidefond
2025-02-12 08:46:10 +01:00
parent e76968e2ad
commit 2fa96072e8
8 changed files with 62 additions and 412 deletions

View File

@@ -2,7 +2,7 @@ import { KomgaUser } from "./komga";
export interface AuthConfig {
serverUrl: string;
credentials?: {
credentials: {
username: string;
password: string;
};