summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/settings.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings.cpp b/src/settings.cpp
index 7564d4d..6afc351 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -8,8 +8,8 @@
#endif
const std::string KeychainPackage = "com.github.uowuo.abaddon";
-const std::string KeychainService = "client-token";
-const std::string KeychainUser = "discord";
+const std::string KeychainService = "abaddon-client-token";
+const std::string KeychainUser = "";
SettingsManager::SettingsManager(const std::string &filename)
: m_filename(filename) {