You've already forked authentication-service
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:
@@ -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(),
|
||||
|
Reference in New Issue
Block a user