C#C
C#2y ago
Salight

How can i make email confirmation 1 in sql server

await _userManager.ConfirmEmailAsync(identityUser,verificationToken);
i was thinking this code was going to do that but it doesn't apply in sql server how can i manage to change in database
image.png
image.png
Was this page helpful?