feat(pref): better form for Komga conf

This commit is contained in:
Julien Froidefond
2025-02-24 21:34:13 +01:00
parent 4c12356225
commit e80c26136a
3 changed files with 146 additions and 91 deletions

View File

@@ -19,6 +19,7 @@ export default async function SettingsPage() {
url: mongoConfig.url,
username: mongoConfig.username,
userId: mongoConfig.userId,
authHeader: mongoConfig.authHeader,
};
}