This commit is contained in:
2025-08-31 13:57:45 -05:00
parent e7fb5c5bc0
commit 6f658fab35

View File

@@ -478,7 +478,7 @@ template <> struct adl_serializer<repertory::encrypt_config> {
data.at(repertory::JSON_ENCRYPTION_TOKEN).get_to(value.encryption_token);
data.at(repertory::JSON_PATH).get_to(value.path);
auto kdf_str = data.at(repertory::JSON_KDF_CONFIG).get<std::string>();
auto kdf_str = data[repertory::JSON_KDF_CONFIG].get<std::string>();
if (kdf_str.empty()) {
return;
}