mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
in slide down on lock
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
$analytics.eventTrack('Lock Now');
|
||||
lockService.lock().then(function () {
|
||||
return $state.go('lock', {
|
||||
animation: 'in-slide-up'
|
||||
animation: 'in-slide-down'
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user