Modified register user service method to be async

This commit is contained in:
2023-02-23 00:06:24 -06:00
committed by Carl Tibule
parent 9a221fcca1
commit 238c92f711
4 changed files with 10 additions and 10 deletions

View File

@ -19,8 +19,6 @@ namespace YABA.API.Middlewares
{
if (httpContext.User != null && httpContext.User.Identity.IsAuthenticated)
{
var claims = new List<Claim>();
var userAuthProviderId = httpContext.User.Identity.GetAuthProviderId();
if (!string.IsNullOrEmpty(userAuthProviderId))