refacto : review auth part 1

This commit is contained in:
Julien Froidefond
2025-02-13 09:42:28 +01:00
parent 98066274fa
commit addc42d1f6
5 changed files with 25 additions and 171 deletions

View File

@@ -136,7 +136,7 @@ export default function SettingsPage() {
password,
};
storageService.setCredentials(
storageService.setKomgaConfig(
{
serverUrl: newConfig.serverUrl,
credentials: { username: newConfig.username, password: newConfig.password },