chore: remove revoked field in access token

This commit is contained in:
Steven
2023-08-06 14:28:35 +08:00
parent f33dcba284
commit 994a90c8fb
5 changed files with 21 additions and 32 deletions

View File

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