fix: restructure request and respone methodes
Some checks failed
Publish / Publish Job (push) Failing after 1m14s
Some checks failed
Publish / Publish Job (push) Failing after 1m14s
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user