mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-22 08:53:57 +02:00
remove unused comment
Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
This commit is contained in:
parent
61fac98d71
commit
5bdd3387d5
|
@ -547,9 +547,6 @@ pub async fn oauth2_openid_webfinger_get(
|
|||
State(state): State<ServerState>,
|
||||
Path(client_id): Path<String>,
|
||||
Query(query): Query<Oauth2OpenIdWebfingerQuery>,
|
||||
|
||||
// For the moment this is implemented ignoring the rel's
|
||||
// Query(rel): Query<Vec<String>>,
|
||||
Extension(kopid): Extension<KOpId>,
|
||||
) -> impl IntoResponse {
|
||||
let Oauth2OpenIdWebfingerQuery { resource } = query;
|
||||
|
|
Loading…
Reference in a new issue