@profoundlogic/coderflow-server 0.7.1 → 0.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -1
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/external-connections.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/ibmi-sync.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/rbac-user-state.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-aliases.js +1 -1
- package/dist/lib/task-name-format.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +1 -1
- package/dist/playwright.config.js +1 -1
- package/dist/playwright.task-terminal.config.js +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/file-selection-tree.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/ibmi-file-filter.js +1 -1
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/permissions.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/server-health.js +1 -1
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/task-judging-helpers.js +1 -1
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.js +1 -1
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
package/dist/routes/password.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x4a7824(_0x4a1c07,_0x5bbea3,_0xc47812,_0x56429b){return _0x26d2(_0x5bbea3- -0xf9,_0x56429b);}(function(_0x54939e,_0x26caa9){const _0x41b798={_0x5525d9:0x3d,_0x53b93b:0xe8,_0x3770f0:0x9e,_0x42bb23:0x64,_0x158df4:0x96,_0xfe307f:0xb9,_0x5bdfa0:0xcd,_0x56c8ea:0x8e,_0x29c22e:0x5b,_0x40d76a:0x25,_0x4de14d:0x77,_0x3997d0:0x104,_0x410d2d:0xa6,_0x2e52a0:0xfd,_0xe0e544:0xd8,_0x10d08b:0xee,_0x2882fa:0xd6,_0x3710b6:0x8f,_0x527e2e:0x8f,_0x234b56:0xd7,_0x3cc696:0xc3,_0x12ed93:0xf5},_0x3f8ca7={_0x7d984f:0x159},_0x15b465=_0x54939e();function _0x16d2cb(_0x36bd7b,_0x114cb1,_0x604be1,_0x1ff9fa){return _0x26d2(_0x36bd7b- -0x27e,_0x114cb1);}function _0x4b02bc(_0x46eb05,_0x4e2651,_0x3d134a,_0x1a1b23){return _0x26d2(_0x3d134a- -_0x3f8ca7._0x7d984f,_0x1a1b23);}while(!![]){try{const _0x2c84a1=-parseInt(_0x4b02bc(0x2b,-0x1a,_0x41b798._0x5525d9,-0xe))/(-0x1185+0xc7d+0x1*0x509)+-parseInt(_0x4b02bc(0x76,_0x41b798._0x53b93b,_0x41b798._0x3770f0,_0x41b798._0x42bb23))/(-0x26*-0x9d+-0x1*0x20ad+0x961)*(parseInt(_0x16d2cb(-0x9b,-0x5a,-_0x41b798._0x158df4,-_0x41b798._0xfe307f))/(-0xf3d+-0x3fc*-0x1+0xb44))+parseInt(_0x16d2cb(-0x7a,-_0x41b798._0x5bdfa0,-0x7e,-0xa4))/(-0x2e+0xda7*0x1+-0xd75)*(parseInt(_0x16d2cb(-0x7c,-0x41,-_0x41b798._0x56c8ea,-0xcf))/(-0x5f*-0x7+-0x8*-0x43+-0x4ac))+parseInt(_0x16d2cb(-0x7e,-0x59,-_0x41b798._0x29c22e,-_0x41b798._0x40d76a))/(-0x1702+0xc25+0xae3)*(-parseInt(_0x16d2cb(-_0x41b798._0x4de14d,-0x2b,-0x22,-0x9f))/(0x2185+-0xcd*0x5+-0x1d7d))+parseInt(_0x4b02bc(_0x41b798._0x3997d0,0x6a,0xc1,_0x41b798._0x410d2d))/(0xcd9*-0x1+0x21be+-0x14dd)*(parseInt(_0x16d2cb(-_0x41b798._0x2e52a0,-0xcc,-_0x41b798._0xe0e544,-_0x41b798._0x10d08b))/(-0x44e*-0x2+0x4ed+0x1*-0xd80))+parseInt(_0x16d2cb(-_0x41b798._0x2882fa,-_0x41b798._0x3710b6,-_0x41b798._0x527e2e,-0xd0))/(0x6d*-0x15+0x4d6+0x425)+parseInt(_0x4b02bc(0x11b,_0x41b798._0x234b56,_0x41b798._0x3cc696,0x9c))/(-0xfdb+0x2*-0xe27+0x8a*0x52)*(parseInt(_0x16d2cb(-_0x41b798._0x12ed93,-0xd4,-0xed,-0x116))/(-0x1fc5+0x6df+-0x18f2*-0x1));if(_0x2c84a1===_0x26caa9)break;else _0x15b465['push'](_0x15b465['shift']());}catch(_0x7ef9){_0x15b465['push'](_0x15b465['shift']());}}}(_0x49d8,0x1*0x268ae+-0x16a9*0xd+-0x77*-0x442));function _0x26d2(_0x503ce7,_0x36c8a0){_0x503ce7=_0x503ce7-(-0x3*0x5a8+0x669*-0x1+0x20*0xc7);const _0x5ece29=_0x49d8();let _0x295535=_0x5ece29[_0x503ce7];if(_0x26d2['TFnbNZ']===undefined){var _0xfea58=function(_0x151366){const _0x85ee07='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x47571e='',_0x41edc8='';for(let _0x24824b=-0x1*0x1502+0x13c1+0x141,_0x2c24f7,_0x145eb1,_0x4b62c5=-0x113*0xb+0x1*0x767+0x46a;_0x145eb1=_0x151366['charAt'](_0x4b62c5++);~_0x145eb1&&(_0x2c24f7=_0x24824b%(0x1080+-0x1*0xd27+-0x355)?_0x2c24f7*(0x2293+0x1719+0x1e*-0x1ea)+_0x145eb1:_0x145eb1,_0x24824b++%(0x1b85*-0x1+-0x1fcb+-0x1daa*-0x2))?_0x47571e+=String['fromCharCode'](0xa2a+-0x3ec+-0x53f*0x1&_0x2c24f7>>(-(0x7*0x311+0x13f*0xa+-0x13*0x1c9)*_0x24824b&-0x91*0x5+-0x1fb4+-0x9*-0x3d7)):0x145*-0x17+0x872*-0x4+0x2bd*0x17){_0x145eb1=_0x85ee07['indexOf'](_0x145eb1);}for(let _0x1d1644=0xa70+-0x172e+-0xe9*-0xe,_0x4d3ebf=_0x47571e['length'];_0x1d1644<_0x4d3ebf;_0x1d1644++){_0x41edc8+='%'+('00'+_0x47571e['charCodeAt'](_0x1d1644)['toString'](0x2ea*-0x3+0x18d7+-0x335*0x5))['slice'](-(0x20a4+-0x101*0x19+-0x283*0x3));}return decodeURIComponent(_0x41edc8);};_0x26d2['yxrlPP']=_0xfea58,_0x26d2['vKiIkP']={},_0x26d2['TFnbNZ']=!![];}const _0x1eb278=_0x5ece29[0x4a*-0x4f+-0x1*-0x1e4f+-0x779],_0x530722=_0x503ce7+_0x1eb278,_0x17883b=_0x26d2['vKiIkP'][_0x530722];return!_0x17883b?(_0x295535=_0x26d2['yxrlPP'](_0x295535),_0x26d2['vKiIkP'][_0x530722]=_0x295535):_0x295535=_0x17883b,_0x295535;}import _0x106e93 from'express';import{logger}from'../lib/logger.js';function _0x2534d9(_0x5c1703,_0x133de1,_0x1d88f0,_0x4c6fb8){return _0x26d2(_0x5c1703- -0x1b1,_0x1d88f0);}import{requireAuth,requireAdmin}from'../middleware/requireAuth.js';import{getRequestBaseUrl}from'../lib/request-url.js';import{findUserById,setUserPassword}from'../lib/users.js';function _0x49d8(){const _0x192f41=['nJC0otCWuuHZu0PQ','yMXLCYb0BYbZzq','nJy2mdi1CKPjCgP5','zwqGC3vJy2vZCW','nfbQtwDPuW','DgfYz2v0vxnLCG','C3vIAMvJDa','mtr3r0HezK0','t3njsLG','uhjxv0m','sw52ywXPzcbVCG','sfDZwxy','DxnLCM5HBwu','re93BuC','C2v0DxbvCMW','Dxn0igjLigf0ia','DxnLCKLK','A2zJvvG','DhLWzq','zvnwv2O','B2TLBIbJCMvHDa','zxHWAxjLC0LU','zxr1CcbLBwfPBa','BgvUz3rO','zwqGyw5KigvTyq','z3rnv2e','nJq4mhP0ze9ewa','vg9Rzw4Gyw5Kia','mtfkuxvOC0e','DxnLCG','vvzZANK','l2vTywLSlwnVBG','vxnLCIbUB3qGzG','zw1HAwW','vg9Rzw4GAxmGCG','l3rVA2vUCY86Dq','vg9Rzw4GBM90ia','sgTKu0K','ugfZC3DVCMqGCW','z2v0ihvZzxiGDa','zw1HAwXtzw50','yw1L','Du9Tzxm','yMzTBxq','y29UzMLNDxjHDa','zK9hCLe','vM10y3m','nYbKyxLZ','Aw5MBW','CMv2B2TLihrVAW','l2nYzwf0zs10BW','veD4Dum','nZi5CKPtANzu','zM91BMq','DxnLCK5HBwu','l3nLDhvWlxbHCW','rhzoD2u','sKjYqNi','tevyEeC','wen2vKe','mZK4mZuZmLndtLPtyW','y3jLyxrLihbHCW','A2vKihn1y2nLCW','BMSGBwfUDwfSBa','AMTwEKu','DvjLyLG','q0rXu1K','C2vUzevTywLS','BMfTzq','Ehvuy3e','B3jKigvTywLS','DcbJB25MAwD1CG','Cg9ZDa','mZa0mdKWExL2B1Px','vg9Rzw4GCMv2BW','ihjLCxvPCMvK','tNbRBee','l3rVA2vUCY86Da','z2v0igvTywLSia','vKLvvLi','Dg9Rzw5uExbL','ENrRywW','yxjHy3rLCNm','CgfZC3DVCMqGyq','CxvLCNK','yvDPtuK','zLbwyNa','zxnLDa','uM91DgvY','t0XMBKC','zxHWAxjLC19HDa','mZGWndC0mhnUEeHLwa','zMLN','B2TLBG','Aw9Uihn0yxr1CW','C2vYswq','CgfYyw1Z','A0TLrxe','EMLSEhO','DwXwDwq','BfLVELe','EK1jzg4','zgvSzxrL','EMLyu2q','C0nTtwu','zxqGC3vJy2vZCW','zxqGDMLHihrVAW','DgvTCgXHDgu','y29UzMLNihn0yq','zwqUifbSzwfZzq','uvDSqvC','p3rVA2vUpq','l3nLDhvW','CMuGCMvXDwLYzq','B3vUza','u01uucbPCYbUBW','yMuGiNnLDhvWiG','DKvKrgi','vgLiwKu','ywrTAw5vC2vYBG','rhfeDwy','vvnztvu','AwWGC2vUDcb0BW','zNvSBhK','EwXqywm','rvL1Dg4','B1bVy20','BevYBgG','zxbxrg4','BwvUDcb2yxjPyq','C2vUzcbWyxnZDW','BwvZC2fNzq','CgfZC3DVCMqTCW','ugfZC3DVCMqGDa','B2TLBNm','CMvZzxq','ywrTAw5jza','rLrsvxe','z3DzBK0','ig9YicjYzxnLDa','BgvHC3qGocbJAa','z0jkCwS','uLn0qwi','ugfZC3DVCMqGBq','C2z1BgX5','Aw5JBhvKzxm','DvrgD0u','qLvhy0e','C2v0ihbHC3n3BW','s05sq2q','nteWmda5z0vZyKDM','l3zHBgLKyxrLlq','C2v0Dxa','CgfZC3DVCMqTCG','rMHcr2m','Dg9Rzw4','rMfPBgvKihrVia','C3rHDhvZ','t2Tgzeu','r1HABxC','DMfSAwq','C3DVCMqGDg9Rzq','wLDMqMq','BMqGzw1HAwXZlG','wu1JwgC','vvDOuxe','igv4CgLYzwqGDa','Dg9Rzw5Z','tLjUuK4','rw1HAwWGBM90ia','mNDvz2fYBa','zw1HAwXfCNjVCG','DhvZ','zxjYB3i','ANnVBG','z1bzwuO','yM9KEq','A2vK','z2v0'];_0x49d8=function(){return _0x192f41;};return _0x49d8();}import{createPasswordToken,validateToken,markTokenAsUsed,getUserTokens,revokeToken}from'../lib/passwordTokens.js';import{isEmailConfigured,sendTemplatedEmail,getEmailConfigStatus}from'../lib/email.js';import{renderTemplate}from'../lib/emailTemplates.js';const router=_0x106e93[_0x2534d9(-0xc,0x38,-0x4e,-0xf)]();router['get'](_0x2534d9(0x6e,0x18,0x2c,0xa5)+_0x2534d9(-0x8,0x7,0x49,-0x40),requireAuth,requireAdmin,async(_0x271e5c,_0x2659c7)=>{const _0x6507ed={_0xd049d2:0x3fa,_0x51933d:0x3f8,_0x43be19:0x3c,_0x4e4a66:0x78,_0xbf59e6:0x29,_0x4092a1:0x19,_0x4781ba:0x3b,_0x3cbdd3:0x1f,_0x4a4833:0x3d9,_0x469bac:0x3b2,_0x42f90c:0x3c6,_0x11d353:0x3b1,_0x3e9492:0x3a3,_0x5a6ce2:0x379,_0x1591ee:0x3fe,_0xce28d7:0x3de,_0x3aec5b:0x397,_0x48f435:0x71,_0x599135:0x7c,_0x13c277:0x6,_0x130d99:0x11,_0x5d14fa:0x4d,_0xfcbad0:0x33,_0x509d9a:0x41a,_0x327c9c:0x46,_0x1c8745:0x15,_0x660e05:0x454,_0x2a4edc:0x43f,_0x480302:0x3d4,_0x12811c:0x366,_0x51e081:0x16,_0x10bbfe:0x7,_0x16e531:0x443,_0x9ee9e0:0x402,_0x1727bb:0x41c,_0x2a57c4:0x18,_0x416549:0x30,_0x3e349c:0x22,_0x4b42fb:0x5,_0x54a1bc:0x59,_0x5c8e51:0x81,_0xa27ec0:0x433,_0x502cea:0x35b,_0x213bf5:0x378,_0x1414ec:0x3e5,_0xa0fec3:0x2f,_0x18bb83:0x66,_0x113d28:0x2c},_0x5fdf3a={_0xff711f:0x192,_0x157761:0x11a,_0x2c571f:0x1ab},_0x17fecc={_0x250cd2:0x3b8,_0x5335be:0x102,_0xf6181a:0x1e2},_0x326e4a={'gtMWa':function(_0x4bae32){return _0x4bae32();},'uOmes':_0x5be56b(_0x6507ed._0xd049d2,0x3f0,0x414,_0x6507ed._0x51933d)+'get\x20email\x20'+'config\x20sta'+_0x4dd48a(-0x1a,0xf,0xf,_0x6507ed._0x43be19),'DvNwe':'Failed\x20to\x20'+_0x4dd48a(-_0x6507ed._0x4e4a66,-_0x6507ed._0xbf59e6,-0xba,-0x5e)+_0x4dd48a(_0x6507ed._0x4092a1,_0x6507ed._0x4092a1,-_0x6507ed._0x4781ba,-_0x6507ed._0x3cbdd3)+_0x5be56b(_0x6507ed._0x4a4833,_0x6507ed._0x469bac,0x3e4,_0x6507ed._0x42f90c),'zKdfX':function(_0x5b464d){return _0x5b464d();},'LEXxG':function(_0x2eb0b4,_0x170b04){return _0x2eb0b4===_0x170b04;},'aWiMI':'leMJt','iZcVE':_0x5be56b(_0x6507ed._0x11d353,0x3d0,_0x6507ed._0x3e9492,_0x6507ed._0x5a6ce2)};function _0x5be56b(_0xf50c1e,_0x44eff6,_0x5354d6,_0xf9b452){return _0x2534d9(_0x44eff6-_0x17fecc._0x250cd2,_0x44eff6-_0x17fecc._0x5335be,_0xf9b452,_0xf9b452-_0x17fecc._0xf6181a);}function _0x4dd48a(_0xe99d8c,_0x5aaa3f,_0x143dd1,_0x16bccd){return _0x4a7824(_0xe99d8c-_0x5fdf3a._0xff711f,_0xe99d8c- -_0x5fdf3a._0x157761,_0x143dd1-_0x5fdf3a._0x2c571f,_0x143dd1);}try{const _0x21fd6e=_0x326e4a['zKdfX'](getEmailConfigStatus);_0x2659c7[_0x5be56b(0x3bd,0x402,_0x6507ed._0x1591ee,0x3e4)](_0x21fd6e);}catch(_0x47dad3){if(_0x326e4a[_0x5be56b(_0x6507ed._0x5a6ce2,0x38e,_0x6507ed._0xce28d7,_0x6507ed._0x3aec5b)](_0x326e4a[_0x4dd48a(-_0x6507ed._0x48f435,-0x87,-_0x6507ed._0x4092a1,-_0x6507ed._0x599135)],_0x326e4a['iZcVE']))try{const _0x947af1=_0x326e4a[_0x4dd48a(_0x6507ed._0x13c277,-_0x6507ed._0x130d99,-_0x6507ed._0x5d14fa,-_0x6507ed._0xfcbad0)](_0x4efb9d);_0x3659a7[_0x5be56b(_0x6507ed._0x509d9a,0x402,0x3e0,0x412)](_0x947af1);}catch(_0x563a01){_0x1fa2de['error'](_0x326e4a[_0x4dd48a(0x17,_0x6507ed._0x327c9c,-_0x6507ed._0x1c8745,0x6c)],_0x563a01);const _0x6a2f59={};_0x6a2f59[_0x5be56b(_0x6507ed._0x660e05,0x401,0x40d,_0x6507ed._0x2a4edc)]=_0x326e4a[_0x5be56b(_0x6507ed._0x480302,0x38c,0x355,_0x6507ed._0x12811c)],_0x2e9e22[_0x4dd48a(-0x29,-0x6,_0x6507ed._0x51e081,_0x6507ed._0x10bbfe)](-0x1*-0xcca+0x14d3+-0x1fa9)[_0x5be56b(_0x6507ed._0x16e531,_0x6507ed._0x9ee9e0,0x3aa,0x3b7)](_0x6a2f59);}else{logger['error'](_0x326e4a[_0x5be56b(0x3f2,0x431,_0x6507ed._0x1727bb,0x3d8)],_0x47dad3);const _0x5f3cd0={};_0x5f3cd0[_0x4dd48a(-0x19,-_0x6507ed._0x2a57c4,_0x6507ed._0x416549,-_0x6507ed._0x3e349c)]=_0x4dd48a(-0x2a,_0x6507ed._0x4b42fb,-_0x6507ed._0x54a1bc,-_0x6507ed._0x54a1bc)+_0x4dd48a(-0x78,-0xcb,-0x4a,-_0x6507ed._0x5c8e51)+_0x5be56b(0x40f,_0x6507ed._0xa27ec0,0x410,0x433)+_0x5be56b(_0x6507ed._0x502cea,0x3b2,_0x6507ed._0x213bf5,0x3dd),_0x2659c7[_0x5be56b(0x39a,0x3f1,0x42c,_0x6507ed._0x1414ec)](0x3*-0xa43+-0xf63+0x230*0x16)[_0x4dd48a(-0x18,-_0x6507ed._0xa0fec3,-_0x6507ed._0x18bb83,_0x6507ed._0x113d28)](_0x5f3cd0);}}}),router[_0x4a7824(0x64,0x9c,0xe0,0x95)](_0x4a7824(0x39,0x86,0xc4,0xa0)+'ken',requireAuth,requireAdmin,async(_0x4e530d,_0x3a555c)=>{const _0x349e64={_0x95d9fb:0x70,_0x3ff0c0:0x56,_0x1e33c2:0xad,_0x431db8:0xb5,_0xccfc8a:0x8a,_0x645bca:0x8c,_0x39955d:0xb,_0x4413ce:0x22,_0x2e8392:0x3e,_0x229ba7:0x91,_0x24bfbb:0x3b4,_0x52a7ce:0x40,_0x17e4be:0x55,_0x876746:0xac,_0x3228aa:0xad,_0x125d34:0x3b1,_0x11b427:0x3b5,_0x39d6ba:0x3e4,_0x4ffb16:0x3c3,_0x46a5d1:0x3f8,_0x37ada6:0x441,_0x4a433b:0x347,_0xe8f26b:0x3e7,_0x4cddcd:0x394,_0x1d7c87:0x3ce,_0xf22d1f:0x369,_0x4a49fc:0xb1,_0x48e950:0x77,_0xbed01e:0x362,_0x43cda5:0x3ce,_0xd934ee:0x3b0,_0x42d18f:0x3a1,_0x43f020:0x54,_0x1a2e5c:0xac,_0x5ee4dc:0x38c,_0x5a071b:0x399,_0x140dc4:0x3ca,_0x766c6:0x110,_0x11eff0:0xd9,_0x2b8544:0xb7,_0x317e46:0x68,_0x1c29b:0x409,_0x420040:0x3e6,_0xe26661:0x36d,_0x3f2b15:0x3dd,_0x246f3a:0x3e4,_0x30e272:0x3bc,_0x144075:0x40,_0x7e76e4:0xd1,_0x2e7c1b:0x3a7,_0x5341f8:0x3cb,_0xea545a:0x95,_0x3e9261:0x371,_0x3adc2a:0x47,_0x3245ed:0x42,_0x5ec553:0x116,_0x4fdf9b:0x3bc,_0x574a84:0x411,_0x3498e3:0x377,_0x16cba2:0x3e2,_0x49c3a2:0x6a,_0xb7e5b6:0x32c,_0x3a9e51:0x38c,_0x228626:0x64,_0x44d601:0x31e,_0x106914:0x3a5,_0x232442:0x85,_0x228947:0x41,_0x6fe38c:0x8c,_0x4ef90a:0x3e,_0x301bef:0x23,_0x5ca840:0x2d,_0x2e6c81:0x3c3,_0x480c69:0x3c9,_0x45a478:0x429,_0x49290d:0x402,_0x1d9f6d:0x3ff,_0x4d58a0:0x40a,_0x482832:0x8f,_0xb832bf:0xbf,_0x54fa09:0xe9,_0x1a0834:0xf1,_0x540a12:0xbc,_0x486b8f:0x378,_0x26f001:0x3cf,_0x53244a:0x45,_0x137d15:0x3bf,_0x359864:0x413,_0x5d9c8d:0x3db,_0x2f4fad:0x380,_0x39668b:0x3b4,_0x2d4e49:0x3ba,_0x15be6b:0x3af,_0x3f43a1:0x80,_0x4040db:0xd1,_0x2248f5:0x93,_0x5d0570:0x8d,_0x19988d:0x4e,_0x3f55:0x9e,_0x3a11ea:0x39f,_0xce8422:0x3ed,_0x2531d5:0x9e,_0x25d306:0x54,_0x2300f0:0xb9,_0xd20f25:0x415,_0x16e428:0x382,_0x47d042:0x376,_0x3961a3:0x351,_0x3064f3:0x38e,_0x6b1d9d:0x3ce,_0x17065f:0x7d,_0x3e4d75:0x31,_0x12b3ed:0xa,_0x58a4c7:0xc3,_0x3be768:0xba,_0x1e50ec:0x9e,_0x1a7377:0x435,_0x2bc882:0x435,_0x438ecb:0x3fa,_0x5e33ce:0x3e0,_0x2088bc:0x403,_0x1595af:0x3aa,_0x448d0a:0x3c4,_0x12aeb7:0xf2,_0x42820b:0x99,_0xd5e120:0x410,_0x3f2a9a:0x34,_0x3b68e8:0x1c,_0x2a8aec:0x33,_0x147ff0:0x12,_0x293fc4:0x421,_0x38208c:0x405,_0x50ce76:0x84,_0x282fcd:0x5f,_0x45e4c4:0x344,_0x5b8eef:0x339,_0x1d705f:0x359,_0x302664:0x4b,_0x2b59c4:0x40d,_0x2eaf9d:0x3bd,_0x443c35:0x3dc,_0x1e6d00:0x414,_0x37d499:0x3bd,_0x48e42b:0xb5,_0x454975:0x8f,_0x3035eb:0x3e,_0x4e3e92:0xfa,_0x138165:0xb1,_0x50465a:0x43a,_0x5c2f35:0x3a8,_0x37b7b5:0x75,_0x5392b1:0x98,_0x3010be:0xaf,_0x206469:0x375,_0x3c3e5b:0x329,_0x49526f:0x31f,_0x2141d3:0x93,_0x214245:0xef,_0x5798bf:0xc4,_0x7d7ce1:0x10a,_0x5c55d6:0x1d,_0x1cfcf3:0x399,_0x3e0a74:0x3e9,_0x90d4db:0x89,_0x384652:0x3d3,_0x23a476:0x38e,_0x34945a:0x39d,_0x3f6784:0xa3,_0x2911c8:0x63,_0x2fd72b:0x8b,_0x304776:0x6c,_0x56d88f:0x452,_0x453b9b:0x3fd,_0x5ba47e:0x98,_0xf9f8e5:0x3a4,_0x263580:0x41c,_0x2c9dfd:0x407,_0x445503:0x3f3,_0x173fa9:0x410,_0x3eab76:0x8f,_0x32cd22:0x52,_0x50150e:0xef,_0x344e68:0x36a,_0x44d961:0x3e2,_0x15e1d3:0x9d,_0x16b3d1:0x5d,_0x58d1ab:0xa6,_0x2ca3a2:0xa9,_0x444fe7:0x5e,_0x8d35b8:0xc5,_0x1cbcb9:0xb3,_0x16a43a:0xa7,_0x29f3ce:0x42,_0x2f3670:0x5d,_0x13cbda:0x38b,_0x98ba6b:0x412,_0x41dfa4:0x3d6,_0x3c5acf:0x3ff,_0x349bbd:0x3ee,_0x1bd920:0x3c5,_0x508941:0xae,_0x280bb9:0x427,_0x3e188f:0x35,_0x2532d2:0x87,_0x39353c:0x345,_0x47579d:0x367,_0x517b72:0x423,_0xacc55a:0xd0,_0x350c88:0x48,_0x897c04:0x411,_0x5c32e5:0x3f5,_0x2cfbed:0x3ca,_0x3b5237:0x40,_0x4b3e44:0x29,_0x2aed77:0x24,_0x39e655:0x3e1,_0x2d194d:0x3e1,_0x3dcbef:0x430,_0x4cff06:0x38f,_0x13c23c:0x79,_0x5a6da5:0xb8,_0x85ec2d:0x103,_0x1f6a1b:0x10c,_0x3c6f31:0xc8,_0xd8528e:0x72,_0x43474e:0xc4,_0x42b1a3:0xda,_0x15f6ba:0x42e,_0x11a4fa:0x7,_0x20d461:0x41f,_0x393831:0x10e,_0x2c6577:0x6b,_0x434fad:0xb0,_0x3143f1:0x78,_0x199966:0x3c0,_0x244ec8:0x3f6,_0x57184b:0xa9,_0x59b2f2:0xbb,_0x490639:0x41d,_0xc35543:0x413,_0x4720ea:0x41f,_0x746a00:0x318,_0x188dac:0x36e,_0x480414:0x3b7,_0x44fefb:0x6c,_0x591d36:0xf2,_0x3e6e42:0x9b,_0x1cb3ec:0x335,_0xf4eb7d:0x38a,_0xe1e1d9:0x3c8,_0x32ee3c:0xaa,_0x230c78:0x4d,_0x1ed0bd:0x73,_0x14f17b:0x6f,_0x3b71f2:0x9d,_0x5d4558:0x8e,_0xc4a7c5:0x61,_0x4e1ee9:0x2d,_0x59b2c2:0x3af,_0x5cff18:0x3c3},_0x344553={_0x14e1c5:0x9b,_0x244aae:0x2ce,_0x1d58d5:0xc4},_0x432d79={_0x4bdfdb:0x8c};function _0x1914e4(_0x2c3285,_0x5d1e45,_0x40f603,_0x20ed29){return _0x2534d9(_0x40f603-0x54,_0x5d1e45-0x34,_0x20ed29,_0x20ed29-_0x432d79._0x4bdfdb);}function _0xf77f01(_0x5a6d08,_0x4de5db,_0x2483d6,_0x190b59){return _0x4a7824(_0x5a6d08-_0x344553._0x14e1c5,_0x190b59-_0x344553._0x244aae,_0x2483d6-_0x344553._0x1d58d5,_0x4de5db);}const _0x4a3a5a={'BGsaS':_0x1914e4(_0x349e64._0x95d9fb,_0x349e64._0x3ff0c0,_0x349e64._0x1e33c2,_0x349e64._0x431db8)+'\x20expired\x20t'+'oken','uRebX':_0x1914e4(0xe5,_0x349e64._0xccfc8a,_0x349e64._0x645bca,0xd3)+_0x1914e4(-_0x349e64._0x39955d,_0x349e64._0x4413ce,_0x349e64._0x2e8392,_0x349e64._0x229ba7)+_0xf77f01(_0x349e64._0x24bfbb,0x3e7,0x3b1,0x401)+'ion\x20status','Vmtcs':'Type\x20must\x20'+_0x1914e4(_0x349e64._0x52a7ce,0x2a,0x64,_0x349e64._0x17e4be)+_0x1914e4(0xcb,_0x349e64._0x876746,0x7b,_0x349e64._0x3228aa)+'\x22','JBrBr':_0xf77f01(0x3cf,0x3ae,0x3e0,_0x349e64._0x125d34)+_0xf77f01(_0x349e64._0x11b427,0x3f6,0x3f6,_0x349e64._0x39d6ba)+'least\x208\x20ch'+_0xf77f01(0x368,0x3b4,_0x349e64._0x4ffb16,0x374),'BUGcA':_0xf77f01(_0x349e64._0x46a5d1,_0x349e64._0x37ada6,0x412,0x3f5)+_0xf77f01(0x3d2,_0x349e64._0x4a433b,_0x349e64._0xe8f26b,_0x349e64._0x4cddcd),'fOGrQ':_0xf77f01(0x374,_0x349e64._0x1d7c87,0x418,0x3c1),'kKeEq':'User\x20ID\x20is'+_0xf77f01(_0x349e64._0xf22d1f,0x36e,0x3a0,0x36d),'lYozQ':_0x1914e4(0xc7,_0x349e64._0x4a49fc,_0x349e64._0x48e950,0x90),'KirEg':_0xf77f01(_0x349e64._0xbed01e,_0x349e64._0x43cda5,_0x349e64._0xd934ee,_0x349e64._0x42d18f),'HKcZN':_0x1914e4(0x55,_0x349e64._0x43f020,_0x349e64._0x1a2e5c,0x67),'HkdSI':function(_0x4a92d8,_0x55c326,_0x1db258){return _0x4a92d8(_0x55c326,_0x1db258);},'EYutn':_0xf77f01(_0x349e64._0x5ee4dc,_0x349e64._0x5a071b,_0x349e64._0x140dc4,0x3a7)+_0x1914e4(_0x349e64._0x766c6,_0x349e64._0x11eff0,_0x349e64._0x2b8544,_0x349e64._0x317e46)+'ed','NRnRN':function(_0x16177f,_0xf48b9a){return _0x16177f===_0xf48b9a;},'UWhQq':_0xf77f01(0x42f,_0x349e64._0x1c29b,0x3d6,_0x349e64._0x420040),'wOamL':_0xf77f01(_0x349e64._0xe26661,0x3d5,0x3d6,0x3c6),'JIrmZ':function(_0xb04b6c){return _0xb04b6c();},'qMIjP':_0xf77f01(_0x349e64._0x3f2b15,_0x349e64._0x246f3a,0x37b,_0x349e64._0x30e272),'ecGnf':_0x1914e4(0x82,_0x349e64._0x144075,0x92,_0x349e64._0x7e76e4),'QWlAW':_0xf77f01(0x420,_0x349e64._0x140dc4,_0x349e64._0x2e7c1b,_0x349e64._0x5341f8)+'configured','DOwmG':function(_0x2ecc61,_0x4af333){return _0x2ecc61!==_0x4af333;},'xuTcq':_0x1914e4(0x48,0x6d,0x3f,_0x349e64._0xea545a),'ehUbf':_0xf77f01(_0x349e64._0x3e9261,0x38e,0x37a,0x3bb)+_0x1914e4(0x21,0x9e,_0x349e64._0x3adc2a,_0x349e64._0x3245ed),'ssFbj':_0x1914e4(0xe5,_0x349e64._0x5ec553,0xd2,0xf0),'RHHdt':function(_0x55d8e4,_0x4d5c9c){return _0x55d8e4(_0x4d5c9c);},'NpklA':'Password\x20s'+_0xf77f01(_0x349e64._0x4fdf9b,_0x349e64._0x574a84,0x3b6,0x3eb)+'\x20sent','KNRCd':_0xf77f01(0x40d,_0x349e64._0x3498e3,_0x349e64._0x16cba2,0x3be)+_0x1914e4(0x33,0x8f,0x72,_0x349e64._0x49c3a2)+_0xf77f01(_0x349e64._0xb7e5b6,_0x349e64._0x3a9e51,0x340,0x368),'fPVbp':_0x1914e4(0x5c,_0x349e64._0x228626,0x8c,_0x349e64._0x1e33c2)+'send\x20email'+'.\x20Please\x20c'+'opy\x20the\x20li'+_0xf77f01(_0x349e64._0x44d601,_0x349e64._0x106914,0x3a5,0x361)+'y.','VXNrA':_0x1914e4(_0x349e64._0x232442,_0x349e64._0x228947,_0x349e64._0x6fe38c,_0x349e64._0x4a49fc)+_0x1914e4(_0x349e64._0x4ef90a,_0x349e64._0x301bef,_0x349e64._0x5ca840,0x7a)+_0xf77f01(0x414,0x3c9,0x3a8,_0x349e64._0x2e6c81)+'n'};try{if(_0x4a3a5a[_0xf77f01(_0x349e64._0x480c69,0x3eb,_0x349e64._0x45a478,_0x349e64._0x49290d)]!==_0x4a3a5a[_0xf77f01(_0x349e64._0x1d9f6d,0x3cc,_0x349e64._0x4d58a0,_0x349e64._0x49290d)]){const _0x11ef6d={};return _0x11ef6d[_0x1914e4(_0x349e64._0x48e950,_0x349e64._0x482832,0x90,_0x349e64._0xb832bf)]=![],_0x11ef6d['error']=_0x4a3a5a['BGsaS'],_0x19bd3f[_0x1914e4(0xcb,_0x349e64._0x54fa09,0x9e,_0x349e64._0x1a0834)](_0x11ef6d);}else{const {userId:_0x467fcb,type:type=_0x1914e4(_0x349e64._0x540a12,0x8a,0x88,0x45),sendEmail:sendEmail=![]}=_0x4e530d['body'];if(!_0x467fcb){const _0x4079a8={};return _0x4079a8[_0xf77f01(_0x349e64._0x486b8f,0x3c9,0x40a,_0x349e64._0x26f001)]=_0x4a3a5a[_0x1914e4(0x49,0x4f,0x51,_0x349e64._0x53244a)],_0x3a555c[_0xf77f01(0x3e9,0x3aa,0x36b,_0x349e64._0x137d15)](0xbee+-0x1aa*-0x2+-0x1*0xdb2)[_0xf77f01(0x3a3,_0x349e64._0x359864,_0x349e64._0x5d9c8d,0x3d0)](_0x4079a8);}if(![_0xf77f01(_0x349e64._0x2f4fad,_0x349e64._0x39668b,0x3c2,_0x349e64._0x2d4e49),_0x4a3a5a[_0xf77f01(0x3c1,0x368,_0x349e64._0x15be6b,0x386)]][_0x1914e4(0xc1,0x32,0x81,0x81)](type)){const _0x29ae25={};return _0x29ae25['error']=_0x4a3a5a[_0x1914e4(0xd4,_0x349e64._0x3f43a1,_0x349e64._0x4040db,_0x349e64._0x2248f5)],_0x3a555c[_0x1914e4(0xac,0x46,_0x349e64._0x5d0570,_0x349e64._0x19988d)](-0x12b8+-0x22*0x6d+0x22c2)[_0x1914e4(0xa5,0x68,_0x349e64._0x3f55,0xbc)](_0x29ae25);}const _0x307cf6=await findUserById(_0x467fcb);if(!_0x307cf6){if(_0x4a3a5a['KirEg']!==_0x4a3a5a['HKcZN']){const _0x56b0c8={};return _0x56b0c8[_0xf77f01(_0x349e64._0x5a071b,_0x349e64._0x3a11ea,_0x349e64._0xce8422,0x3cf)]=_0x4a3a5a['BUGcA'],_0x3a555c['status'](0x1*-0x1915+0x4a9*0x5+0x35c)[_0x1914e4(_0x349e64._0x317e46,0x7a,_0x349e64._0x2531d5,0xf1)](_0x56b0c8);}else{_0x8e21fe[_0x1914e4(0xbc,_0x349e64._0x25d306,0x9d,_0x349e64._0x2300f0)](_0xf77f01(_0x349e64._0xd20f25,_0x349e64._0x16e428,0x369,0x3be)+_0xf77f01(_0x349e64._0x47d042,_0x349e64._0x2d4e49,0x3a3,0x370)+_0xf77f01(_0x349e64._0x5341f8,_0x349e64._0x3961a3,0x33c,_0x349e64._0x3064f3)+_0xf77f01(0x41b,0x413,0x3cb,_0x349e64._0x6b1d9d),_0x4366ae);const _0x41980b={};_0x41980b['error']=_0x4a3a5a[_0x1914e4(-0x9,_0x349e64._0x17065f,_0x349e64._0x3e4d75,_0x349e64._0x12b3ed)],_0x57c31c[_0x1914e4(0x49,_0x349e64._0x58a4c7,0x8d,_0x349e64._0x3be768)](-0x12fc+0x14b7*-0x1+-0x1*-0x29a7)[_0x1914e4(0x5e,0x49,_0x349e64._0x1e50ec,0xb0)](_0x41980b);}}const _0x269f0a=await _0x4a3a5a[_0xf77f01(_0x349e64._0x1a7377,_0x349e64._0x2bc882,0x440,_0x349e64._0x438ecb)](createPasswordToken,_0x467fcb,type),_0x4f7487={};_0x4f7487[_0xf77f01(_0x349e64._0x5e33ce,0x38e,_0x349e64._0x2088bc,_0x349e64._0x1595af)]=_0x4e530d['user']['id'],_0x4f7487[_0xf77f01(0x383,_0x349e64._0x448d0a,0x3ce,0x399)+_0x1914e4(0xb6,_0x349e64._0x12aeb7,0xcc,_0x349e64._0x42820b)]=_0x4e530d['user']['username'],_0x4f7487['targetUser'+'Id']=_0x467fcb,_0x4f7487[_0xf77f01(_0x349e64._0xd5e120,0x3fe,0x3d2,0x3da)+_0x1914e4(0x5a,0x65,_0x349e64._0x3f2a9a,_0x349e64._0x5ca840)]=_0x307cf6[_0x1914e4(0x6c,0xe3,0xaf,_0x349e64._0x48e950)],_0x4f7487['tokenType']=type,_0x4f7487[_0x1914e4(-0x1c,_0x349e64._0x3b68e8,_0x349e64._0x2a8aec,_0x349e64._0x147ff0)]=sendEmail,logger[_0xf77f01(0x408,0x3d0,_0x349e64._0x293fc4,_0x349e64._0x38208c)](_0x4a3a5a[_0x1914e4(0xb6,_0x349e64._0x50ce76,0x6d,_0x349e64._0x282fcd)],_0x4f7487);const _0x2d0789=getRequestBaseUrl(_0x4e530d),_0x31aee3=_0x2d0789+(_0xf77f01(0x373,_0x349e64._0x45e4c4,_0x349e64._0x5b8eef,_0x349e64._0x1d705f)+'sword.html'+_0x1914e4(0x56,0x37,_0x349e64._0x282fcd,_0x349e64._0x302664))+_0x269f0a[_0xf77f01(0x3f4,_0x349e64._0x2b59c4,0x402,_0x349e64._0x2eaf9d)],_0x2890e1={};_0x2890e1['id']=_0x269f0a['id'],_0x2890e1[_0xf77f01(_0x349e64._0x443c35,_0x349e64._0x1e6d00,0x3bb,_0x349e64._0x37d499)]=_0x269f0a['token'],_0x2890e1[_0x1914e4(0x88,0x8f,_0x349e64._0x48e42b,_0x349e64._0x454975)]=_0x269f0a[_0xf77f01(0x3ae,0x3d1,0x3da,0x3e7)],_0x2890e1['expires_at']=_0x269f0a[_0x1914e4(_0x349e64._0x229ba7,_0x349e64._0x3035eb,0x4a,0x1c)],_0x2890e1[_0x1914e4(_0x349e64._0x4e3e92,0x5f,_0x349e64._0x138165,0x6f)]=_0x31aee3;const _0x26a225={};_0x26a225['id']=_0x307cf6['id'],_0x26a225[_0xf77f01(_0x349e64._0x50465a,_0x349e64._0x5c2f35,0x3f0,0x3e1)]=_0x307cf6[_0x1914e4(_0x349e64._0x37b7b5,_0x349e64._0x5392b1,_0x349e64._0x3010be,0x59)],_0x26a225[_0xf77f01(_0x349e64._0x206469,0x388,0x353,0x366)]=_0x307cf6[_0xf77f01(_0x349e64._0x3c3e5b,_0x349e64._0x49526f,0x31c,0x366)],_0x26a225[_0x1914e4(_0x349e64._0x2141d3,_0x349e64._0x214245,_0x349e64._0x5798bf,_0x349e64._0x7d7ce1)]=_0x307cf6['email'];const _0x1570f8={};_0x1570f8[_0x1914e4(0x38,_0x349e64._0x5c55d6,0x73,0xb1)]=_0x1914e4(_0x349e64._0x2300f0,_0x349e64._0x3ff0c0,0x75,0x8d)+_0xf77f01(0x41c,_0x349e64._0x1cfcf3,_0x349e64._0x293fc4,_0x349e64._0x3e0a74)+_0x1914e4(0xf4,_0x349e64._0x90d4db,0xa6,0xd5)+_0xf77f01(_0x349e64._0x384652,0x3f1,_0x349e64._0x23a476,_0x349e64._0x34945a),_0x1570f8[_0x1914e4(_0x349e64._0x3f6784,_0x349e64._0x2911c8,_0x349e64._0x2fd72b,_0x349e64._0x304776)]=_0x2890e1,_0x1570f8['user']=_0x26a225,_0x1570f8[_0xf77f01(0x42b,_0x349e64._0x24bfbb,_0x349e64._0x56d88f,_0x349e64._0x453b9b)]=![];const _0x37ab26=_0x1570f8;if(sendEmail){if(_0x4a3a5a[_0x1914e4(0x72,0x85,_0x349e64._0x5ba47e,0xed)](_0x4a3a5a[_0xf77f01(0x3a9,_0x349e64._0xf9f8e5,0x37f,0x3c7)],_0x4a3a5a['wOamL'])){const _0x5d45bc={};return _0x5d45bc[_0xf77f01(_0x349e64._0x1e6d00,0x40e,_0x349e64._0xf9f8e5,_0x349e64._0x26f001)]=_0x4a3a5a[_0xf77f01(_0x349e64._0x263580,_0x349e64._0x2c9dfd,_0x349e64._0x445503,0x403)],_0x3c189c[_0xf77f01(_0x349e64._0x173fa9,0x3aa,0x3af,_0x349e64._0x137d15)](0x8a9+-0x1efa+-0x1*-0x17e1)[_0x1914e4(_0x349e64._0x3eab76,0xe6,_0x349e64._0x3f55,0xdf)](_0x5d45bc);}else{if(!_0x4a3a5a['JIrmZ'](isEmailConfigured)){if(_0x4a3a5a[_0x1914e4(0x98,0x5b,0x98,0x83)](_0x4a3a5a['qMIjP'],_0x4a3a5a['ecGnf'])){const _0x101b5b={};return _0x101b5b[_0x1914e4(_0x349e64._0x32cd22,0xe5,0x9d,_0x349e64._0x50150e)]=_0x4a3a5a[_0xf77f01(_0x349e64._0x344e68,0x382,_0x349e64._0x39668b,0x35b)],_0x934e31[_0xf77f01(_0x349e64._0x44d961,0x3cb,0x3b5,0x3bf)](0x3b*-0x52+-0xc02+0x2078)['json'](_0x101b5b);}else{const _0xed6e6c={};return _0xed6e6c[_0x1914e4(0xda,0x65,_0x349e64._0x15e1d3,_0x349e64._0x16b3d1)]=_0x4a3a5a[_0x1914e4(_0x349e64._0x58d1ab,_0x349e64._0x2ca3a2,_0x349e64._0x444fe7,0xa)],_0xed6e6c[_0x1914e4(0xc5,_0x349e64._0x8d35b8,0x73,_0x349e64._0x25d306)]=_0x1914e4(0x4e,_0x349e64._0x1cbcb9,0x63,_0x349e64._0x16a43a)+_0x1914e4(-_0x349e64._0x5c55d6,-0x12,0x37,-0x5)+_0x1914e4(_0x349e64._0x29f3ce,_0x349e64._0x12b3ed,_0x349e64._0x2f3670,0xa1)+'\x20set\x20up\x20SM'+'TP\x20environ'+_0xf77f01(0x370,0x3ab,_0x349e64._0x13cbda,0x3a3)+_0xf77f01(_0x349e64._0x98ba6b,0x425,0x3ab,_0x349e64._0x41dfa4)+_0xf77f01(_0x349e64._0x3c5acf,0x3d1,_0x349e64._0x349bbd,_0x349e64._0x1bd920),_0x3a555c[_0x1914e4(_0x349e64._0x508941,_0x349e64._0x11eff0,0x8d,0xcb)](-0x923+0x1de*0xf+0x7*-0x279)[_0xf77f01(0x37a,_0x349e64._0x438ecb,0x40e,0x3d0)](_0xed6e6c);}}try{if(_0x4a3a5a[_0xf77f01(0x3e2,_0x349e64._0x280bb9,0x406,0x3e2)](_0x4a3a5a[_0x1914e4(0x31,0x85,_0x349e64._0x3e188f,_0x349e64._0x2532d2)],_0x4a3a5a[_0xf77f01(_0x349e64._0x39353c,_0x349e64._0x4cddcd,0x392,_0x349e64._0x47579d)])){const _0x4dfa0d={};return _0x4dfa0d[_0xf77f01(_0x349e64._0x517b72,0x3d0,0x3c9,_0x349e64._0x26f001)]=_0x4a3a5a[_0x1914e4(_0x349e64._0xacc55a,0x61,0x83,_0x349e64._0x350c88)],_0x4e015c['status'](-0x1607*-0x1+0x190f*-0x1+0x49c)['json'](_0x4dfa0d);}else{const _0x134c5e=_0x4a3a5a[_0xf77f01(_0x349e64._0x897c04,0x406,_0x349e64._0x5c32e5,_0x349e64._0x2cfbed)](type,_0xf77f01(0x395,_0x349e64._0xe26661,_0x349e64._0x13cbda,0x3a9))?_0x4a3a5a['ehUbf']:_0x1914e4(_0x349e64._0x2532d2,0x5d,0x74,_0x349e64._0x3b5237)+'etup',_0x1c41fb={};_0x1c41fb[_0x1914e4(_0x349e64._0x4b3e44,_0x349e64._0x2aed77,0x26,-0x32)]=_0x307cf6['name'],_0x1c41fb[_0xf77f01(0x3e0,_0x349e64._0x3a11ea,0x390,_0x349e64._0x39e655)]=_0x307cf6[_0xf77f01(0x39f,0x3e3,0x3a7,_0x349e64._0x2d194d)],_0x1c41fb[_0xf77f01(_0x349e64._0x3dcbef,_0x349e64._0x4cff06,_0x349e64._0xd934ee,0x3e3)]=_0x31aee3,_0x1c41fb[_0x1914e4(0xb5,_0x349e64._0x13c23c,_0x349e64._0x5a6da5,_0x349e64._0x85ec2d)]=_0x4a3a5a['ssFbj'],_0x1c41fb['type']=type;const _0xfeddec=_0x1c41fb,{subject:_0xdbcb89}=_0x4a3a5a[_0x1914e4(0xfa,_0x349e64._0x1f6a1b,_0x349e64._0x3c6f31,_0x349e64._0x37b7b5)](renderTemplate,_0x134c5e,_0xfeddec),_0x53bbf1={};_0x53bbf1['to']=_0x307cf6[_0x1914e4(0x82,_0x349e64._0xd8528e,_0x349e64._0x43474e,_0x349e64._0x42b1a3)],_0x53bbf1[_0xf77f01(0x3dd,0x3d2,_0x349e64._0x15f6ba,0x3db)]=_0xdbcb89,_0x53bbf1[_0x1914e4(0xa8,_0x349e64._0x11a4fa,0x5b,0x8e)]=_0x134c5e,_0x53bbf1['data']=_0xfeddec,await _0x4a3a5a['RHHdt'](sendTemplatedEmail,_0x53bbf1),_0x37ab26[_0xf77f01(_0x349e64._0x20d461,_0x349e64._0x1a7377,_0x349e64._0x20d461,0x3fd)]=!![],_0x37ab26['message']='Password\x20t'+_0x1914e4(_0x349e64._0x393831,_0x349e64._0x2c6577,_0x349e64._0x2b8544,0xcd)+_0x1914e4(0x62,_0x349e64._0x434fad,0xbb,_0x349e64._0x431db8)+_0x1914e4(0x16,0x33,0x6a,_0x349e64._0x3143f1)+'\x20'+_0x307cf6[_0xf77f01(_0x349e64._0x199966,0x415,0x3b9,_0x349e64._0x244ec8)];const _0x3bf030={};_0x3bf030['to']=_0x307cf6[_0x1914e4(_0x349e64._0x57184b,_0x349e64._0x59b2f2,0xc4,0xec)],_0x3bf030['type']=type,_0x3bf030[_0xf77f01(0x3a1,_0x349e64._0x490639,0x3d2,_0x349e64._0x2d194d)]=_0x307cf6[_0xf77f01(_0x349e64._0xc35543,_0x349e64._0x4720ea,0x3c3,_0x349e64._0x39e655)],logger[_0xf77f01(0x3b3,0x3bb,0x3f7,0x405)](_0x4a3a5a[_0xf77f01(0x37a,_0x349e64._0x746a00,0x360,_0x349e64._0x188dac)],_0x3bf030);}}catch(_0x50d138){logger['error'](_0x4a3a5a[_0xf77f01(0x382,0x386,0x40c,_0x349e64._0x480414)],_0x50d138),_0x37ab26[_0x1914e4(_0x349e64._0x44fefb,_0x349e64._0x591d36,_0x349e64._0x3e6e42,0x6a)]=_0x4a3a5a[_0xf77f01(_0x349e64._0x1cb3ec,_0x349e64._0xf4eb7d,_0x349e64._0xe1e1d9,_0x349e64._0x486b8f)];}}}_0x3a555c[_0x1914e4(_0x349e64._0x32ee3c,_0x349e64._0x350c88,_0x349e64._0x2531d5,_0x349e64._0x230c78)](_0x37ab26);}}catch(_0x4d5b3c){logger[_0x1914e4(_0x349e64._0x1ed0bd,_0x349e64._0x14f17b,_0x349e64._0x3b71f2,_0x349e64._0x5d4558)](_0xf77f01(0x3d1,0x3a8,0x3ac,0x3be)+_0x1914e4(_0x349e64._0xc4a7c5,0x5a,_0x349e64._0x4e1ee9,_0x349e64._0x3245ed)+_0xf77f01(0x371,_0x349e64._0x59b2c2,0x369,_0x349e64._0x5cff18)+'n',_0x4d5b3c);const _0x3377af={};_0x3377af['error']=_0x4a3a5a['VXNrA'],_0x3a555c['status'](-0x2fe+0x1*-0x1723+0x1c15)['json'](_0x3377af);}}),router[_0x4a7824(0xe0,0x106,0xc1,0xda)](_0x4a7824(0x114,0xeb,0x145,0xba)+_0x2534d9(0x37,0xa,0x43,0x63),async(_0x3cceab,_0x4c9efa)=>{const _0xb4122f={_0x56bafd:0x1c3,_0x2d4544:0x1a2,_0x44ba05:0x366,_0x12a9d0:0x31a,_0x99195f:0x37a,_0x27d4f8:0x418,_0x31cbc9:0x3c6,_0x3b44a9:0x3fa,_0x317d74:0x389,_0x527ca9:0x3d6,_0x2a3434:0x3b7,_0x3b5fcf:0x38e,_0x59d1df:0x366,_0x196cb6:0x173,_0x3bbaca:0x1ba,_0x1fdcf3:0x426,_0x53193f:0x3cd,_0x312cac:0x351,_0x56ded9:0x35d,_0x3a2082:0x35c,_0x4f8470:0x3a0,_0x4005e4:0x368,_0x135af2:0x393,_0x1ee1e1:0x20b,_0x2e903e:0x17c,_0x3bc777:0x1c0,_0x537e79:0x110,_0x5b0693:0x11c,_0x249fd5:0x1b8,_0x166ee8:0x167,_0x1cae6e:0x45a,_0x3759b1:0x423,_0x318cad:0x406,_0x115c0b:0x12f,_0x18ba52:0x174,_0x44eb2f:0x146,_0x58689d:0x13e,_0x481b7e:0x404,_0x187d8c:0x416,_0x1e86ac:0x3d1,_0x170443:0x417,_0x511ba1:0x3de,_0x40198a:0x3d7,_0x206e52:0x3a8,_0x1ce165:0x386,_0x111fb0:0x3bb,_0x1ae4bd:0x3a2,_0x30764e:0x3a5,_0x570f81:0x3e0,_0x4bd4c3:0x42f,_0x178340:0x43e,_0x53f259:0x3b4,_0x164a74:0x373,_0x20b468:0x3ba,_0x75f44b:0x1c9,_0x16891f:0x1a1,_0x286ab2:0x1d2,_0x2b3f9b:0x413,_0x1101b8:0x3de,_0x2ae536:0x438,_0x24849f:0x1d7,_0x2c00bd:0x1c2,_0xb97f57:0x183,_0x8935b9:0x198,_0x2b429e:0x371,_0x58b5d2:0x40b,_0x3d386:0x3df,_0x534023:0x179,_0xdaa917:0x13c,_0x2e4506:0x155,_0x296f71:0x1fa,_0x53ffa6:0x1f7,_0x5e9478:0x1b0,_0x37e0fe:0x437,_0x2b8cd5:0x409,_0x376840:0x100,_0x175966:0x42e,_0x29f9b6:0x427,_0x176b35:0x19a,_0x1ebb23:0x166,_0x28496e:0x170,_0x2b1ef8:0x167,_0x4f0afc:0x18a,_0x232566:0x1ae,_0x55e87b:0x165,_0x38113c:0x3eb,_0x2991a7:0x1a9,_0x34c88c:0x208,_0x3bedef:0x3de,_0x279147:0x3fb,_0x28c26a:0x1fe,_0x46a0aa:0x1e9,_0x533dd:0x1ac},_0x23583b={_0x5a6b62:0x1b0,_0x4a3307:0xaf},_0x51c383={_0x1aa737:0x2dd,_0x5af992:0x97};function _0x46ca90(_0x10d58c,_0x2cde7b,_0x52179e,_0x5b367c){return _0x4a7824(_0x10d58c-0x1cf,_0x52179e-_0x51c383._0x1aa737,_0x52179e-_0x51c383._0x5af992,_0x5b367c);}function _0x3dc2d3(_0x1c2c92,_0x41e7d3,_0x1dbd2b,_0x25e131){return _0x2534d9(_0x25e131- -_0x23583b._0x5a6b62,_0x41e7d3-0x29,_0x41e7d3,_0x25e131-_0x23583b._0x4a3307);}const _0x1e3ce0={'jkVzE':'User\x20not\x20f'+_0x3dc2d3(-_0xb4122f._0x56bafd,-0x1f1,-0x1a7,-_0xb4122f._0x2d4544),'zilxz':_0x46ca90(_0xb4122f._0x44ba05,_0xb4122f._0x12a9d0,0x36c,_0xb4122f._0x99195f),'gwYnM':_0x46ca90(_0xb4122f._0x27d4f8,_0xb4122f._0x31cbc9,0x3ee,_0xb4122f._0x3b44a9)+_0x46ca90(_0xb4122f._0x317d74,0x3e1,0x3d7,_0xb4122f._0x527ca9)+_0x46ca90(0x388,_0xb4122f._0x2a3434,_0xb4122f._0x3b5fcf,_0xb4122f._0x59d1df),'gPYYJ':function(_0x12ce5d,_0xb181e9){return _0x12ce5d(_0xb181e9);},'CDqSY':_0x3dc2d3(-0x1df,-_0xb4122f._0x196cb6,-_0xb4122f._0x3bbaca,-0x187),'ztkal':_0x46ca90(0x390,_0xb4122f._0x1fdcf3,_0xb4122f._0x53193f,0x3db)+'validate\x20t'+_0x46ca90(_0xb4122f._0x312cac,_0xb4122f._0x56ded9,_0xb4122f._0x3b5fcf,_0xb4122f._0x3a2082)};try{if(_0x1e3ce0['zilxz']===_0x1e3ce0[_0x46ca90(_0xb4122f._0x4f8470,_0xb4122f._0x4005e4,_0xb4122f._0x135af2,0x396)]){const {token:_0x725ab1}=_0x3cceab[_0x3dc2d3(-_0xb4122f._0x1ee1e1,-0x216,-_0xb4122f._0x2e903e,-_0xb4122f._0x3bc777)];if(!_0x725ab1){const _0x34cc6a={};return _0x34cc6a[_0x3dc2d3(-_0xb4122f._0x537e79,-_0xb4122f._0x5b0693,-_0xb4122f._0x249fd5,-_0xb4122f._0x166ee8)]=_0x46ca90(_0xb4122f._0x1cae6e,_0xb4122f._0x3759b1,_0xb4122f._0x318cad,0x3f7)+'equired',_0x34cc6a[_0x3dc2d3(-0x131,-0x13c,-_0xb4122f._0x115c0b,-_0xb4122f._0x18ba52)]=![],_0x4c9efa[_0x3dc2d3(-_0xb4122f._0x44eb2f,-0x133,-_0xb4122f._0x58689d,-0x177)](-0x1f*-0x7f+-0x9fd*-0x3+-0x2bc8)[_0x46ca90(_0xb4122f._0x481b7e,0x3bf,0x3df,_0xb4122f._0x187d8c)](_0x34cc6a);}const _0x134bf0=await validateToken(_0x725ab1);if(!_0x134bf0){const _0x6b97c8={};return _0x6b97c8[_0x46ca90(0x3a1,0x425,_0xb4122f._0x1e86ac,_0xb4122f._0x170443)]=![],_0x6b97c8[_0x46ca90(0x39e,0x3b8,_0xb4122f._0x511ba1,_0xb4122f._0x40198a)]=_0x1e3ce0[_0x46ca90(_0xb4122f._0x206e52,_0xb4122f._0x1ce165,_0xb4122f._0x111fb0,0x3db)],_0x4c9efa['json'](_0x6b97c8);}const _0x31632e=await _0x1e3ce0[_0x46ca90(_0xb4122f._0x1ae4bd,_0xb4122f._0x30764e,_0xb4122f._0x570f81,_0xb4122f._0x4bd4c3)](findUserById,_0x134bf0[_0x46ca90(_0xb4122f._0x178340,0x3b7,0x3f4,_0xb4122f._0x318cad)]);if(!_0x31632e){if(_0x1e3ce0[_0x46ca90(0x3ae,_0xb4122f._0x53f259,_0xb4122f._0x164a74,_0xb4122f._0x20b468)]===_0x1e3ce0[_0x3dc2d3(-_0xb4122f._0x75f44b,-0x18c,-_0xb4122f._0x16891f,-_0xb4122f._0x286ab2)]){const _0x1f2889={};return _0x1f2889['valid']=![],_0x1f2889[_0x46ca90(0x387,_0xb4122f._0x2b3f9b,_0xb4122f._0x1101b8,_0xb4122f._0x2ae536)]=_0x1e3ce0[_0x3dc2d3(-_0xb4122f._0x24849f,-_0xb4122f._0x2c00bd,-0x191,-0x1d4)],_0x4c9efa[_0x3dc2d3(-0x1c0,-_0xb4122f._0xb97f57,-_0xb4122f._0x8935b9,-0x166)](_0x1f2889);}else{const _0xb3177d={};return _0xb3177d['error']=_0x1e3ce0[_0x46ca90(0x32c,0x351,_0xb4122f._0x2b429e,0x320)],_0x14cfa1['status'](-0x3ca*0x1+-0x9*0x38b+0xb*0x363)[_0x46ca90(_0xb4122f._0x58b5d2,0x421,_0xb4122f._0x3d386,0x3c1)](_0xb3177d);}}const _0x46cadd={};_0x46cadd['username']=_0x31632e[_0x3dc2d3(-_0xb4122f._0x534023,-_0xb4122f._0xdaa917,-0x13b,-_0xb4122f._0x2e4506)],_0x46cadd[_0x3dc2d3(-_0xb4122f._0x296f71,-0x1d1,-_0xb4122f._0x53ffa6,-0x1d0)]=_0x31632e['name'];const _0x23af33={};_0x23af33[_0x3dc2d3(-0x17f,-0x1ba,-_0xb4122f._0x5e9478,-0x174)]=!![],_0x23af33[_0x46ca90(_0xb4122f._0x37e0fe,0x3ba,0x3f6,_0xb4122f._0x2b8cd5)]=_0x134bf0[_0x3dc2d3(-0x137,-0x137,-_0xb4122f._0x376840,-0x14f)],_0x23af33[_0x46ca90(0x3f6,_0xb4122f._0x175966,0x401,_0xb4122f._0x29f9b6)]=_0x46cadd,_0x4c9efa[_0x3dc2d3(-0x135,-_0xb4122f._0x176b35,-_0xb4122f._0x2e903e,-_0xb4122f._0x1ebb23)](_0x23af33);}else{const _0x42db88={};return _0x42db88['valid']=![],_0x42db88[_0x3dc2d3(-_0xb4122f._0x28496e,-0x1c0,-0x12d,-_0xb4122f._0x2b1ef8)]=_0x1e3ce0[_0x3dc2d3(-0x197,-_0xb4122f._0x4f0afc,-_0xb4122f._0x232566,-0x1d4)],_0x674d57[_0x3dc2d3(-0x15e,-_0xb4122f._0x55e87b,-0x12d,-0x166)](_0x42db88);}}catch(_0x11c65b){logger[_0x46ca90(0x406,_0xb4122f._0x175966,_0xb4122f._0x511ba1,_0xb4122f._0x38113c)](_0x1e3ce0[_0x3dc2d3(-_0xb4122f._0x2991a7,-_0xb4122f._0x34c88c,-0x1c4,-0x1c3)],_0x11c65b);const _0x1b8787={};_0x1b8787[_0x46ca90(0x3a2,0x409,_0xb4122f._0x3bedef,_0xb4122f._0x279147)]=_0x1e3ce0[_0x3dc2d3(-_0xb4122f._0x28c26a,-_0xb4122f._0x46a0aa,-0x217,-0x1c3)],_0x1b8787[_0x3dc2d3(-_0xb4122f._0x533dd,-0x11a,-0x144,-0x174)]=![],_0x4c9efa['status'](0x1678+-0x3b*0x7+-0x12e7)[_0x3dc2d3(-0x116,-0x196,-_0xb4122f._0x44eb2f,-0x166)](_0x1b8787);}}),router['post'](_0x2534d9(0xc,-0x1c,0x1,-0x4c),async(_0x5f6f84,_0x1149df)=>{const _0x37358a={_0x108ef0:0x335,_0x344d74:0x35c,_0x2fae8c:0x38f,_0x2a4fdd:0x355,_0x1401c1:0x34a,_0x1e15c8:0x3dd,_0x5cc032:0x398,_0x3791dd:0x373,_0x3b2acc:0x2f9,_0x5f186c:0x2d1,_0x47f45f:0x347,_0x4e485a:0x329,_0x2c7f64:0x36e,_0x5c87ef:0x3f7,_0x48894b:0x2f4,_0x431113:0x2ef,_0x448541:0x343,_0x3c3a89:0x39e,_0x3f3ace:0x35e,_0x434075:0x3c3,_0x49ee88:0x389,_0x50af0b:0x2cf,_0x1d823b:0x348,_0x588aa0:0x433,_0x5305a4:0x416,_0x52526b:0x307,_0x26d103:0x376,_0xdf760:0x388,_0x5717d7:0x414,_0x1e2a9a:0x3be,_0x3a5898:0x34b,_0x2f4f73:0x2f3,_0x20c2c7:0x351,_0x3f8baa:0x2f9,_0x24dd15:0x3ee,_0x41c769:0x2ce,_0x5a38da:0x29e,_0x2ce5fc:0x2f6,_0x191e6d:0x33e,_0x49bb55:0x31c,_0xa3b68d:0x3b3,_0x61549b:0x318,_0x42fdff:0x2fa,_0x424b22:0x36c,_0x83f32a:0x39f,_0x5276d0:0x2d8,_0x509033:0x412,_0x595e43:0x402,_0x4c901d:0x41e,_0x5b0bbd:0x2cc,_0x3e2dad:0x2ea,_0x434e04:0x385,_0x92132a:0x3b4,_0xd4acc6:0x2bd,_0x14c19c:0x28f,_0xbd23a1:0x2d2,_0x37b3ba:0x3bd,_0x4ddcf5:0x3de,_0x47adfe:0x306,_0x5a4690:0x333,_0x444fa7:0x29c,_0x26bb44:0x2b8,_0x47ff95:0x3ad,_0x2f84d4:0x3e3,_0x5503a4:0x36d,_0x1fa9be:0x340,_0x302713:0x2c0,_0x5c332f:0x2fb,_0x42de19:0x3d3,_0x35b057:0x406,_0x2880a3:0x3de,_0x159acf:0x2c1,_0xc33fdd:0x2f0,_0x50c7a2:0x379,_0x25c149:0x3c1,_0x5a6bdf:0x3c4,_0x4d4eae:0x3e8,_0xd2a41b:0x298,_0x1c2d72:0x403,_0x1df68a:0x3e1,_0x44ae72:0x393,_0x4b83fc:0x344,_0xb5b4b5:0x368,_0x8a1779:0x34e,_0x5400da:0x34c,_0x302cd1:0x3a3,_0x1c8aaa:0x393,_0x28866c:0x3c8,_0x38193b:0x3ce,_0x41e5e3:0x410,_0x1e6746:0x319,_0x595496:0x370,_0x3b9535:0x3cd,_0x1209f0:0x321,_0x2eb495:0x3f6,_0x554c50:0x2f5,_0x230a4d:0x341},_0x47807d={_0x1d9f01:0x231,_0x18b472:0x1a1},_0x2151bd={_0x24d473:0xba,_0x492634:0xc2},_0x2c245e={'sCmMe':_0x53e615(0x344,0x309,_0x37358a._0x108ef0,_0x37358a._0x344d74)+_0xe62c08(0x306,_0x37358a._0x2fae8c,_0x37358a._0x2a4fdd,_0x37358a._0x1401c1),'CSLPR':function(_0xd4fae8,_0x19c781){return _0xd4fae8!==_0x19c781;},'OsIJX':_0xe62c08(0x362,_0x37358a._0x1e15c8,_0x37358a._0x5cc032,_0x37358a._0x3791dd),'oPocm':function(_0x655f21,_0x1be026){return _0x655f21||_0x1be026;},'ulVud':function(_0x226be6,_0x4ae63c){return _0x226be6<_0x4ae63c;},'wmEYy':_0x53e615(0x332,_0x37358a._0x3b2acc,_0x37358a._0x5f186c,0x314)+_0x53e615(0x35a,0x367,0x358,_0x37358a._0x47f45f)+_0x53e615(_0x37358a._0x4e485a,0x2ff,0x2db,0x311)+_0xe62c08(_0x37358a._0x2c7f64,0x364,0x372,_0x37358a._0x5cc032),'RStAb':function(_0x8e6edd,_0x506e5f){return _0x8e6edd(_0x506e5f);},'TGxuC':function(_0x178570,_0x100148){return _0x178570(_0x100148);},'TiHZE':'User\x20not\x20f'+'ound','uTFwE':function(_0x53a77c,_0x295f46,_0x2c6f6a){return _0x53a77c(_0x295f46,_0x2c6f6a);},'vEdDb':function(_0x58266c,_0x944583){return _0x58266c(_0x944583);},'OkFdE':_0xe62c08(_0x37358a._0x5c87ef,0x427,0x3f9,0x3ad)+_0x53e615(0x2be,0x2d2,_0x37358a._0x48894b,_0x37358a._0x431113)+'en','ziXSd':_0x53e615(0x3a7,_0x37358a._0x448541,_0x37358a._0x3c3a89,_0x37358a._0x3f3ace)+_0xe62c08(0x3b5,_0x37358a._0x434075,_0x37358a._0x49ee88,0x3c6)+_0x53e615(_0x37358a._0x50af0b,0x2e6,_0x37358a._0x1d823b,0x300)};function _0xe62c08(_0x51228b,_0x15eeba,_0x3203be,_0x1639a1){return _0x2534d9(_0x3203be-0x384,_0x15eeba-_0x2151bd._0x24d473,_0x1639a1,_0x1639a1-_0x2151bd._0x492634);}function _0x53e615(_0x5d1f5e,_0x1ae109,_0x5d4e55,_0x2a882c){return _0x4a7824(_0x5d1f5e-0x19a,_0x2a882c-_0x47807d._0x1d9f01,_0x5d4e55-_0x47807d._0x18b472,_0x5d1f5e);}try{if(_0x2c245e['CSLPR'](_0x2c245e['OsIJX'],_0x2c245e[_0xe62c08(_0x37358a._0x588aa0,_0x37358a._0x5305a4,0x3db,0x41b)])){const _0x5ee916={};return _0x5ee916[_0x53e615(0x386,_0x37358a._0x52526b,0x2dc,0x332)]=_0x2c245e[_0xe62c08(0x3bc,_0x37358a._0x26d103,_0x37358a._0xdf760,0x34e)],_0x44e328[_0xe62c08(0x382,_0x37358a._0x5717d7,0x3bd,0x3ed)](-0x16c*0x1+0x8*0x41a+-0x1dd0)[_0xe62c08(0x3f9,_0x37358a._0x49ee88,0x3ce,_0x37358a._0x1e2a9a)](_0x5ee916);}else{const {token:_0x5390e4,password:_0x5ea73d}=_0x5f6f84[_0x53e615(_0x37358a._0x3a5898,_0x37358a._0x2f4f73,0x2ea,0x335)];if(_0x2c245e[_0x53e615(0x315,_0x37358a._0x20c2c7,0x2da,0x303)](!_0x5390e4,!_0x5ea73d)){const _0x130ae8={};return _0x130ae8[_0x53e615(0x325,_0x37358a._0x3f8baa,0x35e,0x332)]=_0xe62c08(0x3fe,0x3d6,_0x37358a._0x24dd15,0x3f0)+_0x53e615(0x2d9,_0x37358a._0x41c769,0x313,0x2d8)+_0x53e615(0x2e0,0x31f,_0x37358a._0x5a38da,_0x37358a._0x2ce5fc)+'d',_0x1149df[_0x53e615(_0x37358a._0x48894b,_0x37358a._0x191e6d,_0x37358a._0x49bb55,0x322)](0x232a+0x23eb+-0x4585)[_0xe62c08(_0x37358a._0xa3b68d,0x420,0x3ce,_0x37358a._0x49ee88)](_0x130ae8);}if(_0x2c245e[_0x53e615(_0x37358a._0x61549b,_0x37358a._0x42fdff,_0x37358a._0x431113,0x2e8)](_0x5ea73d[_0x53e615(_0x37358a._0x424b22,_0x37358a._0x83f32a,0x330,0x34f)],-0x1f5c+0x18e5*-0x1+-0x641*-0x9)){const _0x1af74c={};return _0x1af74c[_0x53e615(0x31b,0x370,_0x37358a._0x5276d0,0x332)]=_0x2c245e['wmEYy'],_0x1149df[_0xe62c08(_0x37358a._0x509033,0x380,0x3bd,0x367)](0x174a+0x17e*0x4+0x1bb2*-0x1)[_0xe62c08(_0x37358a._0x595e43,_0x37358a._0x4c901d,0x3ce,0x3a3)](_0x1af74c);}const _0x1081ec=await _0x2c245e[_0x53e615(_0x37358a._0x5b0bbd,_0x37358a._0x3e2dad,0x2f7,0x313)](validateToken,_0x5390e4);if(!_0x1081ec){const _0x2c045b={};return _0x2c045b['error']=_0xe62c08(0x3f7,_0x37358a._0x434e04,0x3dd,_0x37358a._0x92132a)+'\x20expired\x20t'+_0x53e615(_0x37358a._0xd4acc6,_0x37358a._0x14c19c,_0x37358a._0xbd23a1,0x2e2),_0x1149df[_0xe62c08(0x3ea,0x3bf,_0x37358a._0x37b3ba,_0x37358a._0x4ddcf5)](-0x511+0x2690+-0x1fef)[_0x53e615(_0x37358a._0x3f8baa,_0x37358a._0x47adfe,0x31b,_0x37358a._0x5a4690)](_0x2c045b);}const _0xa4724e=await _0x2c245e[_0x53e615(0x2ca,_0x37358a._0x444fa7,0x262,_0x37358a._0x26bb44)](findUserById,_0x1081ec[_0xe62c08(_0x37358a._0x47ff95,0x3f4,_0x37358a._0x2f84d4,0x3ee)]);if(!_0xa4724e){const _0x2b5027={};return _0x2b5027[_0x53e615(_0x37358a._0x5503a4,_0x37358a._0x47adfe,_0x37358a._0x1fa9be,0x332)]=_0x2c245e[_0x53e615(_0x37358a._0x49bb55,_0x37358a._0x302713,0x2a2,_0x37358a._0x5c332f)],_0x1149df[_0x53e615(0x361,0x322,0x2da,0x322)](0xa98+-0x1464+0xb60)[_0xe62c08(0x3a8,0x394,0x3ce,_0x37358a._0x42de19)](_0x2b5027);}await _0x2c245e[_0x53e615(0x2db,0x32d,0x31d,0x317)](setUserPassword,_0x1081ec[_0xe62c08(0x42a,_0x37358a._0x35b057,0x3e3,_0x37358a._0x2880a3)],_0x5ea73d),await _0x2c245e[_0x53e615(_0x37358a._0x159acf,0x2a6,_0x37358a._0xc33fdd,0x2fa)](markTokenAsUsed,_0x5390e4);const _0x5d1a79={};_0x5d1a79['userId']=_0xa4724e['id'],_0x5d1a79[_0x53e615(0x2ee,0x31b,_0x37358a._0x50c7a2,0x344)]=_0xa4724e[_0xe62c08(_0x37358a._0x25c149,_0x37358a._0x5a6bdf,0x3df,_0x37358a._0x4d4eae)],_0x5d1a79[_0x53e615(0x2f2,_0x37358a._0xd2a41b,0x285,0x2d5)]=_0x1081ec['type'],logger[_0xe62c08(0x400,_0x37358a._0x2f84d4,_0x37358a._0x1c2d72,0x3d7)](_0x2c245e[_0xe62c08(0x3d4,_0x37358a._0x1df68a,0x3be,0x3f0)],_0x5d1a79);const _0x14bfc6={};_0x14bfc6['id']=_0xa4724e['id'],_0x14bfc6['username']=_0xa4724e[_0x53e615(0x38f,0x372,_0x37358a._0x44ae72,_0x37358a._0x4b83fc)],_0x14bfc6[_0xe62c08(_0x37358a._0xb5b4b5,0x340,0x364,0x363)]=_0xa4724e['name'];const _0xbe3d7c={};_0xbe3d7c[_0xe62c08(_0x37358a._0x8a1779,_0x37358a._0x5400da,_0x37358a._0x302cd1,0x3fa)]=_0x2c245e[_0x53e615(0x2a7,0x2f2,0x2f5,0x2ec)],_0xbe3d7c['user']=_0x14bfc6,_0x1149df[_0xe62c08(_0x37358a._0x1c8aaa,_0x37358a._0x28866c,_0x37358a._0x38193b,_0x37358a._0x41e5e3)](_0xbe3d7c);}}catch(_0x2c3710){logger[_0x53e615(0x34d,0x340,0x2ef,0x332)](_0x53e615(0x305,_0x37358a._0x1e6746,_0x37358a._0x595496,0x321)+_0x53e615(0x2d7,0x2d9,0x341,0x319)+'rd',_0x2c3710);const _0x388e3d={};_0x388e3d[_0xe62c08(0x415,0x40f,_0x37358a._0x3b9535,0x3ae)]=_0x53e615(0x372,0x345,0x31f,_0x37358a._0x1209f0)+_0xe62c08(0x3d1,_0x37358a._0x2eb495,0x3b4,0x377)+'rd',_0x1149df[_0x53e615(0x2d2,0x326,_0x37358a._0x41c769,0x322)](0x97a*0x1+-0x1e53*0x1+0x16cd)[_0x53e615(_0x37358a._0x4b83fc,_0x37358a._0x554c50,_0x37358a._0x230a4d,0x333)](_0x388e3d);}}),router[_0x2534d9(0x4e,0x36,0x35,0x9d)](_0x4a7824(0x111,0x12a,0x14b,0xda)+_0x2534d9(-0x5,-0xc,0x3,0x2),requireAuth,requireAdmin,async(_0x52ea98,_0x17a02c)=>{const _0x9296bd={_0xa6c9c:0x2bb,_0x326a90:0x246,_0x158a75:0x29f,_0x159b39:0x259,_0x233f00:0x249,_0x2e164b:0x23e,_0x79d01b:0x4e7,_0x417f19:0x4d6,_0x5a6c67:0x2aa,_0x5134d3:0x2a6,_0x6812dc:0x26b,_0x2d4246:0x298,_0x484cf0:0x4de,_0x21f6aa:0x4f3,_0x51894e:0x536,_0x148c7c:0x544,_0x1ee011:0x500,_0x4ef9d5:0x4e9,_0x27cccc:0x24c,_0x5cd8dd:0x28e,_0x573dec:0x270,_0x17a2be:0x4d5,_0x13b04e:0x4bb,_0x3600c3:0x279,_0x2ecdd0:0x26a,_0x11dbdc:0x29c,_0x521c4a:0x551,_0x13ca32:0x57c,_0x232912:0x57d,_0x23a7eb:0x21f,_0x1c93a4:0x1e2,_0x275400:0x539,_0x5dd571:0x565,_0xb967ac:0x279,_0x7dfa64:0x56d,_0x17e6f5:0x4f7,_0x373028:0x4db,_0x4c176f:0x4ef,_0x5102a5:0x4d1,_0x2990ed:0x505,_0x2f3250:0x535,_0xc45069:0x4ec,_0x17596b:0x25e,_0x159fac:0x268,_0x1e230a:0x532,_0x222e29:0x4de,_0x56e217:0x24a,_0x36fe4a:0x252,_0x3ffcf7:0x294,_0x53de0b:0x28a,_0x4c7cb0:0x216,_0x47ac33:0x267,_0x23fb85:0x27a,_0x7b5ffd:0x2b5},_0xcd962d={_0x5c2ad1:0xda},_0xb87332={_0x1ae172:0x78,_0x1da613:0x178,_0x49f86e:0x1f3};function _0x1fd64f(_0x57cb31,_0x13d08c,_0x55b70f,_0x5283f2){return _0x4a7824(_0x57cb31-_0xb87332._0x1ae172,_0x13d08c-_0xb87332._0x1da613,_0x55b70f-_0xb87332._0x49f86e,_0x55b70f);}const _0x2c80d2={'UVsjy':_0x1fd64f(_0x9296bd._0xa6c9c,0x268,0x26c,0x265)+'revoke\x20tok'+'en','bfmmt':'HcLSc','epWDn':function(_0x56d2c8,_0x1aca8a){return _0x56d2c8(_0x1aca8a);},'rOvJN':function(_0x4b5015,_0x3f65ba){return _0x4b5015===_0x3f65ba;},'FTRUq':'xaJPy','SDnDV':_0x1fd64f(_0x9296bd._0x326a90,_0x9296bd._0x158a75,_0x9296bd._0x159b39,_0x9296bd._0x233f00)+_0x1fd64f(0x278,_0x9296bd._0x2e164b,0x251,0x295),'eSVWj':function(_0x2ea31a,_0xeaebe4){return _0x2ea31a(_0xeaebe4);},'HWsYv':_0x465371(0x4f4,_0x9296bd._0x79d01b,0x4c6,_0x9296bd._0x417f19)+_0x1fd64f(_0x9296bd._0x5a6c67,_0x9296bd._0x5134d3,_0x9296bd._0x6812dc,_0x9296bd._0x2d4246)+_0x465371(_0x9296bd._0x484cf0,_0x9296bd._0x21f6aa,0x4f1,0x507)};function _0x465371(_0x352971,_0x314a14,_0x24679c,_0x18df88){return _0x4a7824(_0x352971-_0xcd962d._0x5c2ad1,_0x352971-0x404,_0x24679c-0x48,_0x24679c);}try{if(_0x2c80d2['bfmmt']===_0x2c80d2[_0x465371(_0x9296bd._0x51894e,_0x9296bd._0x148c7c,0x51d,_0x9296bd._0x1ee011)]){const {userId:_0x1777ec}=_0x52ea98[_0x465371(0x4b8,0x4c0,0x4a7,_0x9296bd._0x4ef9d5)],_0x53a915=await _0x2c80d2[_0x1fd64f(0x232,_0x9296bd._0x27cccc,0x210,_0x9296bd._0x5cd8dd)](findUserById,_0x1777ec);if(!_0x53a915){if(_0x2c80d2['rOvJN']('xaJPy',_0x2c80d2[_0x1fd64f(_0x9296bd._0x573dec,0x255,_0x9296bd._0x159b39,0x272)])){const _0x5455f8={};return _0x5455f8['error']=_0x2c80d2['SDnDV'],_0x17a02c[_0x465371(0x4f5,_0x9296bd._0x17a2be,_0x9296bd._0x13b04e,0x4e1)](0xf31*-0x1+-0x8cb*-0x1+0x3fd*0x2)['json'](_0x5455f8);}else{const _0x42c678={};return _0x42c678[_0x1fd64f(0x251,_0x9296bd._0x3600c3,_0x9296bd._0x2ecdd0,_0x9296bd._0x11dbdc)]=_0x465371(0x526,_0x9296bd._0x521c4a,_0x9296bd._0x13ca32,_0x9296bd._0x232912)+_0x1fd64f(0x233,_0x9296bd._0x23a7eb,_0x9296bd._0x1c93a4,0x252)+'re\x20require'+'d',_0x136633['status'](0x1131+0xbb6+-0x91d*0x3)['json'](_0x42c678);}}const _0x5107cf=await _0x2c80d2[_0x465371(0x51e,_0x9296bd._0x275400,0x4dd,_0x9296bd._0x5dd571)](getUserTokens,_0x1777ec),_0x4707ef={};_0x4707ef[_0x1fd64f(0x2b1,0x273,0x248,0x2c9)]=_0x5107cf,_0x17a02c['json'](_0x4707ef);}else{_0x503ce7[_0x1fd64f(0x263,_0x9296bd._0xb967ac,0x2d3,0x299)](_0x2c80d2['UVsjy'],_0x36c8a0);const _0x1f8be9={};_0x1f8be9['error']=_0x2c80d2[_0x465371(0x529,0x509,0x562,_0x9296bd._0x7dfa64)],_0x5ece29[_0x465371(0x4f5,_0x9296bd._0x17e6f5,0x52a,_0x9296bd._0x373028)](0x1c*-0x163+0xe5a*-0x2+0x457c)[_0x465371(0x506,_0x9296bd._0x4c176f,0x4ea,_0x9296bd._0x5102a5)](_0x1f8be9);}}catch(_0xb89ba7){logger[_0x465371(_0x9296bd._0x2990ed,_0x9296bd._0x2f3250,_0x9296bd._0xc45069,0x4ff)](_0x1fd64f(_0x9296bd._0x17596b,_0x9296bd._0x159fac,0x211,0x21f)+_0x465371(_0x9296bd._0x1e230a,0x500,_0x9296bd._0x222e29,0x56d)+_0x1fd64f(_0x9296bd._0x56e217,_0x9296bd._0x36fe4a,0x2a0,0x211),_0xb89ba7);const _0x4f147e={};_0x4f147e[_0x1fd64f(_0x9296bd._0x3ffcf7,0x279,0x2b1,_0x9296bd._0x158a75)]=_0x2c80d2[_0x1fd64f(0x26a,_0x9296bd._0x53de0b,0x2d0,0x2af)],_0x17a02c[_0x1fd64f(_0x9296bd._0x4c7cb0,0x269,_0x9296bd._0x47ac33,0x237)](-0x1*-0x22c2+0x5*0x7a7+-0xa1*0x71)[_0x1fd64f(0x258,_0x9296bd._0x23fb85,0x2b8,_0x9296bd._0x7b5ffd)](_0x4f147e);}}),router[_0x4a7824(0xdc,0xba,0xa6,0x71)](_0x2534d9(-0x17,-0x3d,0x1a,0x20)+'okenId',requireAuth,requireAdmin,async(_0x573f5d,_0x1f8632)=>{const _0x37ca1f={_0x1b30a4:0x21a,_0x414c36:0x255,_0x2cf72c:0x50f,_0x518d7e:0x211,_0x5982bb:0x1e3,_0x3f7378:0x229,_0x33107c:0x267,_0x584cb5:0x518,_0x5bae89:0x4af,_0xe61391:0x4cb,_0x1c06f0:0x55b,_0x185121:0x54b,_0x3e4bc9:0x565,_0x36eedc:0x4e0,_0xa58ce8:0x2a7,_0x3ebb7d:0x205,_0x388196:0x26d,_0x37e719:0x25f,_0x14b715:0x515,_0x3c1a72:0x4e0,_0x23649f:0x4ef,_0x18b7db:0x296,_0x5c3c40:0x2ac,_0x19ca02:0x27a,_0xa4ff6:0x2d1,_0x29f5fd:0x2a0,_0xba04a8:0x271,_0xa5aa8b:0x282,_0x233c04:0x1f3,_0x4bc1b5:0x1e8,_0x5cdd60:0x498,_0x55cd7e:0x527,_0x1266d7:0x4ea,_0x2bf4bc:0x4c9,_0xfd9173:0x4c6,_0x22005f:0x4e0,_0x261e59:0x4da,_0x2eb216:0x26a,_0x1d9f3d:0x243,_0x5d6db3:0x257,_0x43bb64:0x22c,_0x57f4f9:0x26e,_0x4179a4:0x2c1},_0x352d70={_0x5dd2ba:0x4cb,_0xe2d84e:0xfd},_0x3cb918={_0x29a6a7:0xb4};function _0x407293(_0x13183e,_0x162927,_0x5f040d,_0x5c1683){return _0x4a7824(_0x13183e-_0x3cb918._0x29a6a7,_0x162927-0x17c,_0x5f040d-0xd6,_0x5f040d);}const _0x5f0448={};function _0x593472(_0x31b016,_0x24d393,_0x32987d,_0xaac777){return _0x2534d9(_0x32987d-_0x352d70._0x5dd2ba,_0x24d393-0x3e,_0x31b016,_0xaac777-_0x352d70._0xe2d84e);}_0x5f0448[_0x593472(0x4ad,0x4dd,0x4cc,0x4f9)]=_0x407293(0x22c,_0x37ca1f._0x1b30a4,_0x37ca1f._0x414c36,0x240)+_0x593472(_0x37ca1f._0x2cf72c,0x4e4,0x518,0x4de),_0x5f0448[_0x593472(0x4e9,0x487,0x4e0,0x4c9)]='Token\x20revo'+_0x407293(0x1bf,0x20e,0x208,_0x37ca1f._0x518d7e)+_0x593472(0x4aa,0x511,0x4f7,0x515),_0x5f0448[_0x407293(_0x37ca1f._0x5982bb,_0x37ca1f._0x3f7378,0x26f,_0x37ca1f._0x33107c)]=_0x593472(_0x37ca1f._0x584cb5,_0x37ca1f._0x5bae89,0x503,_0x37ca1f._0xe61391)+_0x593472(_0x37ca1f._0x1c06f0,0x560,_0x37ca1f._0x185121,_0x37ca1f._0x3e4bc9)+'en';const _0x4c144d=_0x5f0448;try{const {tokenId:_0x456305}=_0x573f5d['params'],_0x1161f5=await revokeToken(_0x456305);if(!_0x1161f5){const _0x1bb8b2={};return _0x1bb8b2[_0x593472(0x4eb,_0x37ca1f._0x36eedc,0x514,0x553)]=_0x407293(0x2f6,_0x37ca1f._0xa58ce8,0x291,0x26c)+_0x407293(0x21d,_0x37ca1f._0x3ebb7d,0x258,0x242),_0x1f8632[_0x407293(0x2b4,_0x37ca1f._0x388196,_0x37ca1f._0x37e719,0x27c)](-0xb*-0x387+0x14b8+-0x5b*0xa3)[_0x593472(0x50e,0x4bd,_0x37ca1f._0x14b715,0x549)](_0x1bb8b2);}const _0x495352={};_0x495352[_0x593472(0x4a8,_0x37ca1f._0x3c1a72,_0x37ca1f._0x23649f,0x4b0)]=_0x573f5d['user']['id'],_0x495352['adminUsern'+_0x407293(_0x37ca1f._0x18b7db,_0x37ca1f._0x5c3c40,_0x37ca1f._0x19ca02,0x2e0)]=_0x573f5d[_0x407293(_0x37ca1f._0xa4ff6,_0x37ca1f._0x29f5fd,_0x37ca1f._0xba04a8,_0x37ca1f._0xa5aa8b)]['username'],_0x495352['tokenId']=_0x456305,logger['info'](_0x4c144d[_0x407293(_0x37ca1f._0x233c04,0x235,_0x37ca1f._0x4bc1b5,0x27e)],_0x495352);const _0x5b09a1={};_0x5b09a1[_0x593472(_0x37ca1f._0x5cdd60,_0x37ca1f._0x55cd7e,_0x37ca1f._0x1266d7,_0x37ca1f._0x2bf4bc)]=_0x4c144d[_0x593472(0x4fd,_0x37ca1f._0xfd9173,_0x37ca1f._0x22005f,_0x37ca1f._0x261e59)],_0x1f8632['json'](_0x5b09a1);}catch(_0x2105b2){logger[_0x407293(_0x37ca1f._0x2eb216,0x27d,_0x37ca1f._0x388196,_0x37ca1f._0x1d9f3d)](_0x4c144d[_0x407293(0x213,0x229,0x1df,_0x37ca1f._0x5d6db3)],_0x2105b2);const _0x37cc42={};_0x37cc42['error']=_0x4c144d[_0x593472(0x503,0x47d,0x4c0,0x4ed)],_0x1f8632[_0x407293(_0x37ca1f._0x43bb64,_0x37ca1f._0x388196,0x2c4,0x24e)](-0xe74*-0x1+0x201f*0x1+-0x2c9f)[_0x407293(_0x37ca1f._0x57f4f9,0x27e,0x278,_0x37ca1f._0x4179a4)](_0x37cc42);}});export default router;
|
|
1
|
+
function _0x5e4f92(_0x434ca2,_0x2106b0,_0x46fa55,_0x42b781){const _0x2e0471={_0xb2c724:0x356};return _0x349d(_0x42b781-_0x2e0471._0xb2c724,_0x46fa55);}(function(_0xa7b53f,_0x602b08){const _0x1de0af={_0x4d480f:0x52,_0x2144dc:0x78,_0x2c88a9:0x8c,_0x546953:0x78,_0x43b91a:0xc4,_0x524966:0x66,_0x20dd3c:0xc3,_0x41f0b5:0x76,_0x2c2d22:0x7a,_0x160498:0x77,_0x3b0534:0x9f,_0x312781:0xbd,_0x490671:0xac,_0x2bd663:0x53,_0x4d9381:0x8d},_0x1d0625=_0xa7b53f();function _0x47a386(_0x3d1dc4,_0x1a5902,_0x4faf27,_0x805d82){return _0x349d(_0x805d82- -0x19b,_0x3d1dc4);}function _0x3fe95b(_0x5a156f,_0x147572,_0x468662,_0x2d9d4b){return _0x349d(_0x468662- -0xd6,_0x147572);}while(!![]){try{const _0x250660=-parseInt(_0x3fe95b(0x79,_0x1de0af._0x4d480f,0x53,_0x1de0af._0x2144dc))/(0x23a5+-0x1eb0+-0x4f4)+parseInt(_0x3fe95b(0xe,0x37,0x24,0x81))/(-0xb57+-0xdc1+0x1*0x191a)*(-parseInt(_0x3fe95b(_0x1de0af._0x2c88a9,_0x1de0af._0x546953,0x91,_0x1de0af._0x43b91a))/(0x49*-0x2c+0x2488+-0x17f9))+-parseInt(_0x47a386(-0xf0,-0x97,-_0x1de0af._0x524966,-_0x1de0af._0x20dd3c))/(0x1a98+-0x251d+-0x383*-0x3)+-parseInt(_0x3fe95b(0x79,_0x1de0af._0x41f0b5,0x31,_0x1de0af._0x2c2d22))/(0x1c60+-0xf49+-0xd12)+-parseInt(_0x3fe95b(0xaa,0x45,0x55,0x7f))/(-0x1493+0x10fb+0x39e)+-parseInt(_0x3fe95b(_0x1de0af._0x160498,0xb4,_0x1de0af._0x3b0534,0x69))/(-0x1292+0x2212+0x1*-0xf79)*(-parseInt(_0x47a386(-_0x1de0af._0x312781,-_0x1de0af._0x490671,-_0x1de0af._0x2bd663,-0xad))/(0x1*0x1e25+-0x243d+0x20*0x31))+parseInt(_0x47a386(-_0x1de0af._0x4d9381,-0xa8,-0x69,-0xb3))/(-0xb*-0x278+0x287*-0xd+0x5bc);if(_0x250660===_0x602b08)break;else _0x1d0625['push'](_0x1d0625['shift']());}catch(_0x30994b){_0x1d0625['push'](_0x1d0625['shift']());}}}(_0x4200,-0x29f59+-0x288cf+0x9a026));import _0x6d7515 from'express';function _0x349d(_0x2fa30b,_0x1c9d0c){_0x2fa30b=_0x2fa30b-(0x1*0x14af+0x5cb+-0x19b6);const _0x102ae5=_0x4200();let _0x332687=_0x102ae5[_0x2fa30b];if(_0x349d['vvoDbb']===undefined){var _0x28daa5=function(_0x39f224){const _0xaa1924='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x31c070='',_0x40745d='';for(let _0x5f3b93=-0xd*-0x2d7+-0x7*-0x537+-0x496c,_0xdcb775,_0x4e0669,_0x8662ab=0x1c00*0x1+0x1812+-0x3412;_0x4e0669=_0x39f224['charAt'](_0x8662ab++);~_0x4e0669&&(_0xdcb775=_0x5f3b93%(-0x1f5*0x12+-0x150+0x248e)?_0xdcb775*(-0x1280+-0x42d+0x1*0x16ed)+_0x4e0669:_0x4e0669,_0x5f3b93++%(-0xf55+0x8b6+-0x6a3*-0x1))?_0x31c070+=String['fromCharCode'](0x580+0x30d*0xb+-0x984*0x4&_0xdcb775>>(-(0x252a+0x65*-0x53+-0x1*0x469)*_0x5f3b93&-0x133*0xa+-0xac2+0x5*0x48e)):0x7*0x161+-0x23*0x11b+-0x426*-0x7){_0x4e0669=_0xaa1924['indexOf'](_0x4e0669);}for(let _0x37a11c=0x1*-0xbd6+0xaba+0x11c,_0x3ecb0f=_0x31c070['length'];_0x37a11c<_0x3ecb0f;_0x37a11c++){_0x40745d+='%'+('00'+_0x31c070['charCodeAt'](_0x37a11c)['toString'](-0x10a0+-0xf60+0x2*0x1008))['slice'](-(0x152+0x53c+0x1a3*-0x4));}return decodeURIComponent(_0x40745d);};_0x349d['tRfmae']=_0x28daa5,_0x349d['ajvzIS']={},_0x349d['vvoDbb']=!![];}const _0x1ec453=_0x102ae5[0xe71*-0x1+0xd22+0x14f*0x1],_0x1e78b8=_0x2fa30b+_0x1ec453,_0x80b49c=_0x349d['ajvzIS'][_0x1e78b8];return!_0x80b49c?(_0x332687=_0x349d['tRfmae'](_0x332687),_0x349d['ajvzIS'][_0x1e78b8]=_0x332687):_0x332687=_0x80b49c,_0x332687;}import{logger}from'../lib/logger.js';import{requireAuth,requireAdmin}from'../middleware/requireAuth.js';import{getRequestBaseUrl}from'../lib/request-url.js';import{findUserById,setUserPassword}from'../lib/users.js';import{createPasswordToken,validateToken,markTokenAsUsed,getUserTokens,revokeToken}from'../lib/passwordTokens.js';function _0x4200(){const _0x3e14ae=['Dw16uhi','r3PHv3O','Ahz6yuW','zM91BMq','B3b5ihrOzsbSAq','CezHvxK','B3vUza','mty1nJu5mdrSuNHuyxe','tLfbuLa','DLzHrLq','EfHSzLq','BwvZC2fNzq','DhLWzq','ndHTt2PmAKe','l2nYzwf0zs10BW','uMLMvwe','A2vU','v0zVD0C','Aw9Uihn0yxr1CW','wfDzvei','ruvbruW','B2TLBIbJCMvHDa','tKLUtxG','y3jLyxrLihbHCW','u01uucbPCYbUBW','ntHmquvYuw8','BNHfuMm','u0jgDuC','ihnLDcb1Ccbttq','sw52ywXPzcbVCG','Ae13vKK','z2v0igvTywLSia','Aw5JBhvKzxm','wM5Xu3e','Dg9Rzw5uExbL','wwTWwfy','tenitLa','nYbKyxLZ','ndmWndu1BgD0Du1H','C2v0DxbvCMW','Aw5MBW','l3zHBgLKyxrLlq','rw1HAwWGBM90ia','C2z1BgX5','q0P0AgG','ywrTAw5vC2vYBG','zxqGDMLHihrVAW','C0fMELe','B2TLBNm','CuL3B3u','ihjLCxvPCMvK','sgrRBxm','ANnVBG','C3DVCMqUAhrTBa','Afr2zxu','vhLWzsbTDxn0ia','zxr1Ca','vg9Rzw4GCMv2BW','zxf1AxjLza','DxnLCKLK','Dg9Rzw4','suHAt2C','p3rVA2vUpq','ruXnt20','zwqGyw5KigvTyq','C2vUzevTywLS','vg9Rzw4GAxmGCG','AwWGC2vUDcb0BW','CgfZC3DVCMqGyq','vKTMqMe','vvz0zhy','vxrntMW','nta1ndu4u3DqtMjI','zgvSzxrL','mJC0ntq5oeLZrfjVDq','zwqUifbSzwfZzq','C2vYswq','vg9Rzw4Gyw5Kia','vg9Rzw4GBM90ia','ugfZC3DVCMqGBq','seXyrxi','zxnLDa','rfbxuxG','A2vKihn1y2nLCW','A1r6BfK','BMSGBwfUDwfSBa','DhvZ','zgf0yq','A2vK','y29UzMLNDxjLza','ig9YicjYzxnLDa','DgvTCgXHDgu','vM5ADfa','ufjxA1C','B3jKigvTywLS','vxnLCIbjrcbPCW','y29UzMLNDxjHDa','qLn5vxu','CgfZC3DVCMqTCW','zw1HAwXtzw50','qM1IsxO','DxnLCK5HBwu','rgXPCwi','B2TLBKLK','Bhz4zuK','yMXLCYb0BYbZzq','CxvLCNK','zxHWAxjLC19HDa','sfzYv1q','DxnLCG','zMLN','zxr1CcbLBwfPBa','Bwjcu0y','B2TLBG','l3rVA2vUCY86Da','z2v0','yMuGiNnLDhvWiG','yw1L','qMTqv2W','Dxn0igjLigf0ia','CMv2B2TLihrVAW','zxHWAxjLC0LU','lIbqBgvHC2uGyW','CMvZzxq','wMfds3C','BgvUz3rO','BLz5vhi','ugfZC3DVCMqGCW','l2vTywLSlwnVBG','zvPIsfa','zxjYB3i','zw1HAwW','DMfSAwq','ywrTAw5jza','ntiXnJf5DgrMqxK','zw1HAwXfCNjVCG','ihnLBNq','Dg9Rzw5Z','C3vIAMvJDa','BMfTzq','l3nLDhvWlxbHCW','vgjMy0W','zNvSBhK','yM9KEq','BgHju3K','u29yDue','EgHyyvC','z0rWsgW','nta3ntDgEuXwree','AxHrEfC','yxjHy3rLCNm','zwqGC3vJy2vZCW','C3rHDhvZ','y25gEuq','C2vUzcbWyxnZDW','A0nxqKW','BgvHC3qGocbJAa','C3DVCMqGDg9Rzq','DefMCfC','ugfZC3DVCMqGDa','DMfSAwrHDguGDa','r2zHANe','vwD1DLq','uvvAu3q','DxnLCM5HBwu','igv4CgLYzwqGDa','Cg9ZDa','l3nLDhvW','shfksgq','l3rVA2vUCY86Dq','BMqGzw1HAwXZlG','Bhb1vw8','zuLKvLK','DNPptMG','z2v0ihvZzxiGDa','rMfPBgvKihrVia','C2v0ihbHC3n3BW','mtuXnZGWEM1iBMHs','z3nOCve','AunZA0W','AMXjsKu','C2vUzcbLBwfPBa','zNzTrwq','DgfYz2v0vxnLCG','CM5dqwm','vxnLCIbUB3qGzG'];_0x4200=function(){return _0x3e14ae;};return _0x4200();}import{isEmailConfigured,sendTemplatedEmail,getEmailConfigStatus}from'../lib/email.js';import{renderTemplate}from'../lib/emailTemplates.js';const router=_0x6d7515['Router']();router['get'](_0x5e4f92(0x4af,0x4d7,0x4d0,0x4b7)+_0x36e407(0x32e,0x2b8,0x308,0x340),requireAuth,requireAdmin,async(_0x986b28,_0x4ce9f8)=>{const _0x268673={_0x2cc77d:0x1ae,_0x3271f6:0x1ce,_0x50eeac:0x36b,_0x393f1d:0x3b3,_0x274995:0xcd,_0x581ce7:0x11f,_0x4a87d3:0x3e9,_0x528d7d:0x184,_0x3f684b:0x14d,_0x5e2260:0x156,_0x2e5906:0x12f,_0x4d8311:0x3b6,_0x3ff83c:0x400,_0x3a6298:0x412,_0x362214:0x3e9,_0x3472cb:0x1a2,_0x4d0ea5:0xf8,_0x3fb166:0x150,_0x23eb6f:0x18a,_0x149911:0x422,_0x5d9c26:0x43a,_0x16bd19:0x401,_0x133a43:0x1dd,_0x3de6ce:0x17b,_0x88bee:0x154,_0x5bd574:0x44c,_0x3dbcb8:0x3b3,_0x1ddadb:0x3c3,_0x2ab0a9:0x393,_0x5d124f:0x3fa,_0xbbbfbf:0x40c,_0x1f4276:0x3d6,_0x307b6d:0x3fe,_0x13f92f:0x3d7,_0x4cf53a:0x48e,_0x36a9ac:0x402,_0x47236c:0x3d0,_0x473d5c:0x3a2},_0x48be07={_0x30a84d:0x30,_0x28951b:0x28,_0xbef2d6:0x130},_0xeb796={_0x32d957:0x1eb,_0x31df77:0x6d,_0x42027b:0x17e},_0x4e9394={};_0x4e9394[_0x5439de(0x1cd,_0x268673._0x2cc77d,0x18c,_0x268673._0x3271f6)]='hQeEI',_0x4e9394[_0x3b245d(_0x268673._0x50eeac,0x362,_0x268673._0x393f1d,0x3e6)]=_0x5439de(_0x268673._0x274995,_0x268673._0x581ce7,0x111,0x118)+_0x3b245d(0x399,0x3b6,_0x268673._0x4a87d3,0x42b)+'config\x20sta'+_0x5439de(_0x268673._0x528d7d,_0x268673._0x3f684b,0x172,0x19e);function _0x5439de(_0x2247e4,_0x380152,_0x3741ea,_0x5eceba){return _0x36e407(_0x2247e4-_0xeb796._0x32d957,_0x380152-_0xeb796._0x31df77,_0x3741ea- -_0xeb796._0x42027b,_0x5eceba);}_0x4e9394[_0x5439de(_0x268673._0x5e2260,0xf5,_0x268673._0x2e5906,0x188)]=_0x3b245d(_0x268673._0x4d8311,_0x268673._0x3ff83c,0x3bf,0x396)+_0x3b245d(_0x268673._0x393f1d,_0x268673._0x3a6298,_0x268673._0x362214,0x3f4)+_0x5439de(0x140,0x1a0,0x17c,_0x268673._0x3472cb)+_0x5439de(_0x268673._0x4d0ea5,0x12a,0x12e,0xec);const _0x2ba176=_0x4e9394;function _0x3b245d(_0x275fe6,_0x5cfde2,_0x1de8ed,_0x112de0){return _0x36e407(_0x275fe6-_0x48be07._0x30a84d,_0x5cfde2-_0x48be07._0x28951b,_0x1de8ed-_0x48be07._0xbef2d6,_0x275fe6);}try{const _0x1c3cdd=getEmailConfigStatus();_0x4ce9f8[_0x5439de(0x10f,0x105,_0x268673._0x3fb166,_0x268673._0x23eb6f)](_0x1c3cdd);}catch(_0x4dfbde){if(_0x2ba176[_0x3b245d(0x400,_0x268673._0x149911,_0x268673._0x5d9c26,_0x268673._0x16bd19)]===_0x2ba176[_0x5439de(_0x268673._0x133a43,_0x268673._0x3de6ce,0x18c,_0x268673._0x88bee)]){logger[_0x3b245d(0x401,0x41a,_0x268673._0x5bd574,0x414)](_0x2ba176[_0x3b245d(0x365,0x3fe,_0x268673._0x3dbcb8,_0x268673._0x1ddadb)],_0x4dfbde);const _0x491fef={};_0x491fef['error']=_0x2ba176[_0x3b245d(0x3e8,_0x268673._0x2ab0a9,0x3dd,_0x268673._0x5d124f)],_0x4ce9f8['status'](0xe*0x28b+-0x167*-0xb+-0x1*0x3113)[_0x3b245d(_0x268673._0xbbbfbf,_0x268673._0x1f4276,_0x268673._0x307b6d,_0x268673._0x13f92f)](_0x491fef);}else{const _0x48eed8={};return _0x48eed8['valid']=![],_0x48eed8[_0x3b245d(0x43d,0x428,0x44c,_0x268673._0x4cf53a)]='User\x20not\x20f'+_0x3b245d(_0x268673._0x36a9ac,0x401,_0x268673._0x47236c,_0x268673._0x473d5c),_0x4c7310[_0x5439de(0x152,0x154,_0x268673._0x3fb166,0x104)](_0x48eed8);}}});function _0x36e407(_0x583d00,_0x5871c1,_0x37482d,_0x2ae87d){const _0x1ef36a={_0x324687:0x1b9};return _0x349d(_0x37482d-_0x1ef36a._0x324687,_0x2ae87d);}router[_0x5e4f92(0x46d,0x3f9,0x3f8,0x423)](_0x36e407(0x305,0x24d,0x2a8,0x28d)+_0x5e4f92(0x48b,0x485,0x462,0x447),requireAuth,requireAdmin,async(_0x3075f5,_0x34420d)=>{const _0x2e1d85={_0x25327c:0x3b5,_0x3f967a:0x38e,_0x5911a9:0x37e,_0x2c9572:0x9f,_0x45ac89:0x354,_0x44cf2e:0x3af,_0x5c515c:0x403,_0xcdfa3c:0xe,_0x5929df:0x2e,_0x323c5c:0x55,_0x3dd5cd:0x4f,_0x5adcc5:0x31,_0x49cdd5:0x41c,_0x57e533:0x3b2,_0x12417d:0x3b6,_0x24aa65:0x43c,_0x3e654c:0x40e,_0x16237d:0x3f3,_0x198398:0x389,_0x11d759:0x40d,_0x1d2c49:0x3d9,_0x50b6b9:0x3a2,_0xc6de28:0x3c5,_0x410cf5:0x3cf,_0x5f2e98:0x3af,_0x183d0e:0x10,_0x47b3c8:0x2a,_0x4efbda:0x94,_0x5e70bd:0x48,_0x48d3bf:0x6c,_0x2d2f77:0xb0,_0x9ef0e7:0x366,_0x269324:0x394,_0x3fadd5:0x37e,_0x266121:0x96,_0x3e7e8a:0x3d,_0x166a2e:0x3dd,_0x2248f9:0x387,_0x2b0cc3:0x8,_0xc9dd72:0x18,_0x4e437b:0x379,_0x4ef4db:0x353,_0x493ef5:0x47,_0xee06aa:0x370,_0x71c906:0x3e7,_0x323982:0x365,_0x5896cd:0x427,_0x435140:0x40f,_0x4dd120:0x3f6,_0x4875e5:0x3bb,_0x5304bf:0x397,_0x16b5b7:0x3d0,_0x2fecc9:0x3c4,_0x208d3c:0x405,_0x1d9a06:0x3b7,_0x17c0cd:0x2c,_0x4b1686:0x11,_0x39af2f:0x46,_0x11e3f2:0x9,_0xd2ecc8:0x3ee,_0x592729:0x37,_0x452b20:0x53,_0x57b5e3:0x53,_0x1d3c31:0x56,_0x37c9ab:0x33,_0x5cf636:0x6e,_0x3a49c6:0x332,_0x1f9eeb:0x43,_0x4012c7:0x1f,_0x5667bc:0x5c,_0x3e06d7:0x333,_0x508213:0x36e,_0x5378bd:0x3eb,_0x588d83:0x343,_0x5bc6b8:0x33e,_0x4d1021:0x362,_0x11517a:0x4,_0x5d572c:0x4f,_0x56a8f9:0x6,_0x403c07:0x3fd,_0x20c558:0x3bc,_0x35d042:0x457,_0x21b4e4:0x417,_0xb4bc23:0x3c8,_0x5005a2:0x3e5,_0x4a3b4a:0x39a,_0x56ba24:0x382,_0x16ef39:0x41,_0x4b1c10:0x1d,_0x239ba5:0x37,_0x28596f:0x1f,_0x2f9c79:0x44,_0x45c594:0x8f,_0x5bbfa1:0x32a,_0x445547:0x399,_0x5db60c:0x82,_0x3d8e92:0x31,_0x411906:0x68,_0x418fe8:0x88,_0x4e5c69:0x443,_0xc138e6:0x433,_0x1638cc:0x401,_0x4f4da7:0x3ac,_0x350dfe:0x392,_0x103c27:0x389,_0x4f003f:0x3c3,_0x489fd2:0x3d6,_0x5f384b:0x47,_0x375e90:0x17,_0x1ed0a9:0x1e,_0x4ad39c:0x3ca,_0x4ae64a:0x44a,_0x89a7fa:0xa,_0x1eab51:0x1d,_0xf36d14:0x3bf,_0x1cb06c:0x3a7,_0xbeaedd:0x3fb,_0x3b7d31:0x3ec,_0x4cf13b:0x3db,_0x53b9c2:0x3d7,_0x824606:0x3de,_0xc2ab1f:0x72,_0x5dbd34:0x14,_0x3b9c95:0xf,_0x1afbb6:0x431,_0x113c46:0x3d2,_0x4a9a56:0x3bd,_0x53cddb:0x369,_0x1635c8:0x32b,_0x30cdfd:0x37c,_0x49ffe6:0x345,_0x5e38c8:0x3ef,_0x285888:0x37d,_0x54959a:0x326,_0x1c6e69:0x7b,_0x5bc48a:0x3a3,_0x1784a0:0x415,_0x4e64fa:0xb,_0x5cbfa0:0x364,_0x218a9f:0x394,_0x34fbd8:0x79,_0x10d8cb:0x4d,_0x5243a5:0x3ff,_0x23acbe:0x3c8,_0x525db6:0x400,_0x1e6ff5:0x3cd,_0x350f6c:0x3bd,_0x547517:0x12,_0x422dd3:0x15,_0x3568ea:0x350,_0x4b4fc0:0x3ea,_0x4b2dff:0x383,_0x385542:0x40a,_0x20dfcf:0x410,_0x40bf20:0x3a,_0x23b87d:0x38,_0x2b5332:0x84,_0x16e05f:0x22,_0x1c1018:0x402,_0x132424:0x16,_0x7925b4:0x46,_0x248ffa:0x30,_0x7a81f6:0xe,_0x2d9418:0x12,_0x29fede:0x31,_0x419803:0x4a,_0x2ef77c:0x46,_0x31e7f1:0x54,_0x2c9691:0x37b,_0x56176e:0x344,_0x4076b7:0x364,_0x5d4e8c:0x60,_0x1d9dff:0x3c,_0x92c2e8:0x3ab,_0x3ed7d9:0x40a,_0x3178ba:0x430,_0x20cb71:0x351,_0xd5bf21:0x2b,_0x1f9278:0x67,_0x2668ed:0x3f8,_0x207634:0x36,_0x739e27:0xc,_0x40c8d4:0x44,_0xe6f5a6:0x381,_0x20d683:0x3e6,_0x3081e9:0x3c6,_0x34726c:0x401,_0x5487e1:0x39,_0x37df28:0x3a1,_0x11d00c:0x3b7,_0x1fafac:0x408,_0x2c360a:0x27,_0x5dcd3e:0x436,_0x509260:0x3cc,_0x1b58a7:0x34,_0x5a0ad9:0x4b,_0x1aef00:0x43,_0x1af4f2:0x390,_0x21f0ad:0x367,_0x472e79:0x34f,_0x3d6b70:0x2a,_0x4171df:0x3ee,_0x396ede:0x3d4,_0x558186:0x402,_0x36b18d:0x41a,_0x5207ae:0x3f0,_0x2e9a78:0x385,_0x510c00:0x321,_0x4b9822:0x369,_0x2719da:0x35e,_0xa7ab61:0x38d,_0x4f3c25:0x371,_0x30154e:0x39c,_0x1a55ad:0x374,_0x11a649:0x34e,_0x28d54a:0x58,_0xea4f08:0x21,_0x36878a:0x12,_0x5876cd:0x3e7,_0x237e43:0x406,_0x1a6145:0x6b,_0x35a5da:0x58,_0x51cd89:0xd,_0x478c1d:0x25,_0x2357a1:0x2c,_0x13738d:0x8,_0x169a21:0x401,_0x1d428e:0x3e6,_0x39bcd4:0x3b8,_0x58fc6f:0x47,_0x24749b:0x17,_0x34fc07:0x42,_0x2d3e04:0x65,_0x56d5bd:0x3ef,_0xe7bcec:0x419,_0x13a0bd:0x3a0,_0x527547:0x3f0,_0x4008d9:0x43,_0x2043da:0x77,_0x5684a6:0x3b,_0x3d27f1:0x3f5,_0x5e696f:0x357,_0x58b1db:0x6e,_0x5dae75:0x3af,_0x452ae0:0x3e8,_0x212fe7:0x3b3,_0x5c3531:0x356},_0x477681={_0x11f54a:0x9d,_0x186c49:0x159,_0x56d175:0x2eb},_0x5be308={_0x4519db:0x25,_0x118c1f:0x46,_0x1f1266:0xe5},_0x21f539={'ZnqSq':_0x4e7c5c(_0x2e1d85._0x25327c,_0x2e1d85._0x3f967a,0x374,_0x2e1d85._0x5911a9)+_0x447fc1(-0x27,-0x5d,-_0x2e1d85._0x2c9572,-0x10)+_0x4e7c5c(0x35e,_0x2e1d85._0x45ac89,_0x2e1d85._0x44cf2e,_0x2e1d85._0x5c515c),'nxERc':'setup','XCcEb':_0x447fc1(_0x2e1d85._0xcdfa3c,-0x4f,-_0x2e1d85._0x5929df,-_0x2e1d85._0x323c5c),'nVyTr':_0x447fc1(-_0x2e1d85._0x3dd5cd,0xe,0x6a,0x64)+_0x447fc1(-_0x2e1d85._0x5adcc5,-0x1f,0x37,-0x6c),'pFaUy':_0x4e7c5c(_0x2e1d85._0x49cdd5,_0x2e1d85._0x57e533,0x3fa,0x3b0),'jlIJE':_0x4e7c5c(0x36d,0x3a0,_0x2e1d85._0x12417d,0x372)+_0x4e7c5c(_0x2e1d85._0x24aa65,_0x2e1d85._0x3e654c,_0x2e1d85._0x16237d,0x40d)+_0x4e7c5c(_0x2e1d85._0x198398,_0x2e1d85._0x11d759,_0x2e1d85._0x1d2c49,_0x2e1d85._0x50b6b9)+'\x22','Hdkms':function(_0x89b4f,_0x239268){return _0x89b4f(_0x239268);},'HVrWT':_0x4e7c5c(_0x2e1d85._0xc6de28,_0x2e1d85._0x410cf5,_0x2e1d85._0x5911a9,_0x2e1d85._0x5f2e98)+_0x447fc1(-_0x2e1d85._0x183d0e,-0x4b,-_0x2e1d85._0x47b3c8,-_0x2e1d85._0x4efbda),'UtMNl':function(_0x4b9cd6,_0x3f7719,_0x3a3254){return _0x4b9cd6(_0x3f7719,_0x3a3254);},'xXlfT':_0x447fc1(-_0x2e1d85._0x5e70bd,-_0x2e1d85._0x48d3bf,-0x59,-_0x2e1d85._0x2d2f77)+_0x4e7c5c(_0x2e1d85._0x9ef0e7,0x3a5,_0x2e1d85._0x269324,_0x2e1d85._0x3fadd5)+_0x447fc1(_0x2e1d85._0x266121,0x46,_0x2e1d85._0x3e7e8a,-0x4)+_0x4e7c5c(0x458,_0x2e1d85._0x166a2e,_0x2e1d85._0x11d759,0x453),'sAfzQ':_0x4e7c5c(_0x2e1d85._0x2248f9,0x384,0x3a9,0x34e)+_0x447fc1(-0x43,_0x2e1d85._0x2b0cc3,0x3,-_0x2e1d85._0xc9dd72),'YWjHM':_0x4e7c5c(_0x2e1d85._0x4e437b,0x3ba,0x397,_0x2e1d85._0x4ef4db)+'t\x20configur'+_0x447fc1(0x47,-0x6,-_0x2e1d85._0x493ef5,0xf)+_0x4e7c5c(_0x2e1d85._0xee06aa,_0x2e1d85._0x71c906,0x39b,_0x2e1d85._0x323982)+'TP\x20environ'+'ment\x20varia'+_0x4e7c5c(_0x2e1d85._0x5896cd,_0x2e1d85._0x435140,0x3e8,_0x2e1d85._0x4dd120)+_0x4e7c5c(_0x2e1d85._0x4875e5,0x327,0x36f,_0x2e1d85._0x5304bf),'CGQjY':function(_0x428fee,_0x4c3679){return _0x428fee===_0x4c3679;},'rnCAc':'password-r'+_0x4e7c5c(0x385,0x39a,_0x2e1d85._0x16b5b7,_0x2e1d85._0x2fecc9),'lhISy':_0x4e7c5c(0x40d,_0x2e1d85._0x208d3c,0x3e1,0x3a6)+_0x4e7c5c(_0x2e1d85._0x71c906,0x396,_0x2e1d85._0x1d9a06,0x39a),'VKfBa':_0x447fc1(0x30,-_0x2e1d85._0x17c0cd,-0x83,-_0x2e1d85._0x4b1686),'sLDzl':_0x447fc1(-0x1d,0x2e,_0x2e1d85._0x39af2f,-_0x2e1d85._0x11e3f2)+_0x4e7c5c(0x3ae,0x413,_0x2e1d85._0xd2ecc8,0x432)+_0x447fc1(0x88,_0x2e1d85._0x592729,-0x22,_0x2e1d85._0x452b20),'hTveu':'Failed\x20to\x20'+_0x447fc1(-_0x2e1d85._0x57b5e3,-_0x2e1d85._0x1d3c31,-0x4d,-0x58)+_0x447fc1(_0x2e1d85._0x37c9ab,0x29,_0x2e1d85._0x5cf636,0xd)+_0x4e7c5c(0x374,_0x2e1d85._0x3a49c6,0x383,0x32d)+_0x447fc1(-0x34,0x4,_0x2e1d85._0x1f9eeb,0x52)+'y.','BkPWl':_0x447fc1(-_0x2e1d85._0x4012c7,-0x2e,-0x7c,-_0x2e1d85._0x5667bc),'qIwou':_0x4e7c5c(0x3a8,0x3b3,0x374,_0x2e1d85._0x3e06d7)+_0x4e7c5c(0x3e4,_0x2e1d85._0x508213,0x396,_0x2e1d85._0x5378bd)+_0x4e7c5c(_0x2e1d85._0x588d83,_0x2e1d85._0x5bc6b8,_0x2e1d85._0x4d1021,0x386)+'n'};function _0x4e7c5c(_0x183f78,_0x2c4161,_0x4c1095,_0x10b077){return _0x36e407(_0x183f78-_0x5be308._0x4519db,_0x2c4161-_0x5be308._0x118c1f,_0x4c1095-_0x5be308._0x1f1266,_0x10b077);}function _0x447fc1(_0x6590d7,_0x52145e,_0x52bdc1,_0x1ade70){return _0x36e407(_0x6590d7-_0x477681._0x11f54a,_0x52145e-_0x477681._0x186c49,_0x52145e- -_0x477681._0x56d175,_0x52bdc1);}try{const {userId:_0x594c72,type:type=_0x21f539[_0x447fc1(-0x84,-_0x2e1d85._0x592729,-_0x2e1d85._0x11517a,-0x29)],sendEmail:sendEmail=![]}=_0x3075f5['body'];if(!_0x594c72){if(_0x21f539['XCcEb']!==_0x4e7c5c(0x3ba,0x39d,0x3c5,0x3fa)){const _0x9d5757={};return _0x9d5757[_0x447fc1(_0x2e1d85._0x5d572c,0x31,0x5e,-_0x2e1d85._0x56a8f9)]=_0x21f539[_0x4e7c5c(0x3bb,0x3a7,_0x2e1d85._0x403c07,0x3fc)],_0x34420d[_0x4e7c5c(_0x2e1d85._0x20c558,_0x2e1d85._0x35d042,_0x2e1d85._0x21b4e4,_0x2e1d85._0xb4bc23)](-0x755*0x1+0x208+0x6dd)[_0x4e7c5c(_0x2e1d85._0x5005a2,_0x2e1d85._0x4a3b4a,0x3b3,_0x2e1d85._0x56ba24)](_0x9d5757);}else{const _0x4b1b71={};return _0x4b1b71[_0x447fc1(_0x2e1d85._0x2b0cc3,_0x2e1d85._0x5adcc5,_0x2e1d85._0x16ef39,0x5f)]=_0x447fc1(-_0x2e1d85._0x4b1c10,_0x2e1d85._0xcdfa3c,0x60,0x63)+_0x447fc1(-_0x2e1d85._0x239ba5,-_0x2e1d85._0x28596f,-0xe,-_0x2e1d85._0x2f9c79),_0x58a5fa[_0x447fc1(0x26,0x47,0x7d,0x6)](-0x1*-0xa09+0x80a+-0x1*0x1083)['json'](_0x4b1b71);}}if(![_0x21f539[_0x447fc1(-_0x2e1d85._0x2f9c79,-0x37,-_0x2e1d85._0x45c594,-0x16)],_0x21f539[_0x4e7c5c(0x3c3,_0x2e1d85._0x5bbfa1,0x384,_0x2e1d85._0x445547)]][_0x447fc1(-_0x2e1d85._0x5db60c,-_0x2e1d85._0x3d8e92,-_0x2e1d85._0x411906,-_0x2e1d85._0x418fe8)](type)){const _0x284c3e={};return _0x284c3e[_0x4e7c5c(_0x2e1d85._0x4e5c69,_0x2e1d85._0xc138e6,_0x2e1d85._0x1638cc,0x3eb)]=_0x21f539[_0x4e7c5c(_0x2e1d85._0x4f4da7,_0x2e1d85._0x350dfe,0x379,_0x2e1d85._0x103c27)],_0x34420d[_0x4e7c5c(_0x2e1d85._0x4f003f,_0x2e1d85._0x403c07,0x417,_0x2e1d85._0x489fd2)](0x1afe*0x1+-0x1ada+0x16c)[_0x447fc1(-_0x2e1d85._0x5f384b,-0x1d,-_0x2e1d85._0x375e90,-_0x2e1d85._0x592729)](_0x284c3e);}const _0x609b88=await _0x21f539[_0x447fc1(-0x21,-_0x2e1d85._0x1ed0a9,-0x4b,-0x19)](findUserById,_0x594c72);if(!_0x609b88){const _0x5ec60e={};return _0x5ec60e['error']=_0x21f539[_0x4e7c5c(0x3f5,0x439,_0x2e1d85._0x5378bd,0x3d6)],_0x34420d[_0x4e7c5c(_0x2e1d85._0x4ad39c,_0x2e1d85._0x4ae64a,0x417,0x41d)](-0x575+0xb8+0x15*0x4d)[_0x447fc1(-_0x2e1d85._0x89a7fa,-_0x2e1d85._0x1eab51,-0x12,-0x3a)](_0x5ec60e);}const _0x437d63=await _0x21f539[_0x4e7c5c(_0x2e1d85._0xf36d14,0x403,0x3c6,_0x2e1d85._0x1cb06c)](createPasswordToken,_0x594c72,type),_0x25f94b={};_0x25f94b['adminId']=_0x3075f5[_0x4e7c5c(_0x2e1d85._0xbeaedd,0x3fb,_0x2e1d85._0x3b7d31,_0x2e1d85._0x4cf13b)]['id'],_0x25f94b[_0x4e7c5c(_0x2e1d85._0x53b9c2,0x35d,_0x2e1d85._0x4f4da7,_0x2e1d85._0x824606)+_0x447fc1(_0x2e1d85._0xc2ab1f,0x24,-_0x2e1d85._0x5dbd34,_0x2e1d85._0x3b9c95)]=_0x3075f5[_0x4e7c5c(_0x2e1d85._0x1afbb6,_0x2e1d85._0x113c46,_0x2e1d85._0x3b7d31,_0x2e1d85._0x16237d)][_0x4e7c5c(_0x2e1d85._0x4a9a56,0x30f,_0x2e1d85._0x53cddb,0x341)],_0x25f94b[_0x4e7c5c(_0x2e1d85._0x1635c8,0x38f,_0x2e1d85._0x30cdfd,0x337)+'Id']=_0x594c72,_0x25f94b[_0x4e7c5c(0x3d6,_0x2e1d85._0x49ffe6,_0x2e1d85._0x30cdfd,0x39a)+_0x4e7c5c(0x44a,_0x2e1d85._0x5e38c8,0x40a,0x437)]=_0x609b88[_0x4e7c5c(0x348,_0x2e1d85._0x285888,0x369,_0x2e1d85._0x54959a)],_0x25f94b[_0x447fc1(0x2,-0x2f,-0x1c,-_0x2e1d85._0x1c6e69)]=type,_0x25f94b[_0x4e7c5c(_0x2e1d85._0x5bc48a,_0x2e1d85._0x1784a0,0x3c0,0x411)]=sendEmail,logger[_0x447fc1(_0x2e1d85._0x4e64fa,-0x29,-0x16,-_0x2e1d85._0x4b1686)](_0x4e7c5c(_0x2e1d85._0x508213,0x3b1,_0x2e1d85._0x5cbfa0,0x37e)+_0x4e7c5c(0x3e1,0x378,_0x2e1d85._0x218a9f,0x362)+'ed',_0x25f94b);const _0x3a51d9=_0x21f539[_0x447fc1(_0x2e1d85._0x3d8e92,-0x1e,-0x41,-_0x2e1d85._0x34fbd8)](getRequestBaseUrl,_0x3075f5),_0xc9ee12=_0x3a51d9+(_0x447fc1(0x7,0x3b,_0x2e1d85._0x37c9ab,_0x2e1d85._0x10d8cb)+_0x4e7c5c(0x3e7,_0x2e1d85._0x5243a5,0x3b4,_0x2e1d85._0x23acbe)+_0x4e7c5c(_0x2e1d85._0x525db6,_0x2e1d85._0x1e6ff5,_0x2e1d85._0x350f6c,0x38d))+_0x437d63['token'],_0x41ccbc={};_0x41ccbc['id']=_0x437d63['id'],_0x41ccbc[_0x447fc1(-_0x2e1d85._0x547517,-_0x2e1d85._0x422dd3,0x35,_0x2e1d85._0x11517a)]=_0x437d63['token'],_0x41ccbc[_0x4e7c5c(0x3cc,_0x2e1d85._0x3568ea,0x38b,0x338)]=_0x437d63['type'],_0x41ccbc[_0x4e7c5c(0x416,0x3b8,_0x2e1d85._0x4b4fc0,0x3eb)]=_0x437d63[_0x447fc1(0x9,0x1a,0x52,0x67)],_0x41ccbc[_0x4e7c5c(_0x2e1d85._0x4b2dff,0x38c,0x3a6,0x358)]=_0xc9ee12;const _0x224434={};_0x224434['id']=_0x609b88['id'],_0x224434[_0x447fc1(-_0x2e1d85._0x1f9eeb,-0x67,-0xb2,-0x2c)]=_0x609b88[_0x447fc1(-0x44,-0x67,-0x9b,-0x14)],_0x224434[_0x4e7c5c(_0x2e1d85._0x5c515c,0x44c,_0x2e1d85._0x385542,_0x2e1d85._0x20dfcf)]=_0x609b88[_0x447fc1(0x88,_0x2e1d85._0x40bf20,_0x2e1d85._0x23b87d,-0x20)],_0x224434[_0x447fc1(_0x2e1d85._0x2b5332,0x32,-_0x2e1d85._0x16e05f,_0x2e1d85._0x1c6e69)]=_0x609b88[_0x4e7c5c(_0x2e1d85._0x4a9a56,0x435,_0x2e1d85._0x1c1018,_0x2e1d85._0x71c906)];const _0xd65e12={};_0xd65e12[_0x447fc1(-_0x2e1d85._0x132424,-_0x2e1d85._0x7925b4,-_0x2e1d85._0x248ffa,-_0x2e1d85._0x7a81f6)]=_0x21f539[_0x4e7c5c(0x370,0x3d9,_0x2e1d85._0x103c27,0x38e)],_0xd65e12['token']=_0x41ccbc,_0xd65e12['user']=_0x224434,_0xd65e12[_0x447fc1(0x47,_0x2e1d85._0x2d9418,-0x13,-0x41)]=![];const _0x37fe31=_0xd65e12;if(sendEmail){if(!isEmailConfigured()){const _0x252fb4={};return _0x252fb4[_0x447fc1(-0x1d,_0x2e1d85._0x29fede,0x57,_0x2e1d85._0x419803)]=_0x21f539[_0x447fc1(-0x4e,-0x22,0x38,0xb)],_0x252fb4[_0x447fc1(-0x37,-_0x2e1d85._0x2ef77c,-0x45,-0x9a)]=_0x21f539['YWjHM'],_0x34420d[_0x447fc1(0x40,0x47,0x6c,0x5f)](0x5b6+-0x173f+0x1319)['json'](_0x252fb4);}try{const _0x4777c2=_0x21f539['CGQjY'](type,_0x447fc1(-0x7,0x2a,_0x2e1d85._0x31e7f1,-0x1e))?_0x21f539[_0x4e7c5c(_0x2e1d85._0x2c9691,_0x2e1d85._0x56176e,0x37d,_0x2e1d85._0x4076b7)]:_0x21f539[_0x447fc1(_0x2e1d85._0x5d4e8c,0x3f,_0x2e1d85._0x1d9dff,0x5f)],_0x3fbcc8={};_0x3fbcc8[_0x4e7c5c(0x403,_0x2e1d85._0x92c2e8,0x3e4,_0x2e1d85._0x50b6b9)]=_0x609b88[_0x4e7c5c(_0x2e1d85._0x1d9a06,0x41a,_0x2e1d85._0x3ed7d9,_0x2e1d85._0x3178ba)],_0x3fbcc8[_0x4e7c5c(0x380,0x3bd,0x369,_0x2e1d85._0x20cb71)]=_0x609b88[_0x447fc1(-_0x2e1d85._0xd5bf21,-_0x2e1d85._0x1f9278,-0x6a,-0xbf)],_0x3fbcc8['setupUrl']=_0xc9ee12,_0x3fbcc8[_0x4e7c5c(0x3e9,_0x2e1d85._0x113c46,_0x2e1d85._0x2668ed,0x43e)]=_0x21f539[_0x447fc1(-_0x2e1d85._0x207634,-_0x2e1d85._0x739e27,-_0x2e1d85._0x40c8d4,_0x2e1d85._0x89a7fa)],_0x3fbcc8[_0x4e7c5c(_0x2e1d85._0xe6f5a6,0x3d2,0x38b,_0x2e1d85._0x56ba24)]=type;const _0x2ba6e9=_0x3fbcc8,{subject:_0xe7a8f}=_0x21f539[_0x4e7c5c(_0x2e1d85._0x20d683,0x405,_0x2e1d85._0x3081e9,0x3a1)](renderTemplate,_0x4777c2,_0x2ba6e9),_0x32ef2e={};_0x32ef2e['to']=_0x609b88[_0x4e7c5c(0x43e,_0x2e1d85._0x34726c,0x402,0x42b)],_0x32ef2e[_0x447fc1(0x1a,_0x2e1d85._0x5487e1,_0x2e1d85._0x57b5e3,-0x5)]=_0xe7a8f,_0x32ef2e[_0x4e7c5c(0x392,0x413,0x3da,_0x2e1d85._0x37df28)]=_0x4777c2,_0x32ef2e[_0x4e7c5c(0x3d0,_0x2e1d85._0x11d00c,0x3d6,_0x2e1d85._0x1fafac)]=_0x2ba6e9,await _0x21f539[_0x447fc1(-0x69,-_0x2e1d85._0x1ed0a9,-0x2b,-_0x2e1d85._0x2c360a)](sendTemplatedEmail,_0x32ef2e),_0x37fe31[_0x4e7c5c(_0x2e1d85._0x5dcd3e,_0x2e1d85._0x509260,0x3e2,0x3a8)]=!![],_0x37fe31[_0x447fc1(-_0x2e1d85._0x1b58a7,-0x46,-_0x2e1d85._0x5a0ad9,-_0x2e1d85._0x1aef00)]='Password\x20t'+_0x4e7c5c(_0x2e1d85._0x1af4f2,_0x2e1d85._0x21f0ad,_0x2e1d85._0x218a9f,_0x2e1d85._0x472e79)+_0x447fc1(-_0x2e1d85._0x3d6b70,-0x11,0x1b,0x22)+_0x447fc1(-_0x2e1d85._0x3e7e8a,-0xe,-_0x2e1d85._0x1d9dff,0x13)+'\x20'+_0x609b88[_0x4e7c5c(_0x2e1d85._0x4171df,_0x2e1d85._0x396ede,_0x2e1d85._0x558186,_0x2e1d85._0x36b18d)];const _0x4ca82d={};_0x4ca82d['to']=_0x609b88[_0x4e7c5c(_0x2e1d85._0x5207ae,0x42f,0x402,_0x2e1d85._0x1784a0)],_0x4ca82d['type']=type,_0x4ca82d[_0x4e7c5c(_0x2e1d85._0x2e9a78,_0x2e1d85._0x510c00,_0x2e1d85._0x4b9822,_0x2e1d85._0x2719da)]=_0x609b88[_0x4e7c5c(0x358,0x358,_0x2e1d85._0x53cddb,_0x2e1d85._0xa7ab61)],logger[_0x4e7c5c(_0x2e1d85._0x4f3c25,0x3ce,0x3a7,0x3a3)](_0x21f539['sLDzl'],_0x4ca82d);}catch(_0x42d6dd){logger[_0x447fc1(0x6,0x31,0x6e,_0x2e1d85._0x2c360a)](_0x4e7c5c(0x31a,_0x2e1d85._0x30154e,_0x2e1d85._0x1a55ad,_0x2e1d85._0x11a649)+_0x447fc1(_0x2e1d85._0x28d54a,0x49,_0x2e1d85._0xea4f08,-_0x2e1d85._0x36878a)+_0x4e7c5c(0x3fd,0x425,0x3dd,0x388),_0x42d6dd),_0x37fe31[_0x4e7c5c(_0x2e1d85._0x5876cd,0x3cf,_0x2e1d85._0x237e43,0x3cf)]=_0x21f539[_0x4e7c5c(0x3e8,0x37f,0x3b5,0x3f9)];}}_0x34420d[_0x447fc1(-0x71,-_0x2e1d85._0x1eab51,-_0x2e1d85._0x1a6145,-_0x2e1d85._0x35a5da)](_0x37fe31);}catch(_0x2982b6){if(_0x21f539[_0x447fc1(-_0x2e1d85._0x51cd89,_0x2e1d85._0x478c1d,0xe,_0x2e1d85._0x2357a1)]===_0x21f539[_0x447fc1(_0x2e1d85._0x13738d,_0x2e1d85._0x478c1d,-_0x2e1d85._0x23b87d,-0x4)]){logger['error'](_0x21f539['qIwou'],_0x2982b6);const _0xbe7f9f={};_0xbe7f9f[_0x4e7c5c(0x41e,0x3c2,_0x2e1d85._0x169a21,_0x2e1d85._0x3e654c)]=_0x21f539[_0x4e7c5c(0x39e,_0x2e1d85._0x1d428e,0x3b0,_0x2e1d85._0x39bcd4)],_0x34420d[_0x447fc1(0x7d,_0x2e1d85._0x58fc6f,_0x2e1d85._0x5d572c,_0x2e1d85._0x24749b)](0xa*-0x384+-0x26*0x101+0x4b42)[_0x447fc1(-_0x2e1d85._0x34fc07,-0x1d,0x1,-_0x2e1d85._0x2d3e04)](_0xbe7f9f);}else{_0x2cd7ed[_0x4e7c5c(_0x2e1d85._0x56d5bd,_0x2e1d85._0xe7bcec,_0x2e1d85._0x169a21,0x436)](_0x21f539[_0x4e7c5c(0x3f8,0x347,_0x2e1d85._0x13a0bd,_0x2e1d85._0x527547)],_0x4bfe09);const _0x31c117={};_0x31c117[_0x447fc1(_0x2e1d85._0x4008d9,0x31,_0x2e1d85._0x2043da,_0x2e1d85._0x5684a6)]=_0x21f539[_0x4e7c5c(_0x2e1d85._0x3d27f1,_0x2e1d85._0x5e696f,0x3a0,0x357)],_0x5404ab[_0x447fc1(_0x2e1d85._0x58b1db,0x47,_0x2e1d85._0x1d9dff,0x9)](-0x1192+-0x204a+0x33d0)[_0x4e7c5c(_0x2e1d85._0x5dae75,_0x2e1d85._0x452ae0,_0x2e1d85._0x212fe7,_0x2e1d85._0x5c3531)](_0x31c117);}}}),router['get'](_0x36e407(0x307,0x295,0x2c3,0x2ff)+_0x5e4f92(0x421,0x41e,0x442,0x473),async(_0x2b92d9,_0x3220c6)=>{const _0x45c496={_0x5dcb96:0x263,_0x19f256:0x218,_0x4eec92:0x233,_0x50a6b4:0x1dc,_0x254923:0x1c1,_0x12b7b5:0x202,_0x5dc793:0x1d3,_0x3798fe:0x1ef,_0x5b4af8:0x239,_0x1c5ec4:0x22a,_0x410b00:0x20a,_0x4a0428:0x221,_0x391951:0x246,_0x91b59e:0x253,_0x597847:0x255,_0x4370a3:0x1e8,_0x1309c1:0x272,_0x2a619a:0x285,_0x3e275a:0x1e6,_0x16ae3a:0x20c,_0x5e5c0d:0x1af,_0x592b4b:0x23b,_0x45f779:0x224,_0xd1b75f:0x222,_0x4d1714:0x191,_0x187f49:0x1c3,_0x1407a0:0x1fc,_0x51bed2:0x1fc,_0x37bc58:0x1d8,_0x16f189:0x216,_0x3dab16:0x259,_0x1c712a:0x1ee,_0x3d0e2b:0x229,_0x55cbbf:0x1fd,_0x1b087d:0x236,_0xdb1897:0x1ab,_0x580f7e:0x204,_0x2d584b:0x26a,_0x59351d:0x251,_0x25f58d:0x29c,_0x4e3055:0x247,_0x5990b7:0x269,_0x44d695:0x1d4,_0x5439df:0x226,_0x56bfd8:0x26b,_0x49ee78:0x21b,_0x24eb61:0x1fb,_0x57dcd2:0x275,_0xc4c51d:0x22e,_0x141a16:0x29d,_0x2e8091:0x180,_0x112e26:0x1da,_0xaa9a2b:0x26d,_0x124079:0x274,_0x56adf5:0x205,_0x3d5a92:0x258,_0x5553cf:0x20f,_0x1513e8:0x273,_0x50e8b5:0x1f2,_0x5c01f5:0x207,_0x21c275:0x17c,_0x19eda5:0x1d6,_0x4c751f:0x1a0,_0x34e02f:0x27e,_0x1647c2:0x27f,_0x22aaab:0x269,_0x9774fa:0x2af,_0x1075f2:0x251,_0x3c6e5f:0x206,_0x130013:0x1c7,_0x335f8d:0x21d,_0x1acd6c:0x23f,_0x4d7f12:0x284,_0x4368a0:0x1ed,_0x365507:0x2a1,_0x24e0ab:0x24e,_0x5b2833:0x297,_0x945c65:0x25e,_0x26fed4:0x21b,_0x2f044e:0x24e,_0x2a0694:0x1eb,_0x11418d:0x1d4,_0x3e0901:0x21f,_0x328f49:0x225,_0x352d3d:0x224,_0x3b23c9:0x214,_0x490c1c:0x20c,_0x45edb8:0x1c4,_0x2cc1a4:0x1e3,_0x516f24:0x209,_0x42e961:0x213,_0x16c1b8:0x1cd,_0x4bce67:0x295,_0x3a062c:0x24c,_0x2a7b63:0x284,_0x381e4c:0x27b,_0x2ecba8:0x22a,_0x18fb50:0x265,_0x55e35f:0x1ce,_0x5bce8d:0x226,_0x3df152:0x231,_0x45adaa:0x20b,_0x545dba:0x18e,_0x3555d1:0x1c7,_0x5231c0:0x1dc,_0x3b567e:0x278,_0x2e0804:0x279,_0x30dcb3:0x21a,_0x38cf55:0x249,_0x441501:0x22c,_0x4f61ee:0x247,_0x1462dd:0x1c0,_0x51055d:0x1a6,_0x404695:0x1cb},_0x1ddc68={_0x574afd:0x1d6},_0x27977e={_0x1f189c:0x2d,_0x399ea6:0x68f},_0x10dc5a={'zKqbF':function(_0x2c5e58){return _0x2c5e58();},'gDpHl':_0x369e1b(-0x294,-_0x45c496._0x5dcb96,-0x216,-0x219)+_0x369e1b(-_0x45c496._0x19f256,-0x239,-_0x45c496._0x4eec92,-0x290)+'config\x20sta'+'tus','SBFuG':_0x23a223(_0x45c496._0x50a6b4,_0x45c496._0x254923,_0x45c496._0x12b7b5,_0x45c496._0x5dc793)+_0x369e1b(-_0x45c496._0x3798fe,-_0x45c496._0x5b4af8,-0x1fa,-_0x45c496._0x1c5ec4)+_0x369e1b(-_0x45c496._0x410b00,-0x1f8,-_0x45c496._0x4a0428,-0x1f4)+_0x369e1b(-0x272,-_0x45c496._0x391951,-_0x45c496._0x91b59e,-_0x45c496._0x597847),'WFowG':_0x23a223(0x1dc,0x1d0,0x189,_0x45c496._0x4370a3)+_0x369e1b(-0x2c4,-_0x45c496._0x1309c1,-0x295,-_0x45c496._0x2a619a)+_0x23a223(0x258,0x23f,0x227,0x230),'ELMOm':_0x23a223(_0x45c496._0x3e275a,0x1b2,0x23c,_0x45c496._0x16ae3a)+_0x23a223(0x1ed,_0x45c496._0x5e5c0d,0x1bf,0x1fd),'LCHNP':_0x369e1b(-0x1eb,-_0x45c496._0x592b4b,-_0x45c496._0x45f779,-_0x45c496._0xd1b75f)+'\x20expired\x20t'+'oken','aRroY':function(_0x33c585,_0x5582de){return _0x33c585===_0x5582de;},'iCskL':_0x369e1b(-_0x45c496._0x4d1714,-_0x45c496._0x187f49,-_0x45c496._0x1407a0,-_0x45c496._0x51bed2),'ZaCKw':_0x369e1b(-_0x45c496._0x37bc58,-_0x45c496._0x16f189,-_0x45c496._0x3dab16,-0x20c)+_0x23a223(0x221,_0x45c496._0x1c712a,0x21f,_0x45c496._0x3d0e2b),'TbfcL':function(_0x42f168,_0x5e8191){return _0x42f168(_0x5e8191);},'rXMln':function(_0x15db68,_0x11bbfc){return _0x15db68===_0x11bbfc;},'tAfpW':_0x23a223(_0x45c496._0x55cbbf,0x220,_0x45c496._0x1b087d,0x259),'DPWQx':function(_0x3d1cb2,_0x2d4c6a){return _0x3d1cb2(_0x2d4c6a);},'ZWEtI':function(_0x29e323,_0x195299){return _0x29e323!==_0x195299;},'OUtRj':_0x369e1b(-_0x45c496._0xdb1897,-0x1c6,-0x215,-_0x45c496._0x5dc793),'hdHIG':_0x369e1b(-0x221,-_0x45c496._0x580f7e,-0x237,-0x1fb)};function _0x369e1b(_0xf0067f,_0xd2e325,_0x5266dd,_0x59cf1e){return _0x5e4f92(_0xf0067f-_0x27977e._0x1f189c,_0xd2e325-0x1c6,_0x5266dd,_0xd2e325- -_0x27977e._0x399ea6);}function _0x23a223(_0x2f56e5,_0x45d956,_0x1e084d,_0x3ac686){return _0x5e4f92(_0x2f56e5-0x16,_0x45d956-_0x1ddc68._0x574afd,_0x45d956,_0x2f56e5- -0x250);}try{if(_0x10dc5a['aRroY'](_0x10dc5a[_0x23a223(0x1e0,0x1b5,0x18a,0x227)],_0x10dc5a[_0x369e1b(-0x24f,-0x25f,-_0x45c496._0x2d584b,-0x256)])){const {token:_0x28f7c}=_0x2b92d9[_0x23a223(_0x45c496._0x59351d,_0x45c496._0x25f58d,0x236,_0x45c496._0x4e3055)];if(!_0x28f7c){const _0x56c1d9={};return _0x56c1d9[_0x23a223(_0x45c496._0x5990b7,0x2b1,0x2a5,0x271)]=_0x10dc5a[_0x369e1b(-_0x45c496._0x44d695,-0x1dc,-_0x45c496._0x5439df,-0x1dc)],_0x56c1d9[_0x23a223(_0x45c496._0x56bfd8,0x2b7,0x26a,0x27c)]=![],_0x3220c6[_0x369e1b(-0x208,-0x1c0,-0x1c5,-_0x45c496._0x49ee78)](0x55*0x58+-0x771+-0x1437*0x1)[_0x369e1b(-0x268,-_0x45c496._0x45f779,-_0x45c496._0x24eb61,-0x277)](_0x56c1d9);}const _0x2d424f=await _0x10dc5a[_0x23a223(0x274,0x2c5,_0x45c496._0x57dcd2,_0x45c496._0xc4c51d)](validateToken,_0x28f7c);if(!_0x2d424f){if(_0x10dc5a['rXMln'](_0x10dc5a[_0x369e1b(-0x2b7,-0x274,-_0x45c496._0x141a16,-0x2b3)],_0x23a223(0x1fd,0x1ce,0x216,0x1c9))){const _0x98cdf2={};return _0x98cdf2[_0x369e1b(-0x195,-_0x45c496._0x44d695,-_0x45c496._0x2e8091,-_0x45c496._0x112e26)]=![],_0x98cdf2[_0x23a223(0x269,0x233,_0x45c496._0xaa9a2b,_0x45c496._0x124079)]=_0x23a223(_0x45c496._0x580f7e,_0x45c496._0x24eb61,_0x45c496._0x56adf5,0x255)+'\x20expired\x20t'+_0x23a223(_0x45c496._0x3d5a92,0x242,0x212,0x285),_0x3220c6[_0x369e1b(-0x1d3,-_0x45c496._0x45f779,-0x23c,-_0x45c496._0x5553cf)](_0x98cdf2);}else try{const _0x3524bb=_0x10dc5a['zKqbF'](_0x2397c0);_0x4b159a[_0x369e1b(-_0x45c496._0x1513e8,-0x224,-0x20a,-_0x45c496._0x5439df)](_0x3524bb);}catch(_0x1695b0){_0xfc0f2b['error'](_0x10dc5a[_0x369e1b(-_0x45c496._0x50e8b5,-0x1c5,-_0x45c496._0x5c01f5,-_0x45c496._0x21c275)],_0x1695b0);const _0x26a8b5={};_0x26a8b5[_0x369e1b(-0x1ba,-_0x45c496._0x19eda5,-0x20d,-_0x45c496._0x4c751f)]=_0x10dc5a[_0x369e1b(-0x1fd,-0x23d,-_0x45c496._0x34e02f,-0x243)],_0x2badc3[_0x23a223(_0x45c496._0x1647c2,_0x45c496._0x22aaab,_0x45c496._0x9774fa,0x23f)](-0x8d8*-0x4+0x2b*0xd3+-0x44dd)['json'](_0x26a8b5);}}const _0x4e9f55=await _0x10dc5a[_0x369e1b(-_0x45c496._0x1075f2,-_0x45c496._0x3c6e5f,-0x22f,-_0x45c496._0x130013)](findUserById,_0x2d424f[_0x369e1b(-0x1cb,-_0x45c496._0x335f8d,-0x244,-_0x45c496._0x1acd6c)]);if(!_0x4e9f55){if(_0x10dc5a['ZWEtI'](_0x10dc5a['OUtRj'],_0x23a223(0x279,0x289,_0x45c496._0x4d7f12,0x283))){_0x213e74[_0x369e1b(-0x21a,-0x1d6,-_0x45c496._0x4368a0,-0x1ab)](_0x10dc5a[_0x369e1b(-0x278,-_0x45c496._0x4e3055,-_0x45c496._0x365507,-_0x45c496._0x24e0ab)],_0x3cc748);const _0x300083={};_0x300083['error']=_0x10dc5a[_0x369e1b(-0x238,-0x247,-0x215,-_0x45c496._0x5b2833)],_0x300083[_0x23a223(0x26b,0x29e,_0x45c496._0x945c65,0x2bd)]=![],_0x3c375b['status'](-0x1c6b+-0x7*0x19b+0x299c)[_0x23a223(_0x45c496._0x26fed4,_0x45c496._0x2f044e,0x236,_0x45c496._0x2a0694)](_0x300083);}else{const _0x134fa9={};return _0x134fa9[_0x369e1b(-0x221,-_0x45c496._0x11418d,-_0x45c496._0x3e0901,-_0x45c496._0x328f49)]=![],_0x134fa9['error']=_0x10dc5a['ELMOm'],_0x3220c6[_0x369e1b(-0x200,-_0x45c496._0x352d3d,-_0x45c496._0x3b23c9,-_0x45c496._0x490c1c)](_0x134fa9);}}const _0x510e7a={};_0x510e7a[_0x23a223(0x1d1,_0x45c496._0x45edb8,_0x45c496._0x2cc1a4,0x1f6)]=_0x4e9f55[_0x23a223(0x1d1,0x1ce,0x1d1,_0x45c496._0x516f24)],_0x510e7a[_0x369e1b(-_0x45c496._0x42e961,-_0x45c496._0x16c1b8,-_0x45c496._0x516f24,-_0x45c496._0x2a0694)]=_0x4e9f55[_0x23a223(0x272,0x220,_0x45c496._0x4bce67,0x22f)];const _0x52344d={};_0x52344d['valid']=!![],_0x52344d[_0x369e1b(-0x235,-_0x45c496._0x3a062c,-0x25e,-_0x45c496._0x2a7b63)]=_0x2d424f[_0x369e1b(-_0x45c496._0x381e4c,-_0x45c496._0x3a062c,-0x28f,-0x231)],_0x52344d[_0x23a223(0x254,_0x45c496._0x335f8d,_0x45c496._0x2ecba8,_0x45c496._0x18fb50)]=_0x510e7a,_0x3220c6[_0x369e1b(-0x25c,-_0x45c496._0x45f779,-0x272,-_0x45c496._0x55e35f)](_0x52344d);}else{const _0x615e0c={};return _0x615e0c['error']=_0x10dc5a[_0x23a223(_0x45c496._0x5bce8d,0x249,0x1cf,_0x45c496._0x3df152)],_0x4383b3[_0x369e1b(-_0x45c496._0x1c712a,-0x1c0,-0x20b,-_0x45c496._0x45adaa)](-0x2*-0x911+-0xfc1+-0xcd)['json'](_0x615e0c);}}catch(_0x1c66d1){if(_0x10dc5a['hdHIG']!==_0x10dc5a['hdHIG']){const _0x7e4912={};return _0x7e4912[_0x369e1b(-_0x45c496._0x545dba,-_0x45c496._0x19eda5,-0x1b6,-_0x45c496._0x3555d1)]=_0x10dc5a[_0x23a223(_0x45c496._0x45adaa,_0x45c496._0x11418d,0x224,_0x45c496._0x5231c0)],_0x241365[_0x23a223(_0x45c496._0x1647c2,_0x45c496._0x3b567e,_0x45c496._0x2e0804,0x28b)](-0x1efa+0x25c1+-0x537)['json'](_0x7e4912);}else{logger[_0x23a223(0x269,_0x45c496._0x30dcb3,0x25e,0x235)](_0x10dc5a[_0x369e1b(-0x25f,-_0x45c496._0x4e3055,-0x1f2,-0x1f8)],_0x1c66d1);const _0x58bb29={};_0x58bb29[_0x23a223(_0x45c496._0x22aaab,_0x45c496._0x38cf55,_0x45c496._0x441501,0x263)]=_0x10dc5a[_0x369e1b(-_0x45c496._0x49ee78,-_0x45c496._0x4f61ee,-0x217,-0x275)],_0x58bb29['valid']=![],_0x3220c6[_0x369e1b(-0x1a2,-_0x45c496._0x1462dd,-0x1cb,-_0x45c496._0x51055d)](0x77*0x3d+-0x1496+-0x5d1)[_0x369e1b(-0x269,-0x224,-0x1e8,-_0x45c496._0x404695)](_0x58bb29);}}}),router[_0x5e4f92(0x438,0x433,0x430,0x423)](_0x36e407(0x2bc,0x249,0x287,0x2c4),async(_0x4e6e21,_0x443be1)=>{const _0x506fc8={_0x1ccd4f:0x271,_0x193caf:0x2a7,_0xf4128b:0x27d,_0x4a2588:0x280,_0x5aead8:0x25b,_0x2918bf:0x159,_0xc96eff:0x175,_0x2d2e96:0x162,_0x3fd4a7:0x328,_0x5a02aa:0x149,_0x1d4616:0x2b6,_0x201805:0x2c7,_0x25fe26:0x198,_0x3599f0:0x2e8,_0x3f45c5:0x2ec,_0x3aa3b8:0x168,_0x41834f:0xf8,_0x570b00:0x122,_0xcf92f7:0xfd,_0x40aaeb:0x2ee,_0x3ade90:0x333,_0x5c5d75:0x379,_0x556306:0x1b8,_0x25f83b:0x1d3,_0x25ab90:0x17b,_0x3b646c:0x190,_0x5a3337:0x1ae,_0x389daa:0x1d1,_0x3b8455:0x363,_0x327c5c:0x2fc,_0x16e028:0x296,_0x597e28:0x2d4,_0x3e7beb:0x23f,_0x47e7c4:0x280,_0x391362:0x103,_0x5bf31b:0x10a,_0x2d24c8:0x2af,_0x457c58:0x31e,_0x1354bf:0x194,_0x8a3664:0x199,_0x47c671:0x1bf,_0x44c5f9:0x251,_0x355101:0x27e,_0x51f16a:0x261,_0x4c4d4f:0x11b,_0x35fe5d:0x129,_0x10364c:0x328,_0x5aa229:0x325,_0x3e8583:0x306,_0x26fa25:0x33f,_0x285876:0x292,_0xcc7808:0x2e2,_0x5b6541:0x280,_0x103bb2:0x299,_0x3e0994:0x232,_0x46645e:0x32a,_0xbf5523:0x2d1,_0x33a6b1:0x16e,_0x2d7349:0x1a7,_0x28048c:0xce,_0x16c18f:0x15c,_0x435941:0x1bb,_0x27c753:0x2a6,_0x365d91:0x2f0,_0x26c8e8:0xfe,_0x4c4fb3:0x101,_0x3b9af3:0xff,_0x4af187:0x2f1,_0x3b412f:0x307,_0x544135:0x2f5,_0x16b4e4:0x2d8,_0x2879b9:0x2e3,_0x102896:0x1ad,_0x55f3a4:0x335,_0x3cb157:0x308,_0x497800:0x369,_0x5694c3:0x2d6,_0x3f4a74:0x31e,_0x57c7e2:0x29e,_0x5c4581:0x2bf,_0x2f1a02:0x286,_0x298811:0x2a9,_0x3a1750:0x279,_0x413a45:0x121,_0x5c5780:0x171,_0x2c9e65:0x1cd,_0x3b0f75:0x32d,_0x33688e:0x379,_0x4adaf9:0x1ba,_0x51c123:0x1a9,_0x1a2c0b:0x1bc,_0x1a7864:0x287,_0x2e7d4b:0x19e,_0x227523:0x1af,_0x315856:0x15e,_0x19624d:0x250,_0x323cc6:0x302,_0x5f12c4:0xdc,_0xf08f5b:0x15c,_0x6b0e5f:0x11a,_0x29b119:0xea,_0x4d67af:0x126,_0x3076a8:0xce,_0x242f46:0x10b,_0x8cb244:0x165,_0xb2a0aa:0x1bf,_0x16c053:0x109,_0x1d5bf3:0x16d,_0x465ab6:0x118,_0x17b9f3:0x102,_0x14d0bd:0x108,_0x59352c:0xee,_0x58e564:0x305,_0x399d07:0x2c1,_0x270734:0x105,_0x16162f:0x2a8,_0x4229b7:0x169,_0x428818:0x117,_0x3cedc5:0x15c,_0x361076:0x2b8,_0x3967d5:0x285,_0xa0a32:0x36b,_0x22a4ab:0x335,_0x3aa032:0x37d,_0xb7570c:0x2f6,_0xc01ee5:0x2d1,_0x361ded:0x31c},_0x2d9f7d={_0x5f1f6c:0x15b,_0x386a14:0x5d0},_0xd37042={'xxkNj':'Failed\x20to\x20'+_0xec3378(_0x506fc8._0x1ccd4f,0x2b4,0x28c,_0x506fc8._0x193caf)+_0xec3378(_0x506fc8._0xf4128b,_0x506fc8._0x4a2588,_0x506fc8._0x5aead8,0x241)+'n','lvxeI':_0x47806a(-_0x506fc8._0x2918bf,-_0x506fc8._0xc96eff,-_0x506fc8._0x2d2e96,-0x1be)+_0xec3378(0x31b,0x311,_0x506fc8._0x3fd4a7,0x357)+_0x47806a(-0x159,-_0x506fc8._0x5a02aa,-0x13f,-0x166)+'\x22','BmbIz':function(_0xdad182,_0x1fc587){return _0xdad182||_0x1fc587;},'smJSv':function(_0x1f8711,_0x2834c0){return _0x1f8711!==_0x2834c0;},'umzPr':_0xec3378(0x29c,0x299,_0x506fc8._0x1d4616,0x25a),'vzONh':'rsmnT','HLXEr':_0xec3378(0x2ac,0x2ea,0x2e5,_0x506fc8._0x201805)+_0x47806a(-_0x506fc8._0x25fe26,-0x187,-0x155,-0x189)+'re\x20require'+'d','eIdVY':function(_0x163f1b,_0x388d3e){return _0x163f1b<_0x388d3e;},'QnbbR':_0xec3378(_0x506fc8._0x3599f0,_0x506fc8._0x3f45c5,0x29b,0x32d)+_0x47806a(-_0x506fc8._0x3aa3b8,-_0x506fc8._0x41834f,-_0x506fc8._0x570b00,-0xe7)+_0x47806a(-0x157,-0x12e,-_0x506fc8._0xcf92f7,-0x14d)+_0xec3378(_0x506fc8._0x40aaeb,_0x506fc8._0x3ade90,0x325,_0x506fc8._0x5c5d75),'vVaFT':function(_0x1d82e5,_0x16a6c2){return _0x1d82e5(_0x16a6c2);},'KDAnj':_0x47806a(-0x194,-_0x506fc8._0x556306,-0x17c,-_0x506fc8._0x25f83b)+_0x47806a(-_0x506fc8._0x25ab90,-_0x506fc8._0x3b646c,-_0x506fc8._0x5a3337,-_0x506fc8._0x389daa)+_0xec3378(_0x506fc8._0x3b8455,0x30e,_0x506fc8._0x327c5c,0x2c7),'NQARP':_0xec3378(_0x506fc8._0x16e028,0x29c,_0x506fc8._0x597e28,0x2a6)+_0xec3378(0x252,0x2a3,0x27f,0x2bd),'SoXuA':function(_0x37bf48,_0x5629a0,_0x365c21){return _0x37bf48(_0x5629a0,_0x365c21);},'EEAEL':function(_0x582da5,_0x13788e){return _0x582da5(_0x13788e);},'eZbHP':'CJthh','UguvT':_0xec3378(_0x506fc8._0x3e7beb,0x292,_0x506fc8._0x47e7c4,0x24d)+_0xec3378(0x271,0x293,0x27b,0x265)+'rd'};function _0x47806a(_0x18abaf,_0x5a462c,_0x234927,_0xb41799){return _0x5e4f92(_0x18abaf-0x106,_0x5a462c-_0x2d9f7d._0x5f1f6c,_0xb41799,_0x234927- -_0x2d9f7d._0x386a14);}function _0xec3378(_0xbac861,_0xf3c3db,_0x21cc73,_0x31c7fb){return _0x36e407(_0xbac861-0x77,_0xf3c3db-0x87,_0xf3c3db-0x3,_0x31c7fb);}try{const {token:_0x151133,password:_0x9c2936}=_0x4e6e21[_0x47806a(-_0x506fc8._0x391362,-0x10a,-_0x506fc8._0x5bf31b,-0x154)];if(_0xd37042[_0xec3378(_0x506fc8._0x2d24c8,0x301,0x358,_0x506fc8._0x457c58)](!_0x151133,!_0x9c2936)){if(_0xd37042['smJSv'](_0xd37042[_0x47806a(-0x172,-_0x506fc8._0x1354bf,-_0x506fc8._0x8a3664,-_0x506fc8._0x47c671)],_0xd37042[_0xec3378(_0x506fc8._0x44c5f9,0x290,_0x506fc8._0x355101,_0x506fc8._0x51f16a)])){const _0x4cc16b={};return _0x4cc16b['error']=_0xd37042[_0x47806a(-0x175,-_0x506fc8._0x3b646c,-_0x506fc8._0x5a02aa,-_0x506fc8._0x4c4d4f)],_0x443be1['status'](0x8*0x79+0x1*-0x54d+0x315)[_0x47806a(-0x1a4,-_0x506fc8._0x35fe5d,-0x165,-0x19a)](_0x4cc16b);}else{_0x1620d8[_0xec3378(_0x506fc8._0x10364c,0x31f,_0x506fc8._0x5aa229,0x34a)](_0xd37042['xxkNj'],_0x1066dc);const _0x50179e={};_0x50179e[_0xec3378(0x35d,0x31f,_0x506fc8._0x3e8583,_0x506fc8._0x26fa25)]=_0xec3378(0x290,_0x506fc8._0x285876,0x235,_0x506fc8._0xcc7808)+'create\x20pas'+_0xec3378(0x269,_0x506fc8._0x5b6541,_0x506fc8._0x103bb2,_0x506fc8._0x3e0994)+'n',_0x545ede['status'](0x1*-0x1b7+0x89c+0x5*-0xfd)[_0xec3378(_0x506fc8._0x46645e,_0x506fc8._0xbf5523,0x28e,0x2e3)](_0x50179e);}}if(_0xd37042[_0x47806a(-_0x506fc8._0x33a6b1,-0x1f6,-_0x506fc8._0x2d7349,-0x1f1)](_0x9c2936[_0xec3378(0x2f0,0x31a,_0x506fc8._0x26fa25,0x327)],0x16d+-0x2*0xffd+0x1e95)){const _0x3355dc={};return _0x3355dc['error']=_0xd37042['QnbbR'],_0x443be1[_0x47806a(-_0x506fc8._0x28048c,-0x11b,-0x101,-0x146)](0x1331+-0x629+-0x16f*0x8)[_0x47806a(-_0x506fc8._0x16c18f,-_0x506fc8._0x435941,-0x165,-0x189)](_0x3355dc);}const _0x547cb4=await _0xd37042[_0xec3378(0x279,_0x506fc8._0x27c753,_0x506fc8._0x365d91,0x289)](validateToken,_0x151133);if(!_0x547cb4){const _0x23bd9d={};return _0x23bd9d['error']=_0xd37042['KDAnj'],_0x443be1[_0x47806a(-_0x506fc8._0x26c8e8,-_0x506fc8._0x570b00,-_0x506fc8._0x4c4fb3,-_0x506fc8._0x3b9af3)](0x13d0+-0x15f2+0x3b2)[_0xec3378(0x30a,_0x506fc8._0xbf5523,_0x506fc8._0x4af187,_0x506fc8._0x3b412f)](_0x23bd9d);}const _0x1a9297=await _0xd37042['vVaFT'](findUserById,_0x547cb4[_0xec3378(_0x506fc8._0x544135,_0x506fc8._0x16b4e4,_0x506fc8._0x2879b9,0x2bf)]);if(!_0x1a9297){const _0x4a1007={};return _0x4a1007[_0xec3378(0x360,0x31f,0x31d,0x2dd)]=_0xd37042[_0x47806a(-_0x506fc8._0x102896,-0x1df,-0x191,-0x18f)],_0x443be1[_0xec3378(0x392,_0x506fc8._0x55f3a4,_0x506fc8._0x3cb157,0x32a)](-0x2239+0x162d*0x1+0xda0)['json'](_0x4a1007);}await _0xd37042[_0xec3378(0x326,0x32e,_0x506fc8._0x497800,0x33b)](setUserPassword,_0x547cb4[_0xec3378(0x299,0x2d8,_0x506fc8._0x5694c3,0x2e6)],_0x9c2936),await _0xd37042[_0x47806a(-0x171,-0x1b6,-0x185,-0x1c8)](markTokenAsUsed,_0x151133);const _0x59c3eb={};_0x59c3eb[_0xec3378(0x285,0x2d8,0x2ce,_0x506fc8._0x3f4a74)]=_0x1a9297['id'],_0x59c3eb['username']=_0x1a9297['username'],_0x59c3eb[_0xec3378(_0x506fc8._0x57c7e2,_0x506fc8._0x5c4581,0x282,0x319)]=_0x547cb4[_0xec3378(_0x506fc8._0x2f1a02,_0x506fc8._0x298811,_0x506fc8._0x3a1750,0x275)],logger[_0x47806a(-_0x506fc8._0x413a45,-0x1a7,-_0x506fc8._0x5c5780,-_0x506fc8._0x2c9e65)](_0xec3378(_0x506fc8._0x3b0f75,0x31c,_0x506fc8._0x33688e,0x2ed)+_0x47806a(-_0x506fc8._0x4adaf9,-_0x506fc8._0x51c123,-0x16b,-_0x506fc8._0x1a2c0b)+'en',_0x59c3eb);const _0x1dd7ae={};_0x1dd7ae['id']=_0x1a9297['id'],_0x1dd7ae[_0xec3378(0x2d7,_0x506fc8._0x1a7864,0x270,0x284)]=_0x1a9297[_0x47806a(-_0x506fc8._0x2e7d4b,-0x1ee,-_0x506fc8._0x227523,-_0x506fc8._0x315856)],_0x1dd7ae[_0xec3378(0x303,0x328,0x376,0x2de)]=_0x1a9297['name'];const _0x154dc1={};_0x154dc1[_0xec3378(_0x506fc8._0x19624d,0x2a8,_0x506fc8._0x323cc6,0x2ab)]=_0x47806a(-_0x506fc8._0x5f12c4,-_0x506fc8._0xf08f5b,-_0x506fc8._0x6b0e5f,-_0x506fc8._0x29b119)+'et\x20success'+_0x47806a(-0xfd,-_0x506fc8._0x4d67af,-0x10b,-_0x506fc8._0x3076a8),_0x154dc1['user']=_0x1dd7ae,_0x443be1[_0x47806a(-0x13d,-_0x506fc8._0x242f46,-_0x506fc8._0x8cb244,-_0x506fc8._0xb2a0aa)](_0x154dc1);}catch(_0x37ff5d){if(_0xd37042['smJSv'](_0xd37042[_0x47806a(-_0x506fc8._0x16c053,-_0x506fc8._0x1d5bf3,-_0x506fc8._0x465ab6,-_0x506fc8._0x8cb244)],_0x47806a(-0x12d,-0x16f,-0x16d,-0x1c7))){const _0x5a79d9={};return _0x5a79d9[_0x47806a(-_0x506fc8._0x17b9f3,-_0x506fc8._0x14d0bd,-0x117,-_0x506fc8._0x59352c)]=_0xd37042[_0xec3378(0x326,_0x506fc8._0x58e564,_0x506fc8._0x399d07,0x362)],_0x389d26[_0x47806a(-_0x506fc8._0x270734,-0x153,-0x101,-0xdd)](0x13a8+0x1*0x1346+-0x255e)[_0xec3378(0x294,_0x506fc8._0xbf5523,0x2a2,_0x506fc8._0x16162f)](_0x5a79d9);}else{logger[_0x47806a(-0x14d,-_0x506fc8._0x4229b7,-_0x506fc8._0x428818,-0x137)](_0xd37042[_0x47806a(-_0x506fc8._0x3cedc5,-0x163,-0x1b1,-0x209)],_0x37ff5d);const _0x185fdf={};_0x185fdf['error']=_0xd37042[_0xec3378(_0x506fc8._0x361076,_0x506fc8._0x3967d5,0x249,0x2d7)],_0x443be1[_0xec3378(_0x506fc8._0xa0a32,_0x506fc8._0x22a4ab,0x345,_0x506fc8._0x3aa032)](-0x1ea5+0x1d20+0x379)[_0xec3378(_0x506fc8._0xb7570c,_0x506fc8._0xc01ee5,_0x506fc8._0x361ded,0x307)](_0x185fdf);}}}),router[_0x36e407(0x2b1,0x360,0x30d,0x30e)](_0x5e4f92(0x439,0x46b,0x462,0x426)+_0x36e407(0x316,0x2ad,0x2e6,0x33b),requireAuth,requireAdmin,async(_0x5c369c,_0x2e77ca)=>{const _0x34f03a={_0x599b16:0x25e,_0x205c68:0x231,_0x560735:0x295,_0x4c3971:0x239,_0x49c470:0x22c,_0x1db15a:0x1f3,_0x45efc5:0x213,_0x402e1e:0x95,_0x218345:0x51,_0x186ada:0x283,_0x3687a0:0x286,_0x78a241:0x2d9,_0x5d33fd:0x24c,_0x30f740:0xb6,_0x5ca62a:0x110,_0x5a4474:0x148,_0x55eaba:0xf8,_0x13dc52:0xde,_0x2c9ecb:0xf9,_0x101052:0x27d,_0x4b4f2e:0x271,_0x22799f:0x214,_0x1f08e4:0x299,_0x3a0a75:0x29d,_0x4f036d:0x252,_0x532309:0x250,_0x1f4e36:0x261,_0x28a234:0x202,_0x135fdb:0x240,_0x1a99ba:0x223,_0x59b8fb:0x293,_0xf76517:0x216,_0x2ab9e2:0x29f,_0x46957e:0xa0,_0x4b488b:0x24,_0x3b076a:0x69,_0x4e6d93:0x93,_0x4ca939:0xb9,_0x7972b8:0x7d,_0x4f4a77:0x303,_0x13b742:0xf0,_0x171df9:0x79,_0x350c0e:0xcc,_0x3f651a:0x27e,_0x3386c9:0x232,_0x30cade:0x297,_0x260e88:0xb0,_0x3ae676:0x1f0,_0xb10dab:0x2c5,_0xc2584:0x2de,_0x46efd3:0x2d7,_0x36d717:0x250,_0x511e2c:0x243,_0x29eb07:0x1ec,_0x436811:0x1ee,_0x2ebf41:0x254,_0x225ac6:0xbd,_0x555dc6:0x302,_0x10a946:0x1ef,_0x1bb402:0x22f,_0x1188af:0x214,_0x4332cb:0x269,_0x1d829e:0xac,_0x24c957:0xa7},_0x258dc8={_0x59ed81:0x1f6},_0x26b944={'oQRuH':_0x451518(0x27a,_0x34f03a._0x599b16,_0x34f03a._0x205c68,_0x34f03a._0x560735)+_0x451518(_0x34f03a._0x4c3971,_0x34f03a._0x49c470,_0x34f03a._0x1db15a,_0x34f03a._0x45efc5)+_0x4cbc9e(-_0x34f03a._0x402e1e,-_0x34f03a._0x218345,-0xc9,-0x7c),'gshqQ':_0x451518(0x2dc,_0x34f03a._0x186ada,0x277,0x22f)+_0x451518(0x23b,0x27b,_0x34f03a._0x3687a0,0x2b2),'VnZtP':function(_0x4e91cb,_0x30a54a){return _0x4e91cb(_0x30a54a);},'UNgVI':_0x451518(_0x34f03a._0x78a241,0x2a2,0x2f0,_0x34f03a._0x5d33fd),'RifUa':_0x4cbc9e(-0xef,-_0x34f03a._0x30f740,-_0x34f03a._0x5ca62a,-0x106),'IHZOg':'btrfK','HqJHd':_0x4cbc9e(-0x11d,-0xc4,-_0x34f03a._0x5a4474,-_0x34f03a._0x55eaba)+_0x4cbc9e(-0xff,-0x155,-_0x34f03a._0x13dc52,-_0x34f03a._0x2c9ecb)+_0x451518(_0x34f03a._0x101052,_0x34f03a._0x4b4f2e,0x2a5,_0x34f03a._0x22799f)};function _0x451518(_0x341942,_0x3f38b8,_0x223c0c,_0x116c1d){return _0x5e4f92(_0x341942-0x0,_0x3f38b8-0x1e6,_0x223c0c,_0x3f38b8- -_0x258dc8._0x59ed81);}function _0x4cbc9e(_0x2a9009,_0x234d08,_0x2626eb,_0x1b0bfb){return _0x36e407(_0x2a9009-0x52,_0x234d08-0x17a,_0x1b0bfb- -0x387,_0x234d08);}try{const {userId:_0x59ceb8}=_0x5c369c['params'],_0x4b0f5d=await _0x26b944[_0x451518(_0x34f03a._0x1f08e4,_0x34f03a._0x3a0a75,_0x34f03a._0x4f036d,0x28c)](findUserById,_0x59ceb8);if(!_0x4b0f5d){if(_0x26b944['UNgVI']!==_0x26b944[_0x451518(0x298,_0x34f03a._0x532309,_0x34f03a._0x1f4e36,0x248)]){const _0x471b7b={};return _0x471b7b['error']=_0x451518(_0x34f03a._0x28a234,_0x34f03a._0x135fdb,_0x34f03a._0x1a99ba,_0x34f03a._0x59b8fb)+_0x451518(0x20b,0x247,_0x34f03a._0xf76517,_0x34f03a._0x2ab9e2),_0x2e77ca['status'](-0xdb0+0x565*0x1+-0x1*-0x9df)[_0x4cbc9e(-0xe9,-0xc6,-_0x34f03a._0x46957e,-0xb9)](_0x471b7b);}else{const _0xf0f017={};return _0xf0f017[_0x4cbc9e(-0x6d,-0x9d,-_0x34f03a._0x4b488b,-_0x34f03a._0x3b076a)]=![],_0xf0f017['error']=_0x26b944['oQRuH'],_0x508ff9[_0x4cbc9e(-0x72,-_0x34f03a._0x4e6d93,-0x80,-_0x34f03a._0x4ca939)](_0xf0f017);}}const _0x3508b=await _0x26b944[_0x4cbc9e(-0xb2,-0xe9,-_0x34f03a._0x7972b8,-0x91)](getUserTokens,_0x59ceb8),_0x39387d={};_0x39387d[_0x451518(0x30f,0x2ca,0x2c3,_0x34f03a._0x4f4a77)]=_0x3508b,_0x2e77ca[_0x4cbc9e(-_0x34f03a._0x13b742,-_0x34f03a._0x171df9,-_0x34f03a._0x350c0e,-0xb9)](_0x39387d);}catch(_0x27ea5a){if(_0x26b944[_0x451518(0x23f,_0x34f03a._0x3f651a,_0x34f03a._0x3386c9,_0x34f03a._0x30cade)]!==_0x26b944[_0x4cbc9e(-0xfa,-0x97,-0xfe,-_0x34f03a._0x260e88)]){const _0x393b82={};return _0x393b82['error']=_0x26b944[_0x451518(0x296,0x239,_0x34f03a._0x3ae676,0x28c)],_0x393b82[_0x451518(_0x34f03a._0x4f4a77,_0x34f03a._0xb10dab,_0x34f03a._0xc2584,_0x34f03a._0x46efd3)]=![],_0x3b7808['status'](0x1af3*-0x1+-0x17f2+0x3475)[_0x451518(_0x34f03a._0x36d717,0x275,0x286,_0x34f03a._0x511e2c)](_0x393b82);}else{logger['error'](_0x451518(0x217,0x236,0x28a,_0x34f03a._0x29eb07)+_0x451518(_0x34f03a._0x436811,0x235,0x222,_0x34f03a._0x2ebf41)+_0x4cbc9e(-0x64,-0xe1,-0x6b,-_0x34f03a._0x225ac6),_0x27ea5a);const _0x151c33={};_0x151c33[_0x451518(0x30f,0x2c3,_0x34f03a._0x555dc6,0x2b3)]=_0x26b944[_0x451518(_0x34f03a._0x10a946,_0x34f03a._0x1bb402,_0x34f03a._0x1188af,_0x34f03a._0x4332cb)],_0x2e77ca[_0x4cbc9e(-_0x34f03a._0x1d829e,-0x49,-0x23,-0x55)](0x4*-0x623+-0x2*-0x354+0x13d8)[_0x4cbc9e(-_0x34f03a._0x24c957,-0x75,-0x65,-0xb9)](_0x151c33);}}}),router[_0x5e4f92(0x4bd,0x4bd,0x447,0x480)](_0x5e4f92(0x490,0x4d7,0x4e5,0x4a9)+_0x36e407(0x2c5,0x2fc,0x301,0x347),requireAuth,requireAdmin,async(_0x31007f,_0x4c391a)=>{const _0x33325a={_0x1027ec:0x17c,_0x1c251b:0x1b7,_0x48d49b:0x13a,_0x361ff2:0x120,_0x3d4fa5:0xbf,_0x43ea41:0x4b,_0x125b69:0x32,_0x4ccca7:0xec,_0x464930:0xee,_0x200eb8:0x2e,_0x25b357:0x4c,_0x1bd1f1:0x18f,_0x4a9014:0x76,_0x369c6d:0x59,_0x2694a4:0x2c,_0x4c1122:0x73,_0x45e3b3:0x156,_0x1bde3a:0x2,_0x259546:0x1e,_0x53b00c:0x119,_0x15541f:0x16,_0x1e277c:0x30,_0x3ec738:0x27,_0x3c6856:0x104,_0x1b7a8d:0xf6,_0x32bb57:0x5f,_0x41df02:0x1a,_0x463eb9:0x2e,_0x12400c:0x3c,_0x281304:0x114,_0x29558a:0x180,_0x51080d:0x1bb,_0x37d230:0x1d7,_0x39ec7a:0x170,_0x3e97d8:0x109,_0x14e1c2:0x9c,_0x268bca:0x2b,_0x4effbd:0x69,_0x46d0c9:0x35,_0x195f83:0x49,_0x1cfc81:0x20,_0x212f27:0x6c,_0x576c62:0x79,_0x3194ef:0xd9,_0x488518:0x13d,_0x5cd916:0xf4,_0x4b3420:0x97,_0x3ae925:0xa5,_0x154ccf:0x12c,_0x4d065f:0x3,_0x30d7ce:0x8e,_0x47856c:0xa,_0x2e372b:0x27,_0x918518:0xb0,_0x3998b8:0xed,_0x167c99:0x19a,_0x2d108d:0x5d,_0x48b91d:0x18,_0x4e4145:0x44,_0x793a50:0xd6,_0xa78970:0x14a,_0x8e90ca:0xef,_0x3f8228:0x76,_0x1b6747:0x7b,_0x3018d6:0x98,_0x4b5972:0xbd,_0x3231f:0xd9,_0xf0ed07:0xb2,_0x558c09:0xee,_0xacd77a:0x13d,_0x2f414c:0x11a,_0x3fa136:0x158,_0x13562f:0x197},_0x525e14={_0x444e4a:0x40b},_0x577e0b={_0x375cdd:0xf5,_0x4602b4:0x45a};function _0x5dc419(_0x25ecb8,_0x28ab80,_0x479e31,_0x1902c4){return _0x5e4f92(_0x25ecb8-0x1c1,_0x28ab80-_0x577e0b._0x375cdd,_0x1902c4,_0x25ecb8- -_0x577e0b._0x4602b4);}const _0x48f7e7={'DkZGN':_0x55d786(-_0x33325a._0x1027ec,-_0x33325a._0x1c251b,-_0x33325a._0x48d49b,-_0x33325a._0x361ff2)+_0x5dc419(0x77,_0x33325a._0x3d4fa5,_0x33325a._0x43ea41,_0x33325a._0x125b69)+_0x55d786(-0x113,-_0x33325a._0x4ccca7,-0x116,-_0x33325a._0x464930),'AfwZX':_0x5dc419(-_0x33325a._0x200eb8,-_0x33325a._0x25b357,-0x3d,0x24)+_0x55d786(-0x176,-0x139,-0x139,-_0x33325a._0x1bd1f1)+_0x5dc419(0x57,_0x33325a._0x4a9014,_0x33325a._0x369c6d,0x71)+_0x5dc419(-0x1f,_0x33325a._0x2694a4,-_0x33325a._0x4c1122,-0x64)+_0x55d786(-0x11c,-0x13c,-_0x33325a._0x45e3b3,-0x133)+'y.','PRWkW':function(_0x2e01a1,_0x2c487d){return _0x2e01a1(_0x2c487d);},'lpuUo':function(_0x13b3ad,_0x1534aa){return _0x13b3ad===_0x1534aa;},'GzaWz':_0x55d786(-0x10b,-0xf5,-_0x33325a._0x3d4fa5,-0xcb),'jbLVD':'ablTq','hMwVI':_0x5dc419(0x16,-_0x33325a._0x1bde3a,0x7,-_0x33325a._0x259546)+_0x55d786(-_0x33325a._0x53b00c,-0xbf,-0x13b,-0xea),'kCWBL':_0x5dc419(_0x33325a._0x15541f,0x71,-_0x33325a._0x1e277c,-_0x33325a._0x3ec738)+_0x55d786(-0x11e,-0xd5,-_0x33325a._0x3c6856,-_0x33325a._0x1b7a8d)+_0x5dc419(0x8,_0x33325a._0x32bb57,-_0x33325a._0x41df02,-0x54),'cnFyD':_0x5dc419(-_0x33325a._0x463eb9,-_0x33325a._0x12400c,-0x31,-0x72)+'revoke\x20tok'+'en'};function _0x55d786(_0x5229ca,_0x4c014f,_0x45969a,_0x4add70){return _0x36e407(_0x5229ca-0x80,_0x4c014f-0x11,_0x5229ca- -_0x525e14._0x444e4a,_0x4c014f);}try{const {tokenId:_0xcd8218}=_0x31007f['params'],_0x4737d3=await _0x48f7e7[_0x55d786(-_0x33325a._0x281304,-0xcc,-0x16f,-0xb9)](revokeToken,_0xcd8218);if(!_0x4737d3){if(_0x48f7e7[_0x55d786(-_0x33325a._0x29558a,-_0x33325a._0x51080d,-0x124,-_0x33325a._0x37d230)](_0x48f7e7[_0x55d786(-_0x33325a._0x39ec7a,-0x193,-0x1b0,-0x152)],_0x48f7e7['jbLVD']))_0x4fe3fc[_0x5dc419(_0x33325a._0x32bb57,0x30,0x8,0x28)](_0x48f7e7['DkZGN'],_0x3eb182),_0x2f10b3['emailError']=_0x48f7e7['AfwZX'];else{const _0x3b72f7={};return _0x3b72f7[_0x55d786(-0xef,-0x14a,-_0x33325a._0x3e97d8,-_0x33325a._0x14e1c2)]=_0x5dc419(_0x33325a._0x268bca,_0x33325a._0x4effbd,_0x33325a._0x46d0c9,_0x33325a._0x195f83)+_0x5dc419(-_0x33325a._0x1cfc81,-_0x33325a._0x212f27,-0x27,-_0x33325a._0x576c62),_0x4c391a[_0x55d786(-_0x33325a._0x3194ef,-0x11f,-0x7f,-0xba)](0x2*0xfb3+-0x215d+-0x38b*-0x1)[_0x55d786(-_0x33325a._0x488518,-0x187,-0x150,-_0x33325a._0x5cd916)](_0x3b72f7);}}const _0x235af5={};_0x235af5[_0x55d786(-_0x33325a._0x4ccca7,-_0x33325a._0x4b3420,-_0x33325a._0x3ae925,-_0x33325a._0x154ccf)]=_0x31007f[_0x5dc419(0x4a,_0x33325a._0x4d065f,_0x33325a._0x30d7ce,0x6b)]['id'],_0x235af5[_0x5dc419(_0x33325a._0x47856c,-0x21,-_0x33325a._0x2e372b,-0x17)+_0x55d786(-0xfc,-_0x33325a._0x918518,-0x149,-_0x33325a._0x3998b8)]=_0x31007f['user'][_0x55d786(-0x187,-0x168,-_0x33325a._0x167c99,-0x195)],_0x235af5['tokenId']=_0xcd8218,logger[_0x5dc419(0x5,_0x33325a._0x369c6d,0x0,_0x33325a._0x2d108d)](_0x48f7e7[_0x5dc419(-0x5,0x4e,0x58,-0x5d)],_0x235af5);const _0x439288={};_0x439288[_0x5dc419(-_0x33325a._0x48b91d,-0x4b,_0x33325a._0x12400c,_0x33325a._0x4e4145)]=_0x48f7e7[_0x55d786(-_0x33325a._0x793a50,-0x87,-0xd2,-0x10d)],_0x4c391a[_0x55d786(-_0x33325a._0x488518,-_0x33325a._0x5cd916,-0xf1,-0x15c)](_0x439288);}catch(_0x1c8454){logger['error'](_0x55d786(-0x17c,-0x163,-0x1b1,-0x1be)+_0x55d786(-0xf9,-_0x33325a._0xa78970,-0x137,-0xb2)+'en',_0x1c8454);const _0x173ed2={};_0x173ed2[_0x55d786(-_0x33325a._0x8e90ca,-0xf7,-0xb3,-0xdc)]=_0x48f7e7[_0x5dc419(_0x33325a._0x3f8228,_0x33325a._0x1b6747,_0x33325a._0x3018d6,_0x33325a._0x4b5972)],_0x4c391a[_0x55d786(-_0x33325a._0x3231f,-_0x33325a._0xf0ed07,-0x88,-_0x33325a._0x558c09)](0x67c+-0x241b+0x1*0x1f93)[_0x55d786(-_0x33325a._0xacd77a,-_0x33325a._0x2f414c,-_0x33325a._0x3fa136,-_0x33325a._0x13562f)](_0x173ed2);}});export default router;
|