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);