Auto login

This commit is contained in:
Jake Howard 2016-02-21 16:22:25 +00:00
parent 2f4611f644
commit f1bb2d2885

View file

@ -170,6 +170,9 @@ export default class Login extends React.Component {
toValue: 0,
tension: 30,
}).start();
if (token.get()) {
this.proceed();
}
}
render() {