1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-07-21 14:46:41 +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');
}
else {
$state.go('tabs.current');
$state.go('tabs.current', { animation: 'in-slide-left' });
}
});
});