mirror of
https://github.com/bitwarden/server
synced 2026-02-12 14:33:49 +00:00
Return after no master password hint email
This commit is contained in:
@@ -95,6 +95,7 @@ namespace Bit.Core.Services
|
||||
if(string.IsNullOrWhiteSpace(user.MasterPasswordHint))
|
||||
{
|
||||
await _mailService.SendNoMasterPasswordHintEmailAsync(email);
|
||||
return;
|
||||
}
|
||||
|
||||
await _mailService.SendMasterPasswordHintEmailAsync(email, user.MasterPasswordHint);
|
||||
|
||||
Reference in New Issue
Block a user