Skip to content

Commit

Permalink
Revert "fail proto test"
Browse files Browse the repository at this point in the history
This reverts commit 879632a.
  • Loading branch information
crlssn committed Nov 26, 2024
1 parent 346f910 commit ef5b9ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion protobufs/api/v1/auth.proto
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ message LoginRequest {
string email = 1 [(buf.validate.field).string.email = true];
string password = 2 [(buf.validate.field).string.min_len = 1];
}
message LoginResponse {}
message LoginResponse {
string access_token = 1;
}

message RefreshTokenRequest {}
message RefreshTokenResponse {
Expand Down

0 comments on commit ef5b9ba

Please sign in to comment.