Skip to content

Commit

Permalink
Merge pull request #78 from Haennetz/fix/#57
Browse files Browse the repository at this point in the history
use empty response for oidc set role
  • Loading branch information
Haennetz authored Mar 9, 2024
2 parents 4068c18 + b3e5074 commit e808d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/oidc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,6 @@ pub mod role {
.allowed_redirect_uris(allowed_redirect_uris)
.build()
.unwrap();
api::exec_with_empty_result(client, endpoint).await
api::exec_with_empty(client, endpoint).await
}
}

0 comments on commit e808d9f

Please sign in to comment.