mirror of
https://github.com/aykhans/slash-e.git
synced 2025-06-14 20:07:50 +00:00
chore: remove revoked field in access token
This commit is contained in:
@ -28,7 +28,6 @@ message AccessTokensUserSetting {
|
||||
string description = 2;
|
||||
google.protobuf.Timestamp created_time = 3;
|
||||
google.protobuf.Timestamp expires_time = 4;
|
||||
bool revoked = 5;
|
||||
}
|
||||
repeated AccessToken access_tokens = 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user