fix: restructure request and respone methodes
Some checks failed
Publish / Publish Job (push) Failing after 1m14s

This commit is contained in:
Дмитрий
2026-03-27 15:28:01 +03:00
parent a225dd4a48
commit 60eb6068ec
2 changed files with 17 additions and 6 deletions

View File

@@ -32,10 +32,10 @@ message LoginResponse {
string refresh_token = 2;
string status = 3;
bool need2fa = 4;
string temp_token = 5;
string message = 6;
string error_code = 7;
google.rpc.Status error = 8;
optional string temp_token = 5;
optional string message = 6;
optional string error_code = 7;
optional google.rpc.Status error = 8;
}
message RefreshRequest {