mirror of
https://github.com/bitwarden/server.git
synced 2025-07-15 06:37:54 -05:00
PM-11123: Device Type mapping (#4768)
* PM-11123: Device Type mapping * PM-11123: Moving ClientType out of NotificationCenter, naming clash with Identity ClientType * PM-11123: Rename ClientType in ICurrentContext to match the type
This commit is contained in:
@ -5,5 +5,5 @@ namespace Bit.Core.SecretsManager.Commands.Projects.Interfaces;
|
||||
|
||||
public interface ICreateProjectCommand
|
||||
{
|
||||
Task<Project> CreateAsync(Project project, Guid userId, ClientType clientType);
|
||||
Task<Project> CreateAsync(Project project, Guid userId, IdentityClientType identityClientType);
|
||||
}
|
||||
|
Reference in New Issue
Block a user