You can see how many passkeys have been created with this Rails command:
UserSecurityKey.where(factor_type: 1).count
You can see how many passkeys have been created with this Rails command:
UserSecurityKey.where(factor_type: 1).count