pub(super) async fn cross_signing_reset_confirm_html(
user_id: &UserId,
login_token: &str,
) -> Result<String>Expand description
Shows a POST confirmation form for a cross-signing reset. The login_token
is peeked by the GET handler and embedded here; submitting the form consumes
it and opens the replacement window.