Skip to content

Commit

Permalink
fix; SignUpResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jun 22, 2024
1 parent 44bd93e commit e4fb6f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rpkm67/auth/auth/v1/auth.proto
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ message SignUpRequest {
}

message SignUpResponse {
Credential credential = 1;
string id = 1;
string email = 2;
string firstname = 3;
string lastname = 4;
}

// SignIn
Expand Down

0 comments on commit e4fb6f8

Please sign in to comment.