mirror of
https://github.com/bitwarden/server.git
synced 2025-05-20 11:04:31 -05:00
Return after no master password hint email
This commit is contained in:
parent
54696aade4
commit
939a9e25da
@ -95,6 +95,7 @@ namespace Bit.Core.Services
|
|||||||
if(string.IsNullOrWhiteSpace(user.MasterPasswordHint))
|
if(string.IsNullOrWhiteSpace(user.MasterPasswordHint))
|
||||||
{
|
{
|
||||||
await _mailService.SendNoMasterPasswordHintEmailAsync(email);
|
await _mailService.SendNoMasterPasswordHintEmailAsync(email);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
await _mailService.SendMasterPasswordHintEmailAsync(email, user.MasterPasswordHint);
|
await _mailService.SendMasterPasswordHintEmailAsync(email, user.MasterPasswordHint);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user