fix: add access token to responses
All checks were successful
Publish / Publish Job (push) Successful in 2m35s

This commit is contained in:
Дмитрий
2026-04-03 19:18:19 +03:00
parent b748c4e182
commit ceb5e914b2
3 changed files with 8 additions and 6 deletions

View File

@@ -24,7 +24,6 @@ message Verify2FaRequest {
message Verify2FaResponse {
string access_token = 1;
string refresh_token = 2;
string status = 3;
string message = 4;
repeated string reserve_codes = 5;