fix(secu): don't store komga pwd but authstring
This commit is contained in:
@@ -18,7 +18,6 @@ export default async function SettingsPage() {
|
||||
config = {
|
||||
url: mongoConfig.url,
|
||||
username: mongoConfig.username,
|
||||
password: mongoConfig.password,
|
||||
userId: mongoConfig.userId,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user