fix(secu): don't store komga pwd but authstring
This commit is contained in:
@@ -15,7 +15,7 @@ const configSchema = new mongoose.Schema(
|
||||
type: String,
|
||||
required: true,
|
||||
},
|
||||
password: {
|
||||
authHeader: {
|
||||
type: String,
|
||||
required: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user