From ffaf251051cce6c1f8411cc9b5bcc5a2892f8c45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD?= Date: Mon, 1 Sep 2025 10:49:04 +0300 Subject: [PATCH] =?UTF-8?q?DAO=20-=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=B0?= =?UTF-8?q?=D0=B5=D1=82=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=B4=D0=B0=D0=BD=D0=BD=D1=8B=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/endpoints_handlers/AuthRegistrationExecutor.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/endpoints_handlers/AuthRegistrationExecutor.h b/src/endpoints_handlers/AuthRegistrationExecutor.h index 6670aa0..aee194d 100644 --- a/src/endpoints_handlers/AuthRegistrationExecutor.h +++ b/src/endpoints_handlers/AuthRegistrationExecutor.h @@ -97,15 +97,6 @@ public: const auto uuid_stringified = user_dao_->Create(user); - { - User updated_user; - updated_user.SetUUID("c792bbe6-2bf2-4fe0-a781-ba96bfeaa3b6"); - updated_user.SetLogin("login56"); - updated_user.SetPassword("Qwerty123456"); - - user_dao_->Update(updated_user); - } - http::response res{ http::status::created, req.version() };