mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
SM-631: Allow creation of unassigned secrets for admins (#2838)
This commit is contained in:
parent
141c6862ca
commit
2b15b4b80d
@ -26,7 +26,7 @@ public class CreateSecretCommand : ICreateSecretCommand
|
|||||||
var accessClient = AccessClientHelper.ToAccessClient(_currentContext.ClientType, orgAdmin);
|
var accessClient = AccessClientHelper.ToAccessClient(_currentContext.ClientType, orgAdmin);
|
||||||
var project = secret.Projects?.FirstOrDefault();
|
var project = secret.Projects?.FirstOrDefault();
|
||||||
|
|
||||||
if (project == null)
|
if (project == null && !orgAdmin)
|
||||||
{
|
{
|
||||||
throw new NotFoundException();
|
throw new NotFoundException();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user