mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
Fixed reference.
This commit is contained in:
parent
89c516f8e2
commit
e118f64d01
@ -74,11 +74,6 @@ public class SendVerificationEmailForRegistrationCommand : ISendVerificationEmai
|
|||||||
await _mailService.SendRegistrationVerificationEmailAsync(email, token);
|
await _mailService.SendRegistrationVerificationEmailAsync(email, token);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (delaysEnabled)
|
|
||||||
{
|
|
||||||
// Add random delay between 100ms-130ms to prevent timing attacks
|
|
||||||
await Task.Delay(Random.Shared.Next(100, 130));
|
|
||||||
}
|
|
||||||
// User exists but we will return a 200 regardless of whether the email was sent or not; so return null
|
// User exists but we will return a 200 regardless of whether the email was sent or not; so return null
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user