Skip to content

Commit

Permalink
Update systemcredentials.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Dec 1, 2023
1 parent ed61a8e commit f94de8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keyring/systemcredentials.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace Nickvision::Aura::Keyring
{
#ifndef _WIN32
static const SecretSchema &KEYRING_SCHEMA = { "org.nickvision.aura.keyring", SECRET_SCHEMA_NONE, { { "application", SECRET_SCHEMA_ATTRIBUTE_STRING }, { NULL, 0 } } };
static const SecretSchema KEYRING_SCHEMA = { "org.nickvision.aura.keyring", SECRET_SCHEMA_NONE, { { "application", SECRET_SCHEMA_ATTRIBUTE_STRING }, { NULL, 0 } } };
#endif

std::optional<Credential> SystemCredentials::getCredential(const std::string& name)
Expand Down

0 comments on commit f94de8d

Please sign in to comment.