mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-04-05 08:54:17 -04:00
Fixed error on force re-sync when UniFi is unavailable. Implemented check for deprecated environment variables. Implemented check for valid UniFi usernames. Implemented UniFi username check in unifi.js. Added array.js utils
This commit is contained in:
9
utils/array.js
Normal file
9
utils/array.js
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Exports the array util
|
||||
*/
|
||||
module.exports = {
|
||||
deprecated: [
|
||||
'SECURITY_CODE',
|
||||
'DISABLE_AUTH'
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user