pub async fn handle_mfa_enable( ctx: &ReqCtx, code: &str, csrf: Option<&str>, ) -> ApiResponse
Confirm the code, enable MFA, generate backup codes, and show them once.