Skip to content

Commit

Permalink
🔥 Remove useless signOut proto
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinbreiz committed Sep 15, 2023
1 parent 3402d22 commit 03e2d9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion protos/user.proto
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ message EmailRequest {
service User {
rpc SignIn(SignInSignUpRequest) returns (UserResponse);
rpc SignUp(SignInSignUpRequest) returns (UserResponse);
rpc SignOut(EmptyRequest) returns (EmptyResponse);
rpc ResetPassword(EmailRequest) returns (UserResponse);
rpc ChangeEmail(EmailRequest) returns (UserResponse);
}

0 comments on commit 03e2d9f

Please sign in to comment.