pub(crate) async fn post_email_validate_route(
__arg0: State<State>,
__arg1: ClientIp,
__arg2: Form<ValidateParams>,
) -> ResponseExpand description
ยงPOST /_tuwunel/3pid/email/validate
Confirms the validation. A wrong or expired session renders the same failure page as any other error, so the page never reveals whether a session or token is live.