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:
parent
bad8e6b988
commit
6c2f8182e8
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user