🔥 Remove LoginReply expiresAt
This commit is contained in:
parent
898a7c8d9c
commit
372d1bad2f
@ -42,7 +42,7 @@ message LoginRequest {
|
|||||||
message LoginReply {
|
message LoginReply {
|
||||||
bool success = 1;
|
bool success = 1;
|
||||||
string authToken = 2;
|
string authToken = 2;
|
||||||
google.protobuf.Timestamp expiresAt = 3 [deprecated = true];
|
reserved 3; // expiresAt
|
||||||
LoginError error = 4;
|
LoginError error = 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user