mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05: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