login animation
This commit is contained in:
parent
0219068bb6
commit
e18fed1449
|
@ -14,7 +14,7 @@
|
|||
$state.go('login.twoFactor');
|
||||
}
|
||||
else {
|
||||
$state.go('tabs.current');
|
||||
$state.go('tabs.current', { animation: 'in-slide-left' });
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue