mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:17:32 +00:00
fix: webauthn event types (#1535)
This commit is contained in:
@@ -177,7 +177,7 @@ func NewHumanPasswordlessBeginLoginEvent(
|
||||
eventstore.NewBaseEventForPush(
|
||||
ctx,
|
||||
aggregate,
|
||||
HumanPasswordlessTokenVerifiedType,
|
||||
HumanPasswordlessTokenBeginLoginType,
|
||||
),
|
||||
challenge,
|
||||
info,
|
||||
|
@@ -177,7 +177,7 @@ func NewHumanU2FBeginLoginEvent(
|
||||
eventstore.NewBaseEventForPush(
|
||||
ctx,
|
||||
aggregate,
|
||||
HumanU2FTokenVerifiedType,
|
||||
HumanU2FTokenBeginLoginType,
|
||||
),
|
||||
challenge,
|
||||
info,
|
||||
|
Reference in New Issue
Block a user