1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

Actually send emails for recovery

This commit is contained in:
Quentin Gliech
2024-06-24 17:20:22 +02:00
parent 4a60f5d32f
commit c156a3891e
17 changed files with 337 additions and 14 deletions

View File

@ -446,6 +446,7 @@ mod jobs {
///
/// * `user_recovery_session` - The user recovery session to send the
/// email for
/// * `language` - The locale to send the email in
#[must_use]
pub fn new(user_recovery_session: &UserRecoverySession) -> Self {
Self {