generated from Sithas/conan_template
База для ручки PostUserMedicationsExecutor.h
This commit is contained in:
@@ -66,7 +66,7 @@ public:
|
||||
throw session_exception(http::status::conflict, "User with login "s + login + " exists"s);
|
||||
}
|
||||
|
||||
user user;
|
||||
user_dto user;
|
||||
|
||||
user.login = login;
|
||||
user.hashed_password = HashPassword(password);
|
||||
|
||||
Reference in New Issue
Block a user