Functioning UI

This commit is contained in:
Mo Bitar
2020-02-08 18:57:02 -06:00
parent f6ef4a39e2
commit 8822580e7a
23 changed files with 2088 additions and 1729 deletions

View File

@@ -1,7 +1,6 @@
import angular from 'angular';
export class GodService {
/* @ngInject */
constructor(
$rootScope,
@@ -14,7 +13,7 @@ export class GodService {
}
async checkForSecurityUpdate() {
if (this.offline()) {
if (this.application.noAccount()) {
return false;
}