1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 06:13:38 +00:00

login animation

This commit is contained in:
Kyle Spearrin
2016-09-20 17:52:37 -04:00
parent 0219068bb6
commit e18fed1449

View File

@@ -14,7 +14,7 @@
$state.go('login.twoFactor'); $state.go('login.twoFactor');
} }
else { else {
$state.go('tabs.current'); $state.go('tabs.current', { animation: 'in-slide-left' });
} }
}); });
}); });