fix: webauthn event types (#1535)

This commit is contained in:
Livio Amstutz
2021-04-07 08:12:55 +02:00
committed by GitHub
parent 4904f61d4b
commit 2e02f2a695
3 changed files with 3 additions and 3 deletions

View File

@@ -375,7 +375,7 @@ func (c *Commands) HumanFinishPasswordlessLogin(ctx context.Context, userID, res
}
_, err = c.eventstore.PushEvents(ctx,
usr_repo.NewHumanU2FCheckSucceededEvent(
usr_repo.NewHumanPasswordlessCheckSucceededEvent(
ctx,
userAgg,
authRequestDomainToAuthRequestInfo(authRequest),