From 6c2f8182e81787c5c2f0988462580471fdfdc4d4 Mon Sep 17 00:00:00 2001 From: Todd Martin Date: Tue, 14 May 2024 14:53:34 -0400 Subject: [PATCH] Updated command to be public for testing. --- .../Implementations/CreateWebAuthnLoginCredentialCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;