From 05dda7aefd5df46d0991c14eb14526e21a4089d8 Mon Sep 17 00:00:00 2001
From: enmande <3836813+enmande@users.noreply.github.com>
Date: Wed, 28 Jan 2026 21:13:20 -0500
Subject: [PATCH] refctor(2fa-webauthn) [PM-29890]: Re-spell docs.
---
.../ICompleteTwoFactorWebAuthnRegistrationCommand.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Core/Auth/UserFeatures/TwoFactorAuth/ICompleteTwoFactorWebAuthnRegistrationCommand.cs b/src/Core/Auth/UserFeatures/TwoFactorAuth/ICompleteTwoFactorWebAuthnRegistrationCommand.cs
index ac164e086c..ec31419083 100644
--- a/src/Core/Auth/UserFeatures/TwoFactorAuth/ICompleteTwoFactorWebAuthnRegistrationCommand.cs
+++ b/src/Core/Auth/UserFeatures/TwoFactorAuth/ICompleteTwoFactorWebAuthnRegistrationCommand.cs
@@ -11,7 +11,7 @@ public interface ICompleteTwoFactorWebAuthnRegistrationCommand
/// The current user.
/// ID for the Key credential to complete.
/// Name for the Key credential to complete.
- /// Fido2 attestation response.
+ /// WebAuthn attestation response.
/// Whether persisting the credential was successful.
Task CompleteTwoFactorWebAuthnRegistrationAsync(User user, int id, string name,
AuthenticatorAttestationRawResponse attestationResponse);