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

@@ -177,7 +177,7 @@ func NewHumanPasswordlessBeginLoginEvent(
eventstore.NewBaseEventForPush(
ctx,
aggregate,
HumanPasswordlessTokenVerifiedType,
HumanPasswordlessTokenBeginLoginType,
),
challenge,
info,

View File

@@ -177,7 +177,7 @@ func NewHumanU2FBeginLoginEvent(
eventstore.NewBaseEventForPush(
ctx,
aggregate,
HumanU2FTokenVerifiedType,
HumanU2FTokenBeginLoginType,
),
challenge,
info,