chore: update auth service

This commit is contained in:
Steven
2023-11-23 22:02:19 +08:00
parent 38e5398cb9
commit b7999a4db2
10 changed files with 65 additions and 110 deletions

View File

@ -26,7 +26,6 @@ message SignInRequest {
message SignInResponse {
User user = 1;
string access_token = 2;
}
message SignUpRequest {
@ -37,7 +36,6 @@ message SignUpRequest {
message SignUpResponse {
User user = 1;
string access_token = 2;
}
message SignOutRequest {}