mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 05:13:29 +00:00
[PM-11360] Remove export permission for providers (#12062)
* Split organization.canAccessImportExport * Fix import permission to include CanCreateNewCollections * Remove provider export permission (feature flagged)
This commit is contained in:
@@ -27,7 +27,7 @@ export class ImportCommand {
|
||||
);
|
||||
}
|
||||
|
||||
if (!organization.canAccessImportExport) {
|
||||
if (!organization.canAccessImport) {
|
||||
return Response.badRequest(
|
||||
"You are not authorized to import into the provided organization.",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user