Skip to content

Commit

Permalink
fix: Typo in add_oidc_provider req
Browse files Browse the repository at this point in the history
  • Loading branch information
St4NNi committed Nov 14, 2023
1 parent 6c7a753 commit b070276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aruna/api/storage/services/v2/user_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ service UserService {
};
}

rpc AddOidcProvier(AddOidcProviderRequest) returns (AddOidcProviderResponse) {
rpc AddOidcProvider(AddOidcProviderRequest) returns (AddOidcProviderResponse) {
option (google.api.http) = {
patch : "/v2/user/add_oidc"
body : "*"
Expand Down

0 comments on commit b070276

Please sign in to comment.