diff --git a/UI/src/actions/index.js b/UI/src/actions/index.js index ef7d88e..0a767d8 100644 --- a/UI/src/actions/index.js +++ b/UI/src/actions/index.js @@ -22,9 +22,12 @@ export const userInit = async dispatch => { type: Symbol.for('set user'), data: rsp.body }) - + dispatch(fetchServers) } catch (e) { + dispatch({ + type: Symbol.for('app ready') + }) // window.location.href = '/oauth/flow' } } else {