1
This commit is contained in:
@@ -84,7 +84,7 @@ namespace ZelWiki
|
||||
{
|
||||
try
|
||||
{
|
||||
string emailAddress = (user.Claims.First(x => x.Type == ClaimTypes.Email)?.Value).EnsureNotNull();
|
||||
var emailAddress = (user.Claims.First(x => x.Type == ClaimTypes.Email)?.Value).EnsureNotNull();
|
||||
|
||||
if (user.Identity?.IsAuthenticated == true)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user