fix: remove reserve codes from request
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user