From 3c7f5e5376d4a91b61da55fbdd1401843c6e0d90 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sun, 20 Dec 2020 15:36:32 -0700 Subject: [PATCH] Change default view back to login. --- web/src/store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/store/index.js b/web/src/store/index.js index e60793f..e518fbd 100644 --- a/web/src/store/index.js +++ b/web/src/store/index.js @@ -36,7 +36,7 @@ export default new Vuex.Store({ //===========================================================================// // DO NOT EDIT ANYTHING BELOW THIS COMMENT - view: `in-game`, + view: `login`, role: null, team: 2, name: ``,