Check for security update when user loads

This commit is contained in:
Mo Bitar
2017-10-16 09:43:00 -05:00
parent 5105a8af9a
commit 840e62bb93

View File

@@ -24,6 +24,8 @@ angular.module('app.frontend')
this.user = {uuid: idData};
}
}
this.checkForSecurityUpdate();
}
this.offline = function() {