mirror of
https://github.com/zitadel/zitadel.git
synced 2026-08-19 01:14:48 -05:00
fix(domain): add PasskeyTypeCondition to humanPasskeyConditions interface (#11113)
This commit is contained in:
@@ -277,6 +277,7 @@ type humanPasskeyConditions interface {
|
||||
PasskeyIDCondition(passkeyID string) database.Condition
|
||||
PasskeyKeyIDCondition(keyID string) database.Condition
|
||||
PasskeyChallengeCondition(challenge string) database.Condition
|
||||
PasskeyTypeCondition(passkeyType PasskeyType) database.Condition
|
||||
}
|
||||
|
||||
type humanPasskeyChanges interface {
|
||||
|
||||
Reference in New Issue
Block a user