mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
added user email verification bit
This commit is contained in:
@ -140,6 +140,7 @@ namespace Bit.Core.Services
|
||||
}
|
||||
|
||||
user.Email = newEmail;
|
||||
user.EmailVerified = true;
|
||||
await _cipherRepository.UpdateUserEmailPasswordAndCiphersAsync(user, ciphers);
|
||||
return IdentityResult.Success;
|
||||
}
|
||||
|
Reference in New Issue
Block a user