Modified register user service method to be async

This commit is contained in:
2023-02-23 00:06:24 -06:00
parent c55b018c0d
commit f298891572
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))