1
0
mirror of https://github.com/bitwarden/web synced 2025-12-10 05:13:40 +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

@@ -40,7 +40,7 @@ angular
}
else {
$analytics.eventTrack('Logged In');
$state.go('backend.vault');
$state.go('backend.user.vault');
}
});
};
@@ -51,7 +51,7 @@ angular
$scope.twoFactorPromise.then(function () {
$analytics.eventTrack('Logged In From Two-step');
$state.go('backend.vault');
$state.go('backend.user.vault');
});
};
});