ezidam: oauth: removed FormPost from ResponseModes

This commit is contained in:
Philippe Loctaux 2023-03-17 22:17:35 +01:00
parent bb4ff8a9f8
commit ae71a6a512

View file

@ -6,8 +6,6 @@ pub enum ResponseMode {
Query, Query,
#[field(value = "fragment")] #[field(value = "fragment")]
Fragment, Fragment,
#[field(value = "form_post")]
FormPost,
} }
#[derive(Debug, FromForm, UriDisplayQuery)] #[derive(Debug, FromForm, UriDisplayQuery)]