diff --git a/src/Core/Auth/UserFeatures/WebAuthnLogin/Implementations/CreateWebAuthnLoginCredentialCommand.cs b/src/Core/Auth/UserFeatures/WebAuthnLogin/Implementations/CreateWebAuthnLoginCredentialCommand.cs index 15d1abcf8..5eebc8b7e 100644 --- a/src/Core/Auth/UserFeatures/WebAuthnLogin/Implementations/CreateWebAuthnLoginCredentialCommand.cs +++ b/src/Core/Auth/UserFeatures/WebAuthnLogin/Implementations/CreateWebAuthnLoginCredentialCommand.cs @@ -7,7 +7,7 @@ using Microsoft.Extensions.Logging; namespace Bit.Core.Auth.UserFeatures.WebAuthnLogin.Implementations; -internal class CreateWebAuthnLoginCredentialCommand : ICreateWebAuthnLoginCredentialCommand +public class CreateWebAuthnLoginCredentialCommand : ICreateWebAuthnLoginCredentialCommand { public const int MaxCredentialsPerUser = 5;