fix: removove optional refresh token from verify two fa
All checks were successful
Publish / Publish Job (push) Successful in 2m23s
All checks were successful
Publish / Publish Job (push) Successful in 2m23s
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@lendry-erp/contracts",
|
"name": "@lendry-erp/contracts",
|
||||||
"version": "1.2.22",
|
"version": "1.2.23",
|
||||||
"description": "Protobuf definitions and generated TypeScript types",
|
"description": "Protobuf definitions and generated TypeScript types",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ message Verify2FaRequest {
|
|||||||
|
|
||||||
message Verify2FaResponse {
|
message Verify2FaResponse {
|
||||||
string access_token = 1;
|
string access_token = 1;
|
||||||
|
string refresh_token = 2;
|
||||||
string status = 3;
|
string status = 3;
|
||||||
string message = 4;
|
string message = 4;
|
||||||
repeated string reserve_codes = 5;
|
repeated string reserve_codes = 5;
|
||||||
|
|||||||
Reference in New Issue
Block a user