From 1eb1d4b946abde58a30032df628392466cc7d98e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9?= Date: Wed, 25 Mar 2026 12:09:51 +0300 Subject: [PATCH] fix: remove reserve codes from request --- package.json | 2 +- proto/identity.proto | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index ef081bb..36fa990 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lendry-erp/contracts", - "version": "1.0.3", + "version": "1.0.4", "description": "Protobuf definitions and generated TypeScript types", "type": "commonjs", "scripts": { diff --git a/proto/identity.proto b/proto/identity.proto index c4a4e0a..ecd7082 100644 --- a/proto/identity.proto +++ b/proto/identity.proto @@ -52,7 +52,6 @@ message Verify2FaRequest { string temp_token = 1; string totp_code = 2; string telegram_code = 3; - string reserve_code = 4; } message Verify2FaResponse {