From 9fc39c53225d3fd311996824af465d6d4f3b6ce3 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Wed, 14 Feb 2018 18:15:14 -0800 Subject: [PATCH] fixup --- routes/_actions/addInstance.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/routes/_actions/addInstance.js b/routes/_actions/addInstance.js index 7af3379..baa0830 100644 --- a/routes/_actions/addInstance.js +++ b/routes/_actions/addInstance.js @@ -35,8 +35,10 @@ async function redirectToOauth () { } export async function logInToInstance () { - store.set({logInToInstanceLoading: true}) - store.set({logInToInstanceError: null}) + store.set({ + logInToInstanceLoading: true, + logInToInstanceError: null + }) try { await redirectToOauth() } catch (err) {