Skip to content

Commit

Permalink
Update DeleteUserComponent.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Feb 18, 2024
1 parent b6887be commit e7d3a30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
{
var authState = await AuthenticationState;
_userEmail = authState.User.FindFirstValue(ClaimTypes.Email)!;
_currentUserId = authState.User.GetId();
_currentUserId = authState.User.GetId()!;
}

private void OpenDialog() => _dialogIsOpen = true;
Expand Down

0 comments on commit e7d3a30

Please sign in to comment.