We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25920f4 commit 54977eeCopy full SHA for 54977ee
src/lobby/api.cpp
@@ -14,7 +14,7 @@
14
namespace {
15
namespace constants {
16
17
- constexpr const std::string api_token_key = "API_TOKEN_save";
+ constexpr const char* api_token_key = "API_TOKEN_save";
18
}
19
} // namespace
20
src/lobby/credentials/secret.cpp
@@ -10,7 +10,7 @@ namespace {
10
11
constexpr const char* key_type_user = "user";
12
13
- constexpr const std::string key_name_prefix = "OOPetris_key__";
+ constexpr const char* key_name_prefix = "OOPetris_key__";
} // namespace constants
std::string get_key_name(const std::string& key) {
0 commit comments