You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-20 12:02:22 +03:00
Use unstable prefix for SSO redirect action param
This commit is contained in:
committed by
Quentin Gliech
parent
ff2e569c98
commit
7207616657
@@ -489,6 +489,7 @@ pub enum CompatLoginSsoAction {
|
|||||||
|
|
||||||
#[derive(Debug, Serialize, Deserialize, Clone, Copy)]
|
#[derive(Debug, Serialize, Deserialize, Clone, Copy)]
|
||||||
pub struct CompatLoginSsoActionParams {
|
pub struct CompatLoginSsoActionParams {
|
||||||
|
#[serde(rename = "org.matrix.msc3824.action")]
|
||||||
action: CompatLoginSsoAction,
|
action: CompatLoginSsoAction,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user