Auto login
This commit is contained in:
parent
2f4611f644
commit
f1bb2d2885
1 changed files with 3 additions and 0 deletions
|
@ -170,6 +170,9 @@ export default class Login extends React.Component {
|
||||||
toValue: 0,
|
toValue: 0,
|
||||||
tension: 30,
|
tension: 30,
|
||||||
}).start();
|
}).start();
|
||||||
|
if (token.get()) {
|
||||||
|
this.proceed();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
|
Reference in a new issue