fix(secu): don't store komga pwd but authstring

This commit is contained in:
Julien Froidefond
2025-02-24 08:28:43 +01:00
parent 738abe3b9d
commit 980a6daca2
7 changed files with 17 additions and 26 deletions

View File

@@ -15,7 +15,7 @@ const configSchema = new mongoose.Schema(
type: String,
required: true,
},
password: {
authHeader: {
type: String,
required: true,
},