You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-07 17:03:01 +03:00
Move the cross signing reset UI in its own page
This commit is contained in:
@@ -183,6 +183,7 @@ pub(crate) async fn get(
|
||||
"org.matrix.sessions_list".to_owned(),
|
||||
"org.matrix.session_view".to_owned(),
|
||||
"org.matrix.session_end".to_owned(),
|
||||
"org.matrix.cross_signing_reset".to_owned(),
|
||||
],
|
||||
})
|
||||
}
|
||||
|
@@ -475,6 +475,9 @@ pub enum AccountAction {
|
||||
OrgMatrixSessionEnd { device_id: String },
|
||||
#[serde(rename = "session_end")]
|
||||
SessionEnd { device_id: String },
|
||||
|
||||
#[serde(rename = "org.matrix.cross_signing_reset")]
|
||||
OrgMatrixCrossSigningReset,
|
||||
}
|
||||
|
||||
/// `GET /account/`
|
||||
|
Reference in New Issue
Block a user