1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

Replace parse-display with manual Display/FromStr impls

This commit is contained in:
Quentin Gliech
2024-03-19 15:05:50 +01:00
parent 4eeedbef31
commit 7e30daf83e
10 changed files with 334 additions and 168 deletions

View File

@@ -268,7 +268,7 @@ pub(crate) async fn post(
&clock,
metadata.redirect_uris().to_vec(),
encrypted_client_secret,
metadata.application_type,
metadata.application_type.clone(),
//&metadata.response_types(),
metadata.grant_types().to_vec(),
metadata.contacts.clone().unwrap_or_default(),