This commit is contained in:
2025-07-16 10:06:59 -05:00
parent acf02d5bdb
commit f93c3da38a
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -309,7 +309,7 @@ async function getOkanToken() {
try {
const agent = new HttpsProxyAgent(CONFIG.PROXY);
const responseOkan = await axios.post(CONFIG.ENDPOINT_OKAN_TOKEN, { user: '45957768' }, {
const responseOkan = await axios.post(CONFIG.ENDPOINT_OKAN_TOKEN, { user: process.env.USUARIO }, {
headers: { 'Authorization': CONFIG.TOKEN_OKAN_USER },
httpsAgent: agent
});
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "rpa-claro",
"version": "4.1.4",
"version": "4.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "rpa-claro",
"version": "4.1.4",
"version": "4.1.1",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
+2 -2
View File
@@ -1,13 +1,13 @@
{
"name": "rpa-claro",
"productName": "RpaClaro",
"version": "4.1.4",
"version": "4.1.5",
"description": "RPA Claro",
"author": "TARS",
"license": "MIT",
"main": "entry.js",
"scripts": {
"start": "electron . --user='46015744' --dev --log --code=TUN065",
"start": "electron . --user='46286506' --dev --log --code=POL911",
"postinstall": "electron-builder install-app-deps",
"pack": "electron-builder --dir",
"build": "electron-builder --win && node copy-deps.js",