Added function to remove an authenticated account to authmanager.js.

This commit is contained in:
Daniel Scalzi
2018-04-14 22:43:58 -04:00
parent 631c3cd6d4
commit 5475ac0c69
3 changed files with 62 additions and 3 deletions

View File

@@ -1,9 +1,6 @@
/**
* The initial iteration of this file will not support optional submodules.
* Support will be added down the line, only top-level modules will recieve optional support.
*
*
* TODO why are logs not working??????
*/
const AdmZip = require('adm-zip')
const {AssetGuard, Library} = require('./assetguard.js')