🔥 Remove LoginReply expiresAt

rendering
Liza 2022-12-22 02:03:54 +01:00
parent 898a7c8d9c
commit 372d1bad2f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }