mirror of
https://github.com/bitwarden/browser
synced 2026-01-06 18:43:25 +00:00
allow bulk invite CSV list of email addresses
This commit is contained in:
@@ -72,8 +72,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
var splitEmails = model.emails.trim().split(/\s*,\s*/);
|
||||
|
||||
$scope.submitPromise = apiService.organizationUsers.invite({ orgId: $state.params.orgId }, {
|
||||
email: model.email,
|
||||
emails: splitEmails,
|
||||
type: model.type,
|
||||
collections: collections,
|
||||
accessAll: model.accessAll
|
||||
|
||||
Reference in New Issue
Block a user