renamed blob to blob_type_t
This commit is contained in:
@@ -16,7 +16,7 @@ struct UserDirectory;
|
||||
|
||||
struct User : core::Model {
|
||||
std::string name;
|
||||
matador::utils::blob symbol;
|
||||
matador::utils::blob_type_t symbol;
|
||||
std::string salt;
|
||||
std::string password;
|
||||
LockType lock_type{LockType::NoLock};
|
||||
|
||||
Reference in New Issue
Block a user