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:
@@ -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