Remove old token
This commit is contained in:
parent
d2bbd2d34b
commit
2f4611f644
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ export default class Login extends React.Component {
|
|||
constructor() {
|
||||
super();
|
||||
this.state = {
|
||||
token: '07e1082a9298c939b4f1c2c5821225012d8fd34e',
|
||||
token: '',
|
||||
showTokenHelp: false
|
||||
};
|
||||
this.animate = new Animated.Value(2);
|
||||
|
|
Reference in a new issue