aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/auth/LoginScreen.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/containers/auth/LoginScreen.js')
-rw-r--r--src/containers/auth/LoginScreen.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/containers/auth/LoginScreen.js b/src/containers/auth/LoginScreen.js
index 572a38ea1..f8351f458 100644
--- a/src/containers/auth/LoginScreen.js
+++ b/src/containers/auth/LoginScreen.js
@@ -23,7 +23,6 @@ class LoginScreen extends Component {
23 } 23 }
24 signupRoute={stores.user.signupRoute} 24 signupRoute={stores.user.signupRoute}
25 passwordRoute={stores.user.passwordRoute} 25 passwordRoute={stores.user.passwordRoute}
26 changeServerRoute={stores.user.changeServerRoute}
27 error={error} 26 error={error}
28 /> 27 />
29 ); 28 );