erdkse / adminlte-3-react

React 18.3.1 start-up project with AdminLTE 3.2.0 template
https://erdkse.com/projects/preview/adminlte-react
MIT License
256 stars 133 forks source link

Gatekeeper.js cannot update #78

Closed prachaporn closed 7 months ago

prachaporn commented 1 year ago

I can't edit anything in this file. Every time you modify the code, it will run as before.

class Gatekeeper { constructor() { this.LOCALSTORAGE_IDENTIFIER = 'gatekeeper_token'; this.URL = 'https://test-local'; this.payload = { accountID: null, clientURL: null, browserID: null, }; this.tab = new tab_1.Tab(); fingerprintjs_1.default.load() .then((fp) => fp.get()) .then(({ visitorId }) => (this.payload.browserID = visitorId)); } }

erdkse commented 1 year ago

This is an outer library. Why do you want to update it? @prachaporn

prachaporn commented 1 year ago

This is an outer library. Why do you want to update it? @prachaporn

I used to update the login URL.

Please guide me on the steps to log in.

erdkse commented 7 months ago

this package usage is dropped. I am closing the issue.