refacto: review keys of config komga and code
This commit is contained in:
6
src/lib/constants.ts
Normal file
6
src/lib/constants.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
// Clés de stockage
|
||||
export const STORAGE_KEYS = {
|
||||
CREDENTIALS: "komgaCredentials",
|
||||
USER: "stripUser",
|
||||
TTL_CONFIG: "ttlConfig",
|
||||
} as const;
|
||||
Reference in New Issue
Block a user