1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-24 12:35:25 +01:00

Updated command to be public for testing.

This commit is contained in:
Todd Martin 2024-05-14 14:53:34 -04:00
parent bad8e6b988
commit 6c2f8182e8
No known key found for this signature in database
GPG Key ID: 663E7AF5C839BC8F

View File

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