remove unused comment

Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
This commit is contained in:
CEbbinghaus 2025-02-10 14:23:43 +11:00
parent 61fac98d71
commit 5bdd3387d5

View file

@ -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;