We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69fd10a commit 7e6ac66Copy full SHA for 7e6ac66
src/Infrastructure/Auth0/Auth0Service.cs
@@ -72,7 +72,7 @@ await _auth0Client.SignupUserAsync(new SignupUserRequest
72
ClientId = _auth0Options.ClientId
73
}, ct);
74
75
- return await GetUserToken(new LoginRequestDto(username, req.Password), ct);
+ return await GetUserToken(new LoginRequestDto(req.Email, req.Password), ct);
76
}
77
catch (Exception ex)
78
{
0 commit comments