1
0
mirror of https://github.com/bitwarden/server synced 2025-12-17 08:43:27 +00:00

verify email apis

This commit is contained in:
Kyle Spearrin
2017-07-05 15:35:46 -04:00
parent d42a47e5f0
commit 87a216e523
7 changed files with 34 additions and 9 deletions

View File

@@ -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);