SecureValue: bugfix
GitOrigin-RevId: aabf0869bd20e80fbab15ba7849bce38a6442f03
This commit is contained in:
parent
baa334544b
commit
17ffd30722
@ -19,6 +19,8 @@
|
||||
|
||||
#include <mutex>
|
||||
|
||||
#include "td/utils/base64.h"
|
||||
|
||||
namespace td {
|
||||
|
||||
GetSecureValue::GetSecureValue(ActorShared<> parent, std::string password, SecureValueType type,
|
||||
|
@ -139,12 +139,12 @@ td_api::object_ptr<td_api::encryptedCredentials> get_encrypted_credentials_objec
|
||||
const EncryptedSecureCredentials &credentials);
|
||||
|
||||
struct SecureDataCredentials {
|
||||
string hash;
|
||||
string secret;
|
||||
string hash;
|
||||
};
|
||||
struct SecureFileCredentials {
|
||||
string hash;
|
||||
string secret;
|
||||
string hash;
|
||||
};
|
||||
|
||||
struct SecureValueCredentials {
|
||||
|
Reference in New Issue
Block a user