From baa48f86e0772a74265830690d18b9a967623b5f Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 10 Feb 2016 22:41:37 +0000 Subject: [PATCH] Remove alert on success --- app/components/routes/login.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/components/routes/login.js b/app/components/routes/login.js index be31bd6..535d478 100644 --- a/app/components/routes/login.js +++ b/app/components/routes/login.js @@ -109,9 +109,6 @@ export default class Login extends React.Component { dismissKeyboard(); checkToken(this.state.token).then(function (isValid) { if (isValid) { - Alert.alert('Valid', - 'Token accepted!', - [ {text: 'OK' }]); set(this.state.token).then(this.proceed); } else { Alert.alert('Invalid',