1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

setup new organization layout within backend

This commit is contained in:
Kyle Spearrin
2017-03-01 22:47:24 -05:00
parent 05a92ebd26
commit 492e2e693c
12 changed files with 245 additions and 163 deletions

View File

@@ -228,7 +228,7 @@
folderRelationships: folderRelationships
}, function () {
$uibModalInstance.dismiss('cancel');
$state.go('backend.vault').then(function () {
$state.go('backend.user.vault').then(function () {
$analytics.eventTrack('Imported Data', { label: $scope.model.source });
toastr.success('Data has been successfully imported into your vault.', 'Import Success');
});