[O] Hide loading on start because of the login screen

This commit is contained in:
Hykilpikonna
2019-10-13 20:48:17 -04:00
parent 9f68ac8377
commit b55c25aa7c
+1 -1
View File
@@ -81,7 +81,7 @@ export default class App extends Vue
public token: string = '';
// Loading text
public loading: string = '1. Initiating...';
public loading: string = '';
// Http Client
public static http: HttpUtils = new HttpUtils();