mirror of
https://github.com/bitwarden/server
synced 2025-12-17 08:43:27 +00:00
verify email apis
This commit is contained in:
@@ -294,7 +294,7 @@ namespace Bit.Core.Services
|
||||
{
|
||||
if(user.EmailVerified)
|
||||
{
|
||||
throw new BadRequestException("Email already verifed.");
|
||||
throw new BadRequestException("Email already verified.");
|
||||
}
|
||||
|
||||
var token = await base.GenerateEmailConfirmationTokenAsync(user);
|
||||
|
||||
Reference in New Issue
Block a user