diff --git a/app/components/routes/login.js b/app/components/routes/login.js index 949487f..c83bad8 100644 --- a/app/components/routes/login.js +++ b/app/components/routes/login.js @@ -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);