mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:47:32 +00:00
fix: webauthn event types (#1535)
This commit is contained in:
@@ -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),
|
||||
|
Reference in New Issue
Block a user