override MapIdentityApi() to fix confirmation link.
This commit is contained in:
@@ -28,7 +28,7 @@ public class AccountController(
|
||||
}
|
||||
|
||||
result = await UserManager.CreateAsync(newUser2, pass);
|
||||
if(result != null && !result.Succeeded)
|
||||
if (result != null && !result.Succeeded)
|
||||
{
|
||||
return this.Problem(string.Join(",", result.Errors.Select(e => e.Description)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user