fix: remove reserve codes from request

This commit is contained in:
Дмитрий
2026-03-25 12:09:51 +03:00
parent c956cd29f0
commit 1eb1d4b946
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@lendry-erp/contracts", "name": "@lendry-erp/contracts",
"version": "1.0.3", "version": "1.0.4",
"description": "Protobuf definitions and generated TypeScript types", "description": "Protobuf definitions and generated TypeScript types",
"type": "commonjs", "type": "commonjs",
"scripts": { "scripts": {

View File

@@ -52,7 +52,6 @@ message Verify2FaRequest {
string temp_token = 1; string temp_token = 1;
string totp_code = 2; string totp_code = 2;
string telegram_code = 3; string telegram_code = 3;
string reserve_code = 4;
} }
message Verify2FaResponse { message Verify2FaResponse {