You've already forked authentication-service
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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user