Utility to authenticate in ETECSA network
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. You cannot create instance of objects in global scope: - line 5 `nautaSession.js` - line 10 and 17 `prefs.js` [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-initialization-for-static-resources) 2. Also null out `ETECSA_ICON` in disable: [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects) 3. Please use a less generic name for the default class you are exporting (line 359 `prefs.js`).