mirror of
https://github.com/bitwarden/server
synced 2025-12-19 01:33:20 +00: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