change service clear user

This commit is contained in:
ouwou 2022-08-09 02:06:24 -04:00
parent ee67037a3f
commit 77dd9fabfa

View File

@ -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) {