mirror of
https://github.com/bitwarden/server
synced 2025-12-12 14:23:38 +00:00
default collection on org create
This commit is contained in:
@@ -153,7 +153,7 @@ namespace Bit.Api.Controllers
|
||||
throw new BadRequestException("Invalid license");
|
||||
}
|
||||
|
||||
var result = await _organizationService.SignUpAsync(license, user, model.Key);
|
||||
var result = await _organizationService.SignUpAsync(license, user, model.Key, model.CollectionName);
|
||||
return new OrganizationResponseModel(result.Item1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user