1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-10 04:23:53 +00:00

manage external ids

This commit is contained in:
Kyle Spearrin
2017-05-15 14:42:24 -04:00
parent 6bda5d5983
commit 933cbb72aa
4 changed files with 15 additions and 4 deletions

View File

@@ -59,7 +59,8 @@
$scope.submit = function (model) {
var group = {
name: model.name,
accessAll: !!model.accessAll
accessAll: !!model.accessAll,
externalId: model.externalId
};
if (!group.accessAll) {