1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-06 00:28:04 +02: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' });
} }
}); });
}); });