From 5002139b1b44a0539871cd87b81f03bb16e14982 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Fri, 21 Jun 2024 22:42:48 +0900 Subject: [PATCH] Update WebAuthn.php --- src/Appwrite/Auth/MFA/Type/WebAuthn.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Appwrite/Auth/MFA/Type/WebAuthn.php b/src/Appwrite/Auth/MFA/Type/WebAuthn.php index 2259a9c031..55553924dc 100644 --- a/src/Appwrite/Auth/MFA/Type/WebAuthn.php +++ b/src/Appwrite/Auth/MFA/Type/WebAuthn.php @@ -15,6 +15,7 @@ use Webauthn\AttestationStatement\AttestationObjectLoader; use Webauthn\AttestationStatement\AttestationStatementSupportManager; use Webauthn\AuthenticatorAssertionResponse; use Webauthn\AuthenticatorAssertionResponseValidator; +use Webauthn\AuthenticatorAttestationResponseValidator; use Webauthn\PublicKeyCredentialLoader; use Webauthn\PublicKeyCredentialRequestOptions; use Webauthn\PublicKeyCredentialSource;