fix: removove optional refresh token from verify two fa
All checks were successful
Publish / Publish Job (push) Successful in 2m23s

This commit is contained in:
Дмитрий
2026-04-13 23:25:30 +03:00
parent 51b4257d55
commit ac1252253a
2 changed files with 2 additions and 1 deletions

View File

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