diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-07-10 14:54:02 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-07-10 14:54:02 -0400 |
| commit | 97dd16a87a3b398028c1408d24209ade329c78d2 (patch) | |
| tree | a8376be8640d5679ce0abcd7d3a709b7903a4465 | |
| parent | b0fb2037428e6186cea26805d469943b5ef73ba9 (diff) | |
don't log old nexus username and password
they're not supposed to be in the INI anymore, but the migration code looks broken and some users still have them
| -rw-r--r-- | src/settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.cpp b/src/settings.cpp index 55283486..b1385c05 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -463,7 +463,7 @@ QSettings::Status Settings::sync() const void Settings::dump() const { static const QStringList ignore({ - "username", "password", "nexus_api_key" + "username", "password", "nexus_api_key", "nexus_username", "nexus_password" }); log::debug("settings:"); |
