1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00

UX updates

This commit is contained in:
Kyle Spearrin
2017-06-13 12:37:51 -04:00
parent 0bdf2a3e77
commit a598f08dce
7 changed files with 26 additions and 1 deletions

View File

@@ -49,6 +49,7 @@
};
$scope.lock = function () {
$analytics.eventTrack('Lock Now');
lockService.lock().then(function () {
return $state.go('lock', {
animation: 'in-slide-up'