async fn finish_resend(
conn: &mut PgConnection,
user: &AuthUser,
course_id: Uuid,
payload: &ResendLinkingEmailPayload,
student_number: Option<&str>,
outcome: ResendOutcome,
token: AuthorizationToken,
) -> ControllerResult<Json<ResendLinkingEmailResult>>Expand description
Audits the attempt whatever it did, and reports where the person’s linking mail now stands.