From 6a9ec7301a42f63982f36a13b0bcff4b444f676b Mon Sep 17 00:00:00 2001
From: Bogdan Cochior <bogdan.cochior@thinslices.com>
Date: Mon, 5 Nov 2018 21:52:40 +0800
Subject: [PATCH] chore: change order to catch server error

---
 packages/xpub-faraday/config/components.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/xpub-faraday/config/components.json b/packages/xpub-faraday/config/components.json
index 01db85a3f..b6f94243d 100644
--- a/packages/xpub-faraday/config/components.json
+++ b/packages/xpub-faraday/config/components.json
@@ -1,6 +1,6 @@
 [
-  "pubsweet-component-login",
   "pubsweet-component-signup",
+  "pubsweet-component-login",
   "pubsweet-component-wizard",
   "pubsweet-component-modal",
   "pubsweet-components-faraday",
-- 
GitLab