@profoundlogic/coderflow-server 0.6.0 → 0.6.1
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/.claude/settings.local.json +15 -2
- 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-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-test-results/.last-run.json +52 -2
- 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.html +0 -61
- 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/styles.css +8 -2
- 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/playwright-test-results/result-screenshot.png +0 -0
package/dist/routes/auth.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x3b175b,_0x2c9d5e){const _0x438837={_0x173782:0x26a,_0x2f8221:0x2a7,_0xa63470:0x276,_0x94c859:0x1f4,_0x228a1c:0x255,_0x3f4fb5:0x2ae,_0x12f835:0x2ab,_0x14a63e:0x39f,_0x2a3e61:0x20c,_0x23dbce:0x22b,_0x3dfc93:0x2b4,_0x1de935:0x26c,_0xbd0ebd:0x409,_0x5c6d0c:0x381,_0x277a10:0x2e6,_0xddbf50:0x26d,_0x1cf6cc:0x20b,_0x27cb66:0x272,_0x400442:0x35c,_0x59083f:0x29b,_0x541fb1:0x2fc,_0x513b7c:0x26d},_0x38050c={_0x54758f:0x3f},_0xe8934f={_0x449c96:0x190};function _0x277a84(_0x55dc4b,_0x25bfed,_0x59c144,_0x488643){return _0x454e(_0x59c144-_0xe8934f._0x449c96,_0x55dc4b);}function _0x18d03c(_0x34fe9f,_0x1a8324,_0x47b5b9,_0x3320ab){return _0x454e(_0x34fe9f-_0x38050c._0x54758f,_0x1a8324);}const _0x373299=_0x3b175b();while(!![]){try{const _0x7f4714=-parseInt(_0x277a84(_0x438837._0x173782,_0x438837._0x2f8221,0x26c,_0x438837._0xa63470))/(-0xc0e+0x2*-0x98b+-0x1*-0x1f25)+-parseInt(_0x18d03c(_0x438837._0x94c859,_0x438837._0x228a1c,0x22f,0x1ed))/(0x23c5+0x1a58+0x1*-0x3e1b)*(parseInt(_0x277a84(_0x438837._0x3f4fb5,_0x438837._0x12f835,0x33d,_0x438837._0x14a63e))/(0x8*-0xe+-0x1367*0x1+0x3*0x69e))+parseInt(_0x277a84(0x21b,0x21d,0x263,_0x438837._0x2a3e61))/(-0x120*-0x4+0x8ee+-0xca*0x11)+-parseInt(_0x18d03c(_0x438837._0x23dbce,_0x438837._0x3dfc93,0x2a7,_0x438837._0x1de935))/(-0x12ac+-0x22*-0x101+0xf71*-0x1)+-parseInt(_0x277a84(_0x438837._0xbd0ebd,_0x438837._0x5c6d0c,0x37e,0x3de))/(-0xe51+-0xc5*0xd+0x26*0xa4)*(-parseInt(_0x277a84(_0x438837._0x277a10,0x230,_0x438837._0xddbf50,_0x438837._0x1cf6cc))/(-0x2b*-0xa2+0x7*-0xa1+-0x16c8))+-parseInt(_0x18d03c(0x204,0x1d4,0x211,_0x438837._0x27cb66))/(0x76*0x44+0x1*0x1343+-0x3293)*(parseInt(_0x18d03c(0x18f,0x1c7,0x103,0x1b2))/(0x1e23+-0x159e+-0x21f*0x4))+parseInt(_0x277a84(_0x438837._0x400442,_0x438837._0x59083f,_0x438837._0x541fb1,_0x438837._0x513b7c))/(-0x1c37+-0x214+0x1e55*0x1);if(_0x7f4714===_0x2c9d5e)break;else _0x373299['push'](_0x373299['shift']());}catch(_0x536f9d){_0x373299['push'](_0x373299['shift']());}}}(_0x21dc,0x36c46+-0x13a14+-0x1*-0xc73f1));import _0x36f7bf from'express';import _0x10e665 from'multer';import _0x17f0b4 from'sharp';import _0x4ed38f from'path';import{promises as _0x5c701f}from'fs';import{validatePassword,updateUser,findUserById}from'../lib/users.js';import{createApiKey}from'../lib/apiKeys.js';import{logger}from'../lib/logger.js';import{requireAuth}from'../middleware/requireAuth.js';import{DATA_DIR}from'../lib/data-dir.js';function _0x454e(_0x5b623c,_0x4d616e){_0x5b623c=_0x5b623c-(-0xa2a+0x3*-0xb27+0x2c64);const _0x3785eb=_0x21dc();let _0xd227f1=_0x3785eb[_0x5b623c];if(_0x454e['FriPYg']===undefined){var _0x3f3cdf=function(_0x447978){const _0x483f6b='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xed8468='',_0x343b6b='';for(let _0x17928f=-0x2517+-0x18b0+0x5*0xc5b,_0x598132,_0x175ef2,_0x4860d1=-0xcc4*-0x1+0xf*-0x175+0xb3*0xd;_0x175ef2=_0x447978['charAt'](_0x4860d1++);~_0x175ef2&&(_0x598132=_0x17928f%(0x1f7b+-0x53*-0x75+-0x4566)?_0x598132*(-0xf20+0x29d*-0x2+-0x12*-0x125)+_0x175ef2:_0x175ef2,_0x17928f++%(-0x4d*-0x49+-0x2*-0x12f+0x379*-0x7))?_0xed8468+=String['fromCharCode'](0xdd2+-0x2074+-0x3*-0x68b&_0x598132>>(-(0x1*-0x27b+0x21ee+-0x1f71)*_0x17928f&0x18c*-0x4+0x1e8e+-0x1858)):-0x1f82+-0x229a+0x210e*0x2){_0x175ef2=_0x483f6b['indexOf'](_0x175ef2);}for(let _0x5ed2d2=-0x19db+-0xa22*0x3+-0x1*-0x3841,_0x4bdfc9=_0xed8468['length'];_0x5ed2d2<_0x4bdfc9;_0x5ed2d2++){_0x343b6b+='%'+('00'+_0xed8468['charCodeAt'](_0x5ed2d2)['toString'](-0x76*0x25+0x128*-0xc+0x1efe))['slice'](-(0x1d0c+-0x2*-0x1337+0x4*-0x10de));}return decodeURIComponent(_0x343b6b);};_0x454e['EMhRVj']=_0x3f3cdf,_0x454e['wZTlGo']={},_0x454e['FriPYg']=!![];}const _0x375edb=_0x3785eb[-0x822+-0x1*-0x1bf1+-0x13cf],_0x1cb38a=_0x5b623c+_0x375edb,_0x5be875=_0x454e['wZTlGo'][_0x1cb38a];return!_0x5be875?(_0xd227f1=_0x454e['EMhRVj'](_0xd227f1),_0x454e['wZTlGo'][_0x1cb38a]=_0xd227f1):_0xd227f1=_0x5be875,_0xd227f1;}import{hasPermission,resolveUserRoleNames,resolveAllUserPermissions}from'../lib/permission-resolver.js';import{getTeamsByUserId}from'../lib/teams.js';import{getBindingsBySubject}from'../lib/bindings.js';function _0x31cd2d(_0x3a68a9,_0xafc70c,_0x24d555,_0x461c96){return _0x454e(_0xafc70c-0x1b6,_0x3a68a9);}import{getRoleById}from'../lib/role-definitions.js';function _0x21dc(){const _0x4a691c=['l2XVz2LU','twLZC2LUzYbJCG','zgvZDhjVEsbZzq','ELfRrM8','CMvZAxPL','y3jLyxrLihnLCW','y29Kzq','EhP4uwS','Eevjzw0','tMfTzsbJyw5UBW','DgLVBIbMywLSzq','ihn1y2nLC3nMDq','B3zLza','qxzHDgfYihjLBq','yxzHDgfY','C2LVBG','y292zxi','C2vZC2LVBG','Aw5MBW','DMfSDwvZ','DxnLCG','rMfPBgvKihrVia','CM9Szu5HBwu','txDsBwG','mtGXmJe2otbiEgPjCfC','C2f2zsbZzxnZAq','tg9NB3v0igzHAq','DgvHBxm6BwfUyq','zw1HAwW','CM9SzvbLCM1dBW','BvDRzNy','sMDoyLe','Dw5SAw5R','BNrPy2f0Aw9U','BwTKAxi','uxbgBe0','y2XLyxjdB29RAq','tfL5z1K','qNbdsg4','Chv0','Du1ywwK','y1n4wg8','uM5utfa','C2v0','CMD6Afm','zxrswMy','tuzVB0i','DgvHBq','sw52ywXPzcb1CW','zgvZDhjVEq','DgvHBtOG','vMXgBKe','EfHjrNC','whrRENi','BwvZC2fNzq','wgDMtgi','zcbHCMuGCMvXDq','BM93','rMfPBgvKigXVzW','C3PpD0S','s2Xmsxi','qwnmsKO','DMf0yxi','C3rHy2S','r1jSqxe','zNrsBwO','qMj4yLi','Ewf6zNe','BwTsBwq','AvrHr2K','tM8GzMLSzsb1Ca','v0Tqy0u','wgXSwxC','tg9NAw4GzMfPBa','ihjLC29SDxrPBW','qunsqNa','wvPhALa','ue5hlcbhsuySia','rvvwzue','uwjJDhy','ywXS','CgvYBwLZC2LVBG','uNLxv3K','DcbIzsbLBxb0Eq','uKf3EKG','vxnLCM5HBwuGyq','ANzctuG','C3rHDhvZ','Aw1Hz2uVCg5N','ndu5oxnuyMvlva','C3nOx3vZzxjUyq','D2fYBG','DfP0rhG','z2jsq1m','BwLTzxr5Cgu','tfzQCxu','u2rnveq','mtzswgLzy0S','AM9PBG','igXVz2LUigf0Da','z2v0ihbYB2zPBa','y3b0ueq','q2rvs3m','q29HzhO','DNHeAxq','uM91DgvY','rMPRswW','B0f3suK','CMvZB3vYy2vFAq','vxzdyu4','BIbMywLSzwqGzG','rMXPrM8','A056sfy','mty1otq0BMHMvKnR','l3bYB2zPBguVyq','yu5tyKi','AujgEem','t1jVCKC','Dg9gAwXL','A2v5','DgfY','y2nLC3m','ChjLzMvYzw5Jzq','qurNu0q','Ee51wKq','CgrHDgvZihbYBW','qxzHDgfYihvWBa','BMfTzq','zM13weK','qKHYEhy','zxnZzNvS','u3rMEKO','y2vUDgvY','AgLW','q1bREKK','qxv0AgvUDgLJyq','tMvjzw8','qw4GzxjYB3iGBW','ueXjs0W','zMLSzq','l3bYB2zPBgu','we1vwfe','q0XjigXVz2LUia','ExbL','Dw50','y29KzxiUC2LK','wNnbAvq','renVDMC','yM5Zre0','z2v0igfJy2vZCW','yw5KifDLyLaGyq','zKrhvuK','nJe0mJu5mhn6tLzrtG','uNzMrKi','mJrLv2jOuMm','wwfKEeW','tg9Nz2vKig91Da','svHMwwC','BgX5','C1jSz3u','DhjPBq','Aw4Gyxr0zw1WDa','ChjVzMLSzq','BMX5iePqruCSia','v3Ljvhm','tg9NAw4GC3vJyW','zcbVDxq','rhPRD3O','y1frz1e','yuD3u1u','vxnLCIbSB2DNzq','nJa1nZG3mLDbvvP4AG','BgvUz3rO','yNvMzMvY','zsbHy2nLC3mGAq','AxjLza','B3vxEvu','yxzHDgfYCW','BgvK','rwz0Bvu','mZG5mta1suX4y0jS','ntm4ntH2yLvMC3i','CgfZC3DVCMq','CxvHBgL0Eq','DNLvrKS','BeztuKS','DxbKyxrLihbYBW','z2PnteS','Bhjfte0','l21L','EMjvquS','CMLUzYbHDxrOzq','CM9Szv9Pza','AgryA3m','zxjUyw1Lig9Yia','vgPczvC','CMvZB2X2zsbYBW','ugvYBwLZC2LVBG','EhfVr3i','Aw1Hz2uVz2LM','yM9KEq','l2XVz291Da','BMqGCgfZC3DVCG','uKzMtMy','ywDL','veTNEgG','BvbVshi','q01ysfG','B3iGl21L','zwrLBNrPywXZ','tg9NAw4GzxjYBW','A1njyuS','C3nPB24','zw1IzxjZ','igLUzM8','r0DJExO','zMLSzvnPEMu','y2n1CNjLzcbKDq','ANnVBG','AvnMr2q','t3bZwKe','wNfmExK','DgvHBxm','AKnRtMy','sMPSzKq','zg5ZCxy','D2TjEeu','B2fKzwq','uMvdEM4','Ew1dD0O','vxnLCIbUB3qGzG','C2LUz2XL','rNzXrMO','zw1HAwXFy29TBq','DxnLCKLK','BwvTB3j5u3rVCG','sKHgweO','vgfKwfi','zvHhuKG','EvfZtMe','tM8GDMfSAwqGDq','DePrCMC','DxbSB2fKigf2yq','vKvnA1q','DMLH','CNDjv0O','BguGDhLWzs4GtW','y3HZru0','B3vUza','ssbSB2DPBG','C2vYDMvY','Cg9ZDa','EvD5zwG','uhnYEw8','rMfPBgvKienmsq','z2v0','CKXAvMK','zgf0zwq','sw52ywXPzcbMAq','CMuGywXSB3DLza','Bg9HzgvK','zfbREfC','qw1brfi','AuDKq0O','BwfW','l2f2yxrHCNmV','vhrYqxe','y3jLyxrLigf2yq','CKHiwgG','suXABgW','EfHKyKC','wMr1CNi','zw1WDa','DxnLCM5HBwu','C1DAsg0','uKXYAge','sfHOC0G','Dg9YEq','DMLKzwq','B1z4y00','wujdEfO','zxjYB3i','BxnPAhm','CfLXthK','zgrSsw8','v0TbqMq','zhPIBKS','rhz3rgi','CMvZB3vYy2vFDa','C3vJy2vZC2z1Ba','DunOzuy','q0XjiefJy2vZCW','CMvJDxjZAxzL','uhzqyKy','zgLYzwn0','s0D2wgu','mZmZEvzlBKXO','BMzV','Aw1Hz2uVD2vICa','zw52AxjVBM1LBG'];_0x21dc=function(){return _0x4a691c;};return _0x21dc();}const AVATARS_DIR=_0x4ed38f['join'](DATA_DIR,_0x31cd2d(0x243,0x28f,0x26f,0x23b)),AVATAR_SIZE=-0x2a4+0xcd*-0x2d+0x27ad*0x1,_0x2e95ed={};_0x2e95ed[_0x31cd2d(0x2b4,0x2b6,0x287,0x22a)]=(-0xfdf+-0x16ca+0x26b3)*(-0xf*0x53+0x1bc1+-0x27*0x7c)*(0x1*-0x1cf9+0x3f+0x20ba);const avatarUpload=_0x10e665({'storage':_0x10e665[_0x2c7573(-0x27,0x33,0x1,0x15)+_0x31cd2d(0x2e4,0x2aa,0x2b3,0x2a2)](),'limits':_0x2e95ed,'fileFilter':(_0xc31620,_0x52117c,_0x4bc232)=>{const _0x3f6986={_0xc4415a:0x13e,_0x5d7490:0x10f,_0x2df6ff:0xa6,_0x74d262:0xe2,_0x1e87fe:0xa2,_0x1cf6cb:0xb1,_0x2188e1:0x114,_0x4ef792:0x14f,_0x582288:0x129,_0x56952f:0x92,_0x36c333:0x6a,_0x2c74b2:0xe0,_0x1bed5b:0x55,_0x159a57:0x33,_0x5ba897:0xe6,_0x19d835:0xf8,_0x1f4727:0xf0,_0x3e57f3:0x5c,_0x525d0d:0x4f,_0xd54b02:0x70,_0x53de30:0x6e,_0x577a29:0x181,_0x1462f3:0x13e,_0x262269:0x2a,_0x3fd34b:0x59,_0x120a0f:0x8f,_0x310736:0x157,_0x1f774c:0x158,_0x5b88e3:0x1ce,_0x350246:0xec,_0x96b230:0x13d,_0x13c31e:0x44,_0x58771a:0xda,_0x1ff032:0x32,_0x2ba379:0x5a,_0x4358cb:0x5a,_0x160c65:0xfc,_0x76c5e8:0xc3,_0x4b0d16:0x95,_0x8965e0:0xb6,_0x491966:0xf2,_0x4264e7:0xae,_0x455e7e:0x83,_0x53b2dd:0x42,_0x3c74d5:0xa7,_0xae421c:0x2b,_0x4932a9:0x2f,_0x55e092:0x72,_0x1fcec8:0xe8,_0x190620:0x154,_0xe09315:0xf,_0x3e4726:0x25,_0x285754:0xd,_0x83ab27:0x14,_0x5deb8f:0x63,_0x2b59b0:0x3,_0x3bca56:0x10f,_0xab22dc:0x9b,_0x1ee7dc:0x67,_0xf11c48:0x1d,_0x450c97:0x93,_0x1452af:0x1a,_0x51c309:0x10a,_0x35c75a:0xdb,_0x10f672:0xea,_0x240591:0x45,_0x61b258:0x93,_0x1623a2:0xb6,_0x46cb8f:0x1b3,_0x52fdcb:0x1e9,_0x451243:0x79,_0x1a91d8:0xb,_0x5d89ad:0x19},_0x236ad5={_0x119479:0x1cb};function _0x39c950(_0x1978b5,_0x5b0b10,_0x129df0,_0x56a798){return _0x2c7573(_0x1978b5-0x89,_0x5b0b10-0x1d7,_0x129df0- -0x32,_0x56a798);}const _0x5853c3={'JjlfD':_0x519b10(_0x3f6986._0xc4415a,_0x3f6986._0x5d7490,0x182,0x107)+_0x519b10(_0x3f6986._0x2df6ff,0xfc,0xa7,0x17f)+_0x519b10(_0x3f6986._0x74d262,_0x3f6986._0x1e87fe,_0x3f6986._0x1cf6cb,0x35),'FvqFj':_0x519b10(0x9f,_0x3f6986._0x2188e1,_0x3f6986._0x4ef792,_0x3f6986._0x582288)+_0x39c950(-0x43,-_0x3f6986._0x56952f,-_0x3f6986._0x36c333,-_0x3f6986._0x2c74b2),'mCJrY':'image/jpeg','msihs':_0x39c950(-0xde,-0x48,-_0x3f6986._0x1bed5b,-_0x3f6986._0x159a57),'YBCxZ':_0x519b10(_0x3f6986._0x5ba897,_0x3f6986._0x19d835,_0x3f6986._0x5d7490,_0x3f6986._0x1f4727),'PvPbF':function(_0x4e3aed,_0x40e2a1){return _0x4e3aed!==_0x40e2a1;},'rHHXh':_0x39c950(-0x15,0x4a,_0x3f6986._0x3e57f3,_0x3f6986._0x525d0d),'LYygY':_0x39c950(0xfa,0x55,_0x3f6986._0xd54b02,_0x3f6986._0x53de30),'FDwLh':function(_0x1632b4,_0x3a9a60){return _0x1632b4(_0x3a9a60);}};function _0x519b10(_0x2e3b57,_0x5047ad,_0x11471a,_0xa34b1d){return _0x2c7573(_0x2e3b57-_0x236ad5._0x119479,_0x5047ad-0x19d,_0x5047ad-0xb8,_0xa34b1d);}const _0x56a421=[_0x5853c3['mCJrY'],_0x519b10(0x18c,0x152,_0x3f6986._0x577a29,_0x3f6986._0x1462f3),_0x5853c3[_0x39c950(-0x30,-_0x3f6986._0x262269,-0x2,_0x3f6986._0x3fd34b)],_0x5853c3[_0x519b10(_0x3f6986._0x120a0f,0xe6,0x17c,_0x3f6986._0x310736)]];if(_0x56a421['includes'](_0x52117c[_0x519b10(0xc2,_0x3f6986._0x1f774c,_0x3f6986._0x5b88e3,_0x3f6986._0x350246)])){if(_0x5853c3['PvPbF'](_0x5853c3[_0x519b10(0x95,0xda,_0x3f6986._0x96b230,_0x3f6986._0x13c31e)],_0x5853c3[_0x519b10(0x100,_0x3f6986._0x58771a,_0x3f6986._0x2188e1,0xf8)])){const _0x38af65={};_0x38af65[_0x39c950(-0xba,-0x39,-_0x3f6986._0x1ff032,_0x3f6986._0x2ba379)]=_0x1885ec,_0x38af65['username']=_0xe4e812,_0x80382e[_0x519b10(_0x3f6986._0x4358cb,0xe7,_0x3f6986._0x160c65,_0x3f6986._0x76c5e8)](_0x5853c3[_0x519b10(0x6c,0xae,0x45,0x4f)],_0x5d9bf7,_0x38af65);const _0x362d22={};return _0x362d22['error']=_0x5853c3[_0x519b10(_0x3f6986._0x4b0d16,_0x3f6986._0x8965e0,0x27,_0x3f6986._0x491966)],_0x362d22['message']=_0x5853c3[_0x519b10(0xf4,_0x3f6986._0x4264e7,0x132,0xc7)],_0x26e532['status'](-0x2e9+0x16fd+-0x1d*0xa0)[_0x39c950(0x1,-_0x3f6986._0x455e7e,-_0x3f6986._0x53b2dd,-_0x3f6986._0x3c74d5)](_0x362d22);}else _0x4bc232(null,!![]);}else{if(_0x5853c3[_0x39c950(-_0x3f6986._0xae421c,_0x3f6986._0x4932a9,0x9,_0x3f6986._0x55e092)](_0x5853c3['LYygY'],_0x5853c3[_0x519b10(_0x3f6986._0x1fcec8,0x11f,0x98,_0x3f6986._0x190620)])){_0x5303ba['error'](_0x39c950(-_0x3f6986._0xe09315,-0x4b,_0x3f6986._0x3e4726,-0x41)+'get\x20profil'+'e\x20access\x20i'+_0x39c950(0x25,-0x83,_0x3f6986._0x285754,-_0x3f6986._0x83ab27),_0x3348a8);const _0x580df9={};_0x580df9[_0x39c950(_0x3f6986._0x5deb8f,-0x76,-_0x3f6986._0x2b59b0,-0x38)]='Failed\x20to\x20'+_0x39c950(0xd3,0x4a,0xa5,_0x3f6986._0x3bca56)+_0x519b10(0x109,0xa4,_0x3f6986._0xab22dc,0x3b),_0x34f1f1[_0x39c950(0xf4,-0x2a,_0x3f6986._0x1ee7dc,_0x3f6986._0x19d835)](-0x6*-0x397+-0x4f*-0x65+0x3*-0x10eb)['json'](_0x580df9);}else _0x5853c3['FDwLh'](_0x4bc232,new Error(_0x39c950(_0x3f6986._0xf11c48,-_0x3f6986._0x450c97,-_0x3f6986._0x1452af,-0x32)+_0x519b10(_0x3f6986._0x51c309,0xc4,_0x3f6986._0x35c75a,0x8a)+_0x519b10(_0x3f6986._0x10f672,0x71,_0x3f6986._0x240591,_0x3f6986._0x61b258)+_0x39c950(_0x3f6986._0x1623a2,0xa1,0x5d,0x3a)+_0x519b10(0x15c,0x190,_0x3f6986._0x46cb8f,_0x3f6986._0x52fdcb)+_0x39c950(_0x3f6986._0x451243,_0x3f6986._0x1a91d8,-_0x3f6986._0x5d89ad,-0x7e)+'.'));}}});async function ensureAvatarsDir(){const _0xe90cac={_0x557970:0x294,_0x256922:0x264,_0x2f5d38:0x51f,_0x4469fb:0x5b2,_0x202b9f:0x26b,_0x5067d6:0x2e8,_0x3b51d1:0x2a1,_0x434a8d:0x2ce,_0x9f1ad9:0x230,_0xe5d5:0x231,_0x596770:0x1bf,_0x32da2a:0x545,_0x5a40e3:0x47a,_0x4bd113:0x4b5,_0x4a8b9c:0x313,_0x497918:0x39a,_0x578bfa:0x2db,_0x130fe1:0x2bc,_0x1502a5:0x2b9,_0xd2c4c5:0x222,_0x50b1d5:0x1e3,_0x4d20f6:0x2c4,_0x2e812a:0x249,_0x23320c:0x2da,_0x5711c5:0x29a,_0x1f7e22:0x306,_0x2145d5:0x29e,_0x475b3a:0x2aa,_0x33c793:0x4dd,_0x36523d:0x439,_0x29274d:0x2bb,_0x4e5086:0x27d,_0x3521da:0x2c8,_0x2c95c4:0x27f,_0x42aed5:0x303,_0x20466c:0x501,_0x5bf9a2:0x516,_0x3245e2:0x322,_0x38e476:0x2ea,_0x399b17:0x1ea,_0x4ebaa4:0x1f6,_0x5c6c32:0x532,_0x105389:0x4c3,_0x194d65:0x449,_0x1e03d1:0x23a,_0x2e0d8e:0x2b5,_0x1cf4d2:0x502,_0x280fea:0x4e4,_0x43748f:0x2fd,_0x2c1060:0x368,_0x5bf264:0x37d},_0xcf01d5={_0x1eb12c:0x19b},_0x62dd98={_0x42796c:0x159,_0xae53ab:0x1e3},_0x112dfc={};_0x112dfc['Xtkzr']=_0x849e29(0x2d1,_0xe90cac._0x557970,0x20e,_0xe90cac._0x256922)+'edentials',_0x112dfc[_0x17a114(0x577,0x48e,_0xe90cac._0x2f5d38,_0xe90cac._0x4469fb)]=_0x849e29(_0xe90cac._0x202b9f,_0xe90cac._0x5067d6,_0xe90cac._0x3b51d1,_0xe90cac._0x434a8d)+_0x849e29(_0xe90cac._0x9f1ad9,_0xe90cac._0xe5d5,0x21c,_0xe90cac._0x596770)+_0x17a114(_0xe90cac._0x32da2a,0x492,0x503,_0xe90cac._0x5a40e3)+_0x17a114(_0xe90cac._0x4bd113,0x3c3,0x44e,0x42f);function _0x849e29(_0x147aba,_0x2d87f1,_0x563e4a,_0x32bb0e){return _0x2c7573(_0x147aba-_0x62dd98._0x42796c,_0x2d87f1-_0x62dd98._0xae53ab,_0x2d87f1-0x251,_0x32bb0e);}_0x112dfc['dzbnK']=function(_0x4b982d,_0x1f0574){return _0x4b982d===_0x1f0574;},_0x112dfc[_0x849e29(0x39e,_0xe90cac._0x4a8b9c,_0xe90cac._0x497918,_0xe90cac._0x578bfa)]=_0x849e29(_0xe90cac._0x130fe1,_0xe90cac._0x1502a5,0x270,_0xe90cac._0x557970),_0x112dfc[_0x849e29(_0xe90cac._0xd2c4c5,0x26d,_0xe90cac._0x50b1d5,_0xe90cac._0x4d20f6)]=_0x17a114(0x48a,0x4be,_0xe90cac._0x5a40e3,0x454);function _0x17a114(_0x55c533,_0x2e2a63,_0x3c17e8,_0x2b4ebd){return _0x2c7573(_0x55c533-_0xcf01d5._0x1eb12c,_0x2e2a63-0x58,_0x3c17e8-0x489,_0x2b4ebd);}_0x112dfc[_0x849e29(0x2c7,_0xe90cac._0x2e812a,0x1f5,_0xe90cac._0x23320c)]='EEXIST',_0x112dfc[_0x849e29(_0xe90cac._0x5711c5,_0xe90cac._0x1f7e22,0x2f8,0x393)]='Failed\x20to\x20'+_0x849e29(_0xe90cac._0x2145d5,0x272,_0xe90cac._0x475b3a,0x25a)+'tars\x20direc'+_0x17a114(_0xe90cac._0x33c793,_0xe90cac._0x36523d,0x4b4,0x532);const _0x40f3cd=_0x112dfc;try{if(_0x40f3cd[_0x849e29(0x2b3,0x285,_0xe90cac._0x29274d,0x277)](_0x40f3cd['fmwXI'],_0x40f3cd[_0x17a114(0x4b8,0x4c2,0x4a5,0x50d)])){const _0xcf718f={};return _0xcf718f['error']=_0x40f3cd[_0x849e29(_0xe90cac._0x4e5086,_0xe90cac._0x3521da,_0xe90cac._0x2c95c4,_0xe90cac._0x42aed5)],_0xcf718f[_0x17a114(0x559,0x55e,_0xe90cac._0x20466c,_0xe90cac._0x5bf9a2)]=_0x40f3cd[_0x17a114(0x55a,0x517,_0xe90cac._0x2f5d38,0x4b0)],_0x14c239[_0x849e29(_0xe90cac._0x3245e2,_0xe90cac._0x38e476,0x362,0x2b4)](0x930+-0x8d*-0x9+0x1*-0xc95)[_0x849e29(_0xe90cac._0x399b17,0x241,0x1e7,_0xe90cac._0x4ebaa4)](_0xcf718f);}else{const _0x16b29f={};_0x16b29f[_0x17a114(0x443,_0xe90cac._0x5c6c32,_0xe90cac._0x105389,_0xe90cac._0x194d65)]=!![],await _0x5c701f[_0x849e29(_0xe90cac._0x1e03d1,_0xe90cac._0x2e0d8e,0x228,0x2bc)](AVATARS_DIR,_0x16b29f);}}catch(_0x32032c){_0x32032c[_0x17a114(_0xe90cac._0x1cf4d2,0x533,0x4d1,_0xe90cac._0x280fea)]!==_0x40f3cd['wkIxE']&&logger['error'](_0x40f3cd[_0x849e29(_0xe90cac._0x43748f,_0xe90cac._0x1f7e22,_0xe90cac._0x2c1060,_0xe90cac._0x5bf264)],_0x32032c);}}const router=_0x36f7bf[_0x31cd2d(0x2f0,0x373,0x3b8,0x339)]();function _0x2c7573(_0x12a2a4,_0x39139e,_0x539941,_0x59e2c8){return _0x454e(_0x539941- -0x112,_0x59e2c8);}router['post'](_0x31cd2d(0x362,0x30a,0x33e,0x33e),async(_0x211727,_0x1d9d1e)=>{const _0x5d0088={_0x5d6680:0xb7,_0x5e4102:0x155,_0x1e4428:0x265,_0x1996ad:0x22c,_0x5631f3:0x23d,_0x1a4841:0x24f,_0x3e3360:0x111,_0x3483df:0x169,_0xa665d3:0x1b8,_0x458a25:0xad,_0x85b492:0xdc,_0x268f29:0x86,_0x311be1:0x9f,_0x1b8dd6:0x4f,_0xba03b:0x179,_0x1bb3e9:0x1b6,_0x1e7501:0x1e3,_0x28094a:0x148,_0x1db910:0x1d7,_0x1a2259:0xf8,_0xac7dca:0x170,_0xa14a13:0x241,_0x1ef0c1:0x176,_0x2f829b:0xfd,_0x37bdba:0x203,_0x179ede:0x1d3,_0x5ac12:0x62,_0x5a3c47:0xb2,_0x1d4c50:0x136,_0x4a069c:0xe2,_0x4d1d61:0x81,_0x1c17be:0xa4,_0x244cd1:0x21,_0x5466a0:0xfe,_0x2e3299:0x7c,_0x4575d5:0x17a,_0x24fa57:0x1c6,_0x1fd0f9:0x247,_0x455108:0x177,_0x2603f8:0x196,_0x4a4dc4:0x12f,_0x68e66f:0x195,_0x3eb5bd:0x12b,_0x3e306c:0x23e,_0x20aa23:0x24a,_0x2b63f8:0x1f9,_0x142946:0x1a1,_0x3008cb:0x1e0,_0x4ea482:0x1b5,_0x138092:0xf7,_0x3026ed:0x114,_0x112792:0x18b,_0x5eb6b8:0xbc,_0x2ae875:0xd1,_0x4fefdc:0x162,_0x1059e9:0x1c3,_0xcaceab:0x11d,_0x10f789:0x153,_0xbcb835:0x144,_0x33c7b1:0xc9,_0xf12d42:0x1fd,_0x3b5a92:0x13d,_0x5a4cea:0x12c,_0x5bcf72:0x165,_0x1b2108:0x15d,_0x592e42:0x140,_0x27c350:0x15a,_0xd574d8:0x1ac,_0x1ed5a8:0x293,_0x4ee906:0x267,_0x484889:0x21d,_0x3e829d:0x232,_0x27be29:0x21a,_0xb0e330:0x1de,_0x5e7e1b:0x1b3,_0x36bbc6:0x245,_0x19329c:0x244,_0x584c18:0x178,_0x38ed03:0x14d,_0xd6ddae:0x1a4,_0x2980b1:0x1e3,_0x4da41e:0x236,_0x18bdf8:0xf1,_0x4e4bd6:0x142,_0x2f4166:0x16c,_0x136ae5:0x1ba,_0x19d214:0x1c4,_0x527dff:0x14b,_0x46b677:0x110,_0x4b7bc0:0x13b,_0x2695c7:0x213,_0x283cd8:0x181,_0x27b872:0x19b,_0x459902:0x19a,_0x38d2a1:0x1ba,_0x8ec489:0x158,_0xb26465:0xa0,_0x208463:0x11c,_0x438c0e:0x19f,_0x14e44e:0x183,_0x1df5a7:0x207,_0x6c2a21:0x1e1,_0x4f24d9:0x174,_0x251ca4:0x96},_0x3b468f={_0x4f377d:0x2d1,_0x4caa01:0x27a,_0x22319b:0x208,_0x2ae4bd:0x580,_0x4966e6:0x3a8,_0x59fbba:0x2fe,_0x1b976e:0x51b,_0x22c2ed:0x4ea,_0x1b9cad:0x5d1,_0x1c7e21:0x564,_0x2255c2:0x52d,_0x5eddbc:0x292,_0x2cc03b:0x4dc,_0xbfea37:0x541,_0x3e8585:0x25c,_0x28c070:0x263,_0x43967c:0x270,_0x2d27a8:0x2c9,_0x4ec643:0x282,_0x2b0bbf:0x31c,_0x4301e8:0x295,_0x40391f:0x300,_0x2d314f:0x63b,_0xdfb54e:0x5aa,_0x2e656a:0x577,_0x1693ff:0x550,_0x42913f:0x321,_0x58448a:0x34b,_0x258407:0x273,_0x516c7e:0x278,_0x435e41:0x25f,_0x41b861:0x296,_0x4da744:0x556,_0x4da0ae:0x54a,_0x1d122e:0x4c7,_0x1c36b4:0x534,_0x4ceb42:0x2ec,_0x16c6c1:0x349,_0x5ae7e6:0x35e,_0x48a215:0x2bb,_0x302288:0x2a9,_0x154a1d:0x299,_0x24c5eb:0x317,_0x3e1740:0x258,_0x8740f3:0x278,_0x584099:0x27b},_0x1a5bcc={_0x292ec1:0x19b,_0x16419b:0x17b},_0x4628f9={_0x335f2b:0x18e,_0x3699a4:0x15a},_0x3e05fd={'EftmU':_0x3572d0(_0x5d0088._0x5d6680,0x144,0x1c2,_0x5d0088._0x5e4102)+_0x52ea91(-_0x5d0088._0x1e4428,-_0x5d0088._0x1996ad,-_0x5d0088._0x5631f3,-_0x5d0088._0x1a4841)+_0x52ea91(-0x169,-_0x5d0088._0x3e3360,-0x140,-_0x5d0088._0x3483df),'XllYw':'Login\x20fail'+'ed','xNuZD':_0x3572d0(0x1c8,_0x5d0088._0xa665d3,0x165,0x1e8)+_0x3572d0(_0x5d0088._0x458a25,_0x5d0088._0x85b492,_0x5d0088._0x268f29,0x164)+_0x3572d0(0xc1,0xc2,_0x5d0088._0x311be1,_0x5d0088._0x1b8dd6)+'ntication','OpsZA':function(_0x4181e8,_0x13ec67){return _0x4181e8===_0x13ec67;},'NeIeo':'YadxL','xXIFw':_0x52ea91(-0x199,-_0x5d0088._0xba03b,-_0x5d0088._0x1bb3e9,-_0x5d0088._0x1e7501)+_0x3572d0(0xc8,_0x5d0088._0x28094a,_0x5d0088._0x1db910,0x1b2)+'on','xRhoc':'Failed\x20to\x20'+'create\x20ses'+_0x3572d0(0x1a3,0x13e,_0x5d0088._0x1a2259,_0x5d0088._0xac7dca),'jCkNf':_0x52ea91(-0x23a,-0x208,-0x24d,-_0x5d0088._0xa14a13)+'d\x20in','ACRBp':function(_0x2f3eec,_0xfe09bb){return _0x2f3eec||_0xfe09bb;},'lFSRK':_0x52ea91(-0x1d7,-0xed,-_0x5d0088._0x1ef0c1,-_0x5d0088._0x2f829b)+'nd\x20passwor'+_0x52ea91(-_0x5d0088._0x37bdba,-0x1ba,-0x193,-_0x5d0088._0x179ede)+_0x3572d0(_0x5d0088._0x5ac12,_0x5d0088._0x5a3c47,0x37,0x146),'PnfcT':function(_0x5f41d2,_0x26db6e,_0x387554){return _0x5f41d2(_0x26db6e,_0x387554);},'oVxcM':function(_0x17229c,_0x5c8649){return _0x17229c!==_0x5c8649;},'UvCaN':_0x3572d0(0x169,_0x5d0088._0x1d4c50,_0x5d0088._0x4a069c,0x19b),'mPoHr':'Failed\x20log'+_0x3572d0(_0x5d0088._0x4d1d61,_0x5d0088._0x1c17be,_0x5d0088._0x244cd1,0x7b),'Psryo':_0x3572d0(0x3f,0xd5,_0x5d0088._0x5466a0,_0x5d0088._0x2e3299)+'r'};function _0x52ea91(_0x4d70fc,_0x38466c,_0x4e09f6,_0x9dd38b){return _0x2c7573(_0x4d70fc-_0x4628f9._0x335f2b,_0x38466c-_0x4628f9._0x3699a4,_0x4e09f6- -0x20d,_0x4d70fc);}const {username:_0x59fa06,password:_0x1e1d36}=_0x211727[_0x3572d0(0x3e,0xcb,0x8e,0x143)];if(_0x3e05fd[_0x3572d0(0x1f1,_0x5d0088._0x4575d5,0x15f,_0x5d0088._0x24fa57)](!_0x59fa06,!_0x1e1d36)){const _0x487f78={};return _0x487f78[_0x52ea91(-0x1c2,-0x24d,-0x1de,-_0x5d0088._0x1fd0f9)]=_0x3572d0(_0x5d0088._0x455108,0x130,0x1c5,0x169)+_0x52ea91(-_0x5d0088._0x2603f8,-0x1fa,-0x226,-0x262),_0x487f78[_0x52ea91(-_0x5d0088._0x4a4dc4,-0x18c,-_0x5d0088._0x68e66f,-_0x5d0088._0x3eb5bd)]=_0x3e05fd[_0x52ea91(-0x1b5,-0x1a8,-_0x5d0088._0x3e306c,-_0x5d0088._0x20aa23)],_0x1d9d1e['status'](-0x1*0x83+-0x1581+0x4*0x5e5)['json'](_0x487f78);}function _0x3572d0(_0x591812,_0x40924e,_0x46e1a4,_0x431e24){return _0x31cd2d(_0x591812,_0x40924e- -0x1db,_0x46e1a4-0x27,_0x431e24-0x4e);}try{const _0x4325bb=await _0x3e05fd['PnfcT'](validatePassword,_0x59fa06,_0x1e1d36);if(!_0x4325bb){if(_0x3e05fd[_0x52ea91(-_0x5d0088._0x2b63f8,-_0x5d0088._0x142946,-_0x5d0088._0x3008cb,-0x240)]('ubfMe',_0x3e05fd[_0x3572d0(0x1ec,0x19c,0x1fa,_0x5d0088._0x4ea482)])){const _0x1ebced={};_0x1ebced[_0x3572d0(_0x5d0088._0x138092,_0x5d0088._0x3026ed,0x99,_0x5d0088._0x138092)]=_0x59fa06,logger[_0x52ea91(-0x116,-0x1bf,-_0x5d0088._0xac7dca,-_0x5d0088._0x112792)](_0x3e05fd[_0x3572d0(_0x5d0088._0x5eb6b8,_0x5d0088._0x2ae875,0x13f,0x5b)],_0x1ebced);const _0x407290={};return _0x407290[_0x52ea91(-_0x5d0088._0x4fefdc,-_0x5d0088._0x1059e9,-0x1de,-0x20e)]=_0x52ea91(-_0x5d0088._0xcaceab,-_0x5d0088._0x10f789,-_0x5d0088._0xbcb835,-_0x5d0088._0x33c7b1)+_0x52ea91(-_0x5d0088._0xf12d42,-_0x5d0088._0x3b5a92,-0x1c1,-0x244)+'d',_0x407290[_0x3572d0(_0x5d0088._0x5a4cea,_0x5d0088._0x5bcf72,_0x5d0088._0x1b2108,0xd8)]='Invalid\x20us'+'ername\x20or\x20'+_0x3572d0(0x3f,0xb9,0x10c,_0x5d0088._0x592e42),_0x1d9d1e[_0x3572d0(_0x5d0088._0x27c350,0x186,0x103,_0x5d0088._0xd574d8)](0x12e6+0x1133+-0x2288)[_0x52ea91(-_0x5d0088._0x1ed5a8,-_0x5d0088._0x4ee906,-_0x5d0088._0x484889,-_0x5d0088._0x3e829d)](_0x407290);}else{_0x3acfd6[_0x52ea91(-_0x5d0088._0x27be29,-_0x5d0088._0xf12d42,-_0x5d0088._0xb0e330,-0x1d3)](_0x3e05fd[_0x52ea91(-_0x5d0088._0x5e7e1b,-_0x5d0088._0x36bbc6,-_0x5d0088._0x19329c,-0x2d7)],_0x260a85);const _0x160a2d={};_0x160a2d[_0x3572d0(_0x5d0088._0x584c18,0x11c,_0x5d0088._0x38ed03,_0x5d0088._0xd6ddae)]=_0x3e05fd[_0x52ea91(-0x2ab,-_0x5d0088._0x2980b1,-0x244,-_0x5d0088._0x4da41e)],_0x1e00e9['status'](-0x199*-0x15+0x775+-0x270e)['json'](_0x160a2d);}}_0x211727[_0x3572d0(_0x5d0088._0x18bdf8,0x140,0x11f,0x176)][_0x52ea91(-0x190,-0x1e3,-0x20d,-0x1e1)]=_0x4325bb['id'],_0x211727['session'][_0x3572d0(_0x5d0088._0x4e4bd6,0x114,0x172,_0x5d0088._0x2f4166)]=_0x4325bb['username'],_0x211727[_0x52ea91(-0x1a9,-0x165,-_0x5d0088._0x136ae5,-0x217)]['email']=_0x4325bb[_0x3572d0(_0x5d0088._0x19d214,_0x5d0088._0x527dff,_0x5d0088._0x46b677,0x13e)],_0x211727[_0x52ea91(-_0x5d0088._0x4b7bc0,-_0x5d0088._0x2695c7,-0x1ba,-_0x5d0088._0x283cd8)][_0x52ea91(-0x16b,-_0x5d0088._0x27b872,-0x14c,-0x173)]=_0x4325bb['name'],_0x211727[_0x52ea91(-0x17d,-0x17e,-_0x5d0088._0x136ae5,-0x141)]['ssh_userna'+'me']=_0x4325bb[_0x52ea91(-0x184,-0xf3,-0x171,-_0x5d0088._0x459902)+'me'],_0x211727[_0x52ea91(-0x168,-0x138,-_0x5d0088._0x38d2a1,-_0x5d0088._0x8ec489)]['save'](_0x1561f6=>{const _0xaa7f5a={_0x1808d7:0x177};if(_0x1561f6){if(_0x3e05fd[_0x392603(_0x3b468f._0x4f377d,_0x3b468f._0x4caa01,_0x3b468f._0x22319b,0x2ba)](_0x3e05fd[_0x1e0361(0x594,0x5b6,_0x3b468f._0x2ae4bd,0x582)],_0x392603(0x3ad,0x365,_0x3b468f._0x4966e6,0x374))){logger[_0x392603(0x331,0x2b7,0x2f1,_0x3b468f._0x59fbba)](_0x3e05fd[_0x1e0361(0x511,0x562,0x5dd,_0x3b468f._0x1b976e)],_0x1561f6);const _0x56b52c={};return _0x56b52c[_0x1e0361(0x539,0x51b,0x4d0,0x4bf)]=_0x3e05fd[_0x1e0361(_0x3b468f._0x22c2ed,0x576,0x5f6,_0x3b468f._0x1b9cad)],_0x56b52c[_0x1e0361(0x591,_0x3b468f._0x1c7e21,0x5cd,_0x3b468f._0x2255c2)]=_0x3e05fd['xRhoc'],_0x1d9d1e[_0x392603(0x2c2,0x321,_0x3b468f._0x5eddbc,0x2ca)](-0xbd5+-0x1*0x8ad+-0xb3b*-0x2)[_0x1e0361(0x4c1,_0x3b468f._0x2cc03b,_0x3b468f._0xbfea37,0x53d)](_0x56b52c);}else{_0x25c2a6[_0x392603(0x299,0x2b7,0x2a2,_0x3b468f._0x3e8585)](_0x392603(_0x3b468f._0x28c070,_0x3b468f._0x43967c,0x2ce,0x20c)+'r',_0x51ca5d);const _0xa7498e={};_0xa7498e[_0x392603(_0x3b468f._0x28c070,0x2b7,_0x3b468f._0x2d27a8,_0x3b468f._0x4ec643)]=_0x3e05fd[_0x392603(0x307,0x312,_0x3b468f._0x2b0bbf,_0x3b468f._0x4301e8)],_0xa7498e[_0x392603(0x353,_0x3b468f._0x40391f,0x2e1,0x385)]=_0x3e05fd[_0x1e0361(_0x3b468f._0x2d314f,_0x3b468f._0xdfb54e,_0x3b468f._0x2e656a,_0x3b468f._0x1693ff)],_0x23429c[_0x392603(0x2ea,_0x3b468f._0x42913f,0x36d,_0x3b468f._0x58448a)](0x5*0x484+-0x23f8+0xf58)[_0x392603(_0x3b468f._0x258407,_0x3b468f._0x516c7e,_0x3b468f._0x435e41,0x293)](_0xa7498e);}}const _0x3ee7bd={};function _0x1e0361(_0x2bed76,_0xcbcefd,_0x3b919a,_0x3e109b){return _0x3572d0(_0x3b919a,_0xcbcefd-0x3ff,_0x3b919a-0x36,_0x3e109b-_0xaa7f5a._0x1808d7);}_0x3ee7bd[_0x392603(0x252,0x288,_0x3b468f._0x41b861,0x2c7)]=_0x4325bb['id'],_0x3ee7bd['username']=_0x4325bb['username'],logger['info'](_0x3e05fd[_0x1e0361(0x46d,0x4e1,0x4bb,_0x3b468f._0x4da744)],_0x3ee7bd);const _0x39a04d={};_0x39a04d['id']=_0x4325bb['id'],_0x39a04d['username']=_0x4325bb['username'],_0x39a04d[_0x1e0361(0x534,_0x3b468f._0x4da0ae,_0x3b468f._0x1d122e,_0x3b468f._0x1c36b4)]=_0x4325bb['email'];function _0x392603(_0x613d73,_0x1debcb,_0x5d834f,_0x3ce308){return _0x3572d0(_0x5d834f,_0x1debcb-_0x1a5bcc._0x292ec1,_0x5d834f-_0x1a5bcc._0x16419b,_0x3ce308-0xb8);}_0x39a04d['name']=_0x4325bb[_0x392603(_0x3b468f._0x4ceb42,_0x3b468f._0x16c6c1,_0x3b468f._0x5ae7e6,_0x3b468f._0x4f377d)],_0x39a04d[_0x392603(_0x3b468f._0x48a215,0x324,0x2b5,_0x3b468f._0x302288)+'me']=_0x4325bb[_0x392603(_0x3b468f._0x154a1d,0x324,_0x3b468f._0x24c5eb,0x29b)+'me'];const _0x519a85={};_0x519a85['user']=_0x39a04d,_0x1d9d1e[_0x392603(_0x3b468f._0x3e1740,_0x3b468f._0x8740f3,_0x3b468f._0x584099,0x260)](_0x519a85);});}catch(_0x3f3131){logger['error'](_0x3e05fd[_0x3572d0(0xd9,0x100,0xb4,0x9d)],_0x3f3131);const _0x3535b4={};_0x3535b4[_0x3572d0(_0x5d0088._0xb26465,_0x5d0088._0x208463,0x11a,0xe0)]=_0x3e05fd[_0x52ea91(-_0x5d0088._0x438c0e,-0xff,-_0x5d0088._0x14e44e,-0x17e)],_0x3535b4['message']=_0x3e05fd[_0x3572d0(_0x5d0088._0x1df5a7,0x1ab,_0x5d0088._0x6c2a21,0x1ba)],_0x1d9d1e[_0x52ea91(-0x18a,-0x1af,-_0x5d0088._0x4f24d9,-0x155)](-0x381+-0x22c3*0x1+-0x58*-0x75)[_0x3572d0(_0x5d0088._0x251ca4,0xdd,0x5b,0xa5)](_0x3535b4);}}),router[_0x31cd2d(0x274,0x2d9,0x2d7,0x2ff)](_0x31cd2d(0x2be,0x2a7,0x236,0x319),(_0x499dac,_0x3b364b)=>{const _0x23d210={_0x2dbc4b:0x74,_0xd8563b:0xd,_0x3b0c89:0x182,_0x31d1d8:0x197,_0x4c51b7:0x110,_0x3a440f:0xa6,_0x289f0d:0x2fa,_0x3c49d5:0x28b,_0xd63046:0x83,_0x9d749a:0x84,_0x7a535b:0x6d,_0x553559:0x171,_0x5bedf2:0x12c,_0x2e40ba:0x7d,_0x1a579d:0x1a,_0x449f37:0xd0,_0x2939e1:0x110,_0xcb280e:0xe6},_0x45ef32={_0x2b596f:0x492,_0x11206a:0x520,_0x3e71b9:0x4eb,_0x31c222:0x4fd,_0x460d2d:0x5da,_0x4e9509:0x534,_0x305622:0x1c6,_0x469176:0x562,_0x28a00c:0x500,_0x234452:0x203,_0x3bed18:0x505,_0x156ac9:0x14e,_0x38dedd:0x1bc,_0x159141:0x21c,_0x4fc74f:0x4da,_0x3e9019:0x4d3,_0x3c64cf:0x4f3,_0x495183:0x5ca,_0x3da005:0x5b9,_0x4ed95f:0x5ee,_0x13d043:0x56c,_0x4557f2:0x197,_0x30643a:0x15b,_0x4c4b5b:0x150,_0x200701:0xc3,_0x4619a6:0x123,_0x3bd3ea:0x10f,_0x13111e:0x160,_0x24a5bc:0x18c,_0x294a79:0x1c7,_0x34250d:0x175,_0x4e83ed:0x12c,_0x12739d:0x1eb,_0x24a73c:0x145,_0x178704:0x1ee,_0x4b114b:0x285,_0x589537:0x202,_0x3fb5c7:0x5e8,_0x36c0d8:0x4e0,_0x566aaf:0x55e,_0x1cf80d:0x583,_0x2baf0b:0x5d7,_0x311352:0x510,_0x3fb6bf:0x56c,_0x13f958:0x50c,_0x442d48:0x4c3,_0x469f2f:0x4fb,_0x2d1d27:0x546,_0x455a89:0x1cc,_0x7c2f50:0x190,_0x47307b:0x194},_0xc437fa={_0x471cf7:0xc,_0x17c968:0xc0},_0x24050b={_0x215158:0x1d1,_0x87b572:0x1de},_0x545077={_0x5e7945:0x398,_0x308e91:0x1f2,_0x1a131e:0x19c},_0x5ec3fa={'fdekv':function(_0x1346db,_0x218cdc){return _0x1346db(_0x218cdc);},'dnsqv':function(_0x46eff4,_0x249624){return _0x46eff4===_0x249624;},'KlLIr':'fUmgg','lyvgC':_0x5400ae(-_0x23d210._0x2dbc4b,0x0,-0x85,-0x61)+'led','JgNbQ':_0x5400ae(-0x79,_0x23d210._0xd8563b,-0x8,-0xe1)+'destroy\x20se'+_0x5cb874(0x12b,_0x23d210._0x3b0c89,0x1e3,_0x23d210._0x31d1d8),'WyITs':_0x5400ae(-_0x23d210._0x4c51b7,-_0x23d210._0x3a440f,-0x19f,-0x8b)+'d\x20out','gbRCS':_0x5cb874(0x267,0x2d1,0x25d,0x280),'tJQrg':_0x5cb874(0x216,0x271,_0x23d210._0x289f0d,_0x23d210._0x3c49d5)+_0x5400ae(-_0x23d210._0xd63046,-0xf1,-_0x23d210._0x9d749a,-_0x23d210._0x7a535b)+_0x5cb874(_0x23d210._0x553559,0x1cd,_0x23d210._0x5bedf2,0x161)};function _0x5400ae(_0x5c954f,_0x3b8558,_0x1bd4fc,_0x1a552f){return _0x31cd2d(_0x1a552f,_0x5c954f- -_0x545077._0x5e7945,_0x1bd4fc-_0x545077._0x308e91,_0x1a552f-_0x545077._0x1a131e);}const _0x48713a=_0x499dac[_0x5400ae(-_0x23d210._0x2e40ba,-0x65,-_0x23d210._0x1a579d,-0x84)]?.[_0x5400ae(-_0x23d210._0x449f37,-0x3a,-_0x23d210._0x2939e1,-0x11d)];function _0x5cb874(_0x8a130f,_0x5536fe,_0x53c27a,_0x25218e){return _0x2c7573(_0x8a130f-_0x24050b._0x215158,_0x5536fe-_0x24050b._0x87b572,_0x25218e-0x1ad,_0x8a130f);}const _0x2a29c3=_0x499dac['session']?.['username'];_0x499dac[_0x5400ae(-0x7d,-0x6d,-_0x23d210._0xcb280e,-0x9f)]['destroy'](_0xd899a8=>{function _0x35a2cc(_0xd870a5,_0x1589bd,_0x344e4f,_0x4851da){return _0x5cb874(_0xd870a5,_0x1589bd-_0xc437fa._0x471cf7,_0x344e4f-_0xc437fa._0x17c968,_0x1589bd- -0x369);}function _0x329317(_0x14ae45,_0x1cc8a7,_0x2a775d,_0x592e8d){return _0x5cb874(_0x592e8d,_0x1cc8a7-0x11a,_0x2a775d-0x9a,_0x2a775d-0x347);}if(_0x5ec3fa[_0x329317(_0x45ef32._0x2b596f,_0x45ef32._0x11206a,_0x45ef32._0x3e71b9,0x57b)](_0x5ec3fa[_0x329317(_0x45ef32._0x31c222,_0x45ef32._0x460d2d,0x572,_0x45ef32._0x4e9509)],'mzRqj'))_0x5ec3fa['fdekv'](_0x1d3a16,new _0x294f2f(_0x35a2cc(-_0x45ef32._0x305622,-0x1a4,-0x1fc,-0x173)+_0x329317(_0x45ef32._0x469176,0x48b,_0x45ef32._0x28a00c,0x4ae)+_0x35a2cc(-0x248,-_0x45ef32._0x234452,-0x1bd,-0x224)+'PNG,\x20GIF,\x20'+_0x329317(0x5d1,0x5bd,0x5cc,0x647)+_0x329317(_0x45ef32._0x3bed18,0x58f,0x50d,0x4df)+'.'));else{if(_0xd899a8){const _0x56b7d4={};_0x56b7d4[_0x35a2cc(-_0x45ef32._0x156ac9,-_0x45ef32._0x38dedd,-_0x45ef32._0x159141,-0x252)]=_0x48713a,_0x56b7d4[_0x329317(0x530,_0x45ef32._0x4fc74f,0x51b,_0x45ef32._0x3e9019)]=_0x2a29c3,logger['error'](_0x329317(_0x45ef32._0x3c64cf,_0x45ef32._0x495183,0x54b,0x598)+'destroy\x20se'+'ssion',_0xd899a8,_0x56b7d4);const _0x2b5a15={};return _0x2b5a15['error']=_0x5ec3fa['lyvgC'],_0x2b5a15[_0x329317(_0x45ef32._0x3da005,_0x45ef32._0x4ed95f,_0x45ef32._0x13d043,0x5a0)]=_0x5ec3fa[_0x35a2cc(-_0x45ef32._0x4557f2,-_0x45ef32._0x30643a,-_0x45ef32._0x4c4b5b,-0x1be)],_0x3b364b[_0x35a2cc(-_0x45ef32._0x200701,-_0x45ef32._0x4619a6,-_0x45ef32._0x3bd3ea,-0x129)](0xc9c*0x1+-0x24d9+0x1a31)['json'](_0x2b5a15);}const _0x3efa37={};_0x3efa37[_0x35a2cc(-_0x45ef32._0x13111e,-0x1bc,-_0x45ef32._0x24a5bc,-_0x45ef32._0x294a79)]=_0x48713a,_0x3efa37[_0x35a2cc(-_0x45ef32._0x34250d,-0x195,-_0x45ef32._0x4e83ed,-_0x45ef32._0x12739d)]=_0x2a29c3,logger[_0x35a2cc(-_0x45ef32._0x24a73c,-0x168,-0x1be,-_0x45ef32._0x178704)](_0x5ec3fa[_0x35a2cc(-_0x45ef32._0x4b114b,-_0x45ef32._0x589537,-0x229,-0x244)],_0x3efa37),_0x3b364b[_0x329317(_0x45ef32._0x3fb5c7,_0x45ef32._0x36c0d8,0x55a,0x55b)+'e'](_0x5ec3fa[_0x329317(_0x45ef32._0x566aaf,0x533,0x593,_0x45ef32._0x1cf80d)]);const _0x58d584={};_0x58d584[_0x329317(_0x45ef32._0x2baf0b,_0x45ef32._0x311352,_0x45ef32._0x3fb6bf,_0x45ef32._0x13f958)]=_0x5ec3fa[_0x329317(_0x45ef32._0x442d48,0x516,_0x45ef32._0x469f2f,_0x45ef32._0x2d1d27)],_0x3b364b[_0x35a2cc(-0x1bc,-_0x45ef32._0x455a89,-_0x45ef32._0x7c2f50,-_0x45ef32._0x47307b)](_0x58d584);}});}),router[_0x2c7573(0x17,0x83,0x15,-0x4e)](_0x31cd2d(0x297,0x29b,0x21b,0x28e),requireAuth,async(_0x2d8b5f,_0x5f1286)=>{const _0x28ca50={_0x59022e:0x1b7,_0x58ebde:0x1b7,_0x3985d3:0x19d,_0xebcf1a:0x7d,_0x3c9325:0x74,_0x4a36b2:0x101,_0x293c2c:0x4a,_0x4927f3:0xce,_0x578344:0x1bc,_0x36ed8b:0x162,_0x5a2e9d:0x1f4,_0x5d87c2:0x24b,_0x5ec279:0x153,_0x21f7ae:0x11c,_0x36101c:0xe1,_0x1d7cc1:0x174,_0x16a6df:0x16e,_0xffb259:0x205,_0x5b2c83:0x1f9,_0xd4f62c:0x138,_0x3996c1:0xd9,_0x396993:0x1b2,_0x524ad6:0x18c,_0x3e7115:0x190,_0xc3f4f0:0x1f6,_0x3fd6c0:0x1b5,_0xefc4e8:0x1ee,_0x128852:0x20e,_0x1f8bed:0x1a7,_0x2436f3:0x213,_0x3a463b:0x246,_0x10ed6a:0x192,_0x1f0968:0xdd,_0x4ed187:0xff,_0x106789:0x3e,_0x3738a3:0x2c,_0x4b2b20:0x95,_0x417007:0x69,_0x3f78f6:0x8,_0xc7612e:0x119,_0x25ce45:0x167,_0x174f74:0x9b,_0xf34340:0xdc,_0x35fb2f:0xe2,_0x9b02a6:0x121,_0x2cb9ea:0xd9,_0x5da311:0x11d,_0x273fae:0xa1,_0x50d825:0x164,_0x24f4df:0x1b3,_0x2bb924:0xa9,_0x55604e:0x1e6,_0xa7d9ef:0x1cd,_0x4e296b:0x51,_0x33d2f6:0x93,_0x2cfaaf:0x45,_0x30a7e6:0x120,_0x492e0b:0x1b6,_0x159d06:0x197,_0x41e9eb:0x154,_0x2ef434:0xdd,_0x5740d9:0x14d,_0x33a304:0x1d1,_0x1cf32b:0x241,_0x3da661:0x163,_0x440f9f:0x156,_0x252345:0x59,_0x49c925:0xcb,_0x209b1a:0xb,_0x11934f:0x89,_0x5eb426:0x79,_0x5e5a8b:0x72,_0x10e01a:0x11,_0x55bf7b:0x40,_0x3f05a3:0x90,_0x25bb6b:0x37,_0x359077:0x10,_0x52e3d2:0x67,_0x524bbc:0x5d,_0x581a87:0x1f,_0x30b810:0x32,_0x149064:0x12a,_0xb948e5:0x2c,_0x48c1c4:0x92,_0x5e2643:0x24,_0x200a0a:0x53,_0x4493c9:0x37,_0x36eaeb:0x112,_0x4251fe:0x10f,_0xc4b443:0x89,_0x4bfd41:0x9,_0x1eae76:0xb9,_0x4f9492:0x10b,_0x7127dd:0x199,_0x17445d:0x150,_0x5461c8:0x244,_0x20af59:0x1d0,_0x175835:0x21b,_0x3250b8:0x1be,_0x14c031:0x237,_0x158070:0x1b4,_0x35d864:0x1fd,_0x24fd5b:0x18c,_0x2b8784:0x28,_0x396584:0x1fc,_0x144395:0x2a,_0x567acd:0x7c,_0x3cf830:0x1c9,_0x204ea0:0x2,_0x2bbdff:0x68,_0x33562e:0x35,_0x273056:0x1a5,_0x37c3fe:0x35,_0x590640:0x87,_0x393cfe:0x1ae,_0x1dfc61:0x17d,_0x29886d:0x117,_0x2050a2:0xa6,_0x446fdc:0x139,_0x129dfc:0x191,_0x11fb3d:0xbc,_0x557f6d:0x1c0,_0x352a5e:0x1d5,_0x4d2a5d:0x216,_0x5732f0:0x6f,_0x3c3511:0x55,_0x4de8f2:0x77,_0x6f0285:0x19d,_0x4d9f58:0x12e,_0x290a0b:0x14d,_0x5643e3:0x120,_0x286acc:0x91,_0x46a5c6:0x41,_0x9f171e:0x99,_0x26a696:0x13b,_0x38e282:0x230,_0x530a42:0x4f,_0x3092bb:0x3f,_0x24b226:0x25,_0x249337:0x1,_0x1b677b:0x61,_0x1f81f5:0xe9,_0x1b4ece:0x62,_0x3bdf6f:0x208,_0x293cf9:0x1b0,_0x2e475d:0x17f,_0x24cf8a:0x22a,_0x9e00f0:0x131},_0x58292f={_0x327db9:0x197},_0x54994f={_0x2d575d:0xa3,_0x4450d4:0xc7};function _0x253d41(_0x15ffb8,_0x26ed2c,_0xfadd00,_0x5ba992){return _0x31cd2d(_0x15ffb8,_0xfadd00- -0x380,_0xfadd00-_0x54994f._0x2d575d,_0x5ba992-_0x54994f._0x4450d4);}function _0x58d1fb(_0x3fd0e7,_0x5d237c,_0x4d3c4f,_0x4b4b43){return _0x2c7573(_0x3fd0e7-0xdc,_0x5d237c-_0x58292f._0x327db9,_0x3fd0e7-0x160,_0x5d237c);}const _0x2899a3={'aFtko':_0x58d1fb(_0x28ca50._0x59022e,_0x28ca50._0x58ebde,_0x28ca50._0x3985d3,0x1ec)+_0x253d41(-_0x28ca50._0xebcf1a,-0x2,-_0x28ca50._0x3c9325,-_0x28ca50._0x4a36b2)+_0x253d41(-_0x28ca50._0x293c2c,-0xd5,-_0x28ca50._0x4927f3,-0x71),'yHCiO':_0x58d1fb(_0x28ca50._0x578344,_0x28ca50._0x36ed8b,_0x28ca50._0x5a2e9d,_0x28ca50._0x5d87c2)+_0x58d1fb(0x128,0x1b8,0x1a3,_0x28ca50._0x5ec279),'fLUpc':'User\x20logge'+_0x58d1fb(_0x28ca50._0x21f7ae,0x90,0xb2,_0x28ca50._0x36101c),'bnsDM':_0x253d41(0x9e,-0x3d,0x1b,0x2d),'ObAef':_0x58d1fb(0x174,_0x28ca50._0x1d7cc1,_0x28ca50._0x16a6df,0x1e9)+_0x58d1fb(_0x28ca50._0xffb259,_0x28ca50._0x5b2c83,0x21f,0x19f)+'empt','CPkzI':'Invalid\x20us'+_0x58d1fb(_0x28ca50._0xd4f62c,_0x28ca50._0x3996c1,0xb7,0x186)+_0x58d1fb(0x12c,_0x28ca50._0x396993,_0x28ca50._0x524ad6,_0x28ca50._0x3e7115),'TjBeW':_0x58d1fb(_0x28ca50._0x59022e,0x227,0x18c,0x188)+'save\x20sessi'+'on','DvwDb':_0x58d1fb(0x1eb,0x1c8,_0x28ca50._0xc3f4f0,0x256)+'ed','ftRmj':_0x58d1fb(0x1b7,_0x28ca50._0x3fd6c0,_0x28ca50._0xefc4e8,_0x28ca50._0x128852)+_0x58d1fb(_0x28ca50._0x1f8bed,0x1aa,0x16c,_0x28ca50._0x2436f3)+_0x58d1fb(0x1b1,_0x28ca50._0x3a463b,0x241,0x145),'TKgxh':function(_0x328a6f,_0x2dda32){return _0x328a6f!==_0x2dda32;},'TadXR':function(_0x1999ad,_0x475be0){return _0x1999ad(_0x475be0);},'GGcyz':_0x58d1fb(0x13b,_0x28ca50._0x10ed6a,_0x28ca50._0x1f0968,_0x28ca50._0x4ed187)+_0x253d41(-0x91,_0x28ca50._0x106789,-_0x28ca50._0x3738a3,-_0x28ca50._0x4b2b20)+_0x253d41(-0x13,_0x28ca50._0x417007,-_0x28ca50._0x3f78f6,-0x9)+_0x253d41(-0x4c,-_0x28ca50._0xc7612e,-0xd2,-0x9f),'CdUKs':_0x253d41(-_0x28ca50._0x25ce45,-_0x28ca50._0x174f74,-_0x28ca50._0xf34340,-_0x28ca50._0x35fb2f)};try{if(_0x2899a3[_0x58d1fb(0x143,_0x28ca50._0x9b02a6,_0x28ca50._0x2cb9ea,0xe1)](_0x253d41(-_0x28ca50._0x5da311,-0x12a,-0x95,-_0x28ca50._0x273fae),_0x58d1fb(0x183,0x1d3,0x10f,_0x28ca50._0x50d825))){const _0x2f2876={_0x1bac62:0x101,_0x630608:0x96,_0x1878ef:0xf1,_0x37d478:0x10e,_0x4728a2:0x105,_0x3a9127:0x1da,_0x17f87c:0x2dd,_0x5b9507:0x247,_0x27a30b:0x25f,_0x4f3ef5:0x21a,_0x4690d0:0x30e,_0xca989d:0x73,_0x2662b4:0x94,_0x5b0fdd:0x23c,_0x111ec4:0x29e,_0xcea1a8:0x26d,_0x505a91:0x1ef,_0x4f4543:0x15b,_0x12f7de:0x19f,_0x2c999c:0x1ab,_0x453d11:0x97,_0x38911b:0xd4,_0x4e6eee:0xdb,_0x3b3da6:0x4a},_0x19e363={_0xe54273:0x194,_0x4fb1a7:0x1fb},_0x532e7e=_0x375edb[_0x58d1fb(_0x28ca50._0x24f4df,0x1c9,_0x28ca50._0x3a463b,_0x28ca50._0xffb259)]?.[_0x253d41(-0x54,-_0x28ca50._0x1f0968,-0xb8,-_0x28ca50._0x2bb924)],_0x2ce9ff=_0x1cb38a['session']?.[_0x58d1fb(0x187,0xf2,_0x28ca50._0x55604e,_0x28ca50._0xa7d9ef)];_0x5be875['session'][_0x253d41(_0x28ca50._0x4e296b,-_0x28ca50._0x33d2f6,-_0x28ca50._0x2cfaaf,-0x87)](_0x345611=>{const _0x485e0b={_0x35c4b0:0x72};if(_0x345611){const _0x4c6db9={};_0x4c6db9[_0x551f82(_0x2f2876._0x1bac62,0xe3,_0x2f2876._0x630608,0x11e)]=_0x532e7e,_0x4c6db9['username']=_0x2ce9ff,_0x3ad2ed['error'](_0x2899a3['aFtko'],_0x345611,_0x4c6db9);const _0x3fcca3={};return _0x3fcca3['error']=_0x2899a3['yHCiO'],_0x3fcca3[_0x551f82(0xd7,_0x2f2876._0x1878ef,_0x2f2876._0x37d478,_0x2f2876._0x4728a2)]='Failed\x20to\x20'+_0x140c81(-_0x2f2876._0x3a9127,-0x1e6,-0x228,-0x26f)+_0x140c81(-_0x2f2876._0x17f87c,-0x276,-_0x2f2876._0x5b9507,-0x2c9),_0xf5536e[_0x140c81(-_0x2f2876._0x27a30b,-0x210,-0x1f8,-_0x2f2876._0x4f3ef5)](0x4*0x1be+-0x1*-0x226b+-0x276f)[_0x140c81(-0x314,-0x250,-_0x2f2876._0x4690d0,-0x2c3)](_0x3fcca3);}const _0x3dc8f1={};_0x3dc8f1[_0x551f82(_0x2f2876._0xca989d,_0x2f2876._0x2662b4,0x96,0x96)]=_0x532e7e,_0x3dc8f1['username']=_0x2ce9ff,_0x4860d1[_0x140c81(-_0x2f2876._0x5b0fdd,-0x1f0,-_0x2f2876._0x111ec4,-0x25f)](_0x2899a3['fLUpc'],_0x3dc8f1),_0x5ed2d2[_0x140c81(-0x2dc,-_0x2f2876._0xcea1a8,-_0x2f2876._0x505a91,-0x24d)+'e'](_0x2899a3[_0x140c81(-0x19f,-_0x2f2876._0x4f4543,-0x235,-0x1dd)]);const _0x13f8eb={};function _0x551f82(_0xdcb3a4,_0x58789e,_0x469363,_0x461d88){return _0x58d1fb(_0x469363- -0xca,_0xdcb3a4,_0x469363-_0x485e0b._0x35c4b0,_0x461d88-0x11c);}_0x13f8eb[_0x551f82(0x127,0x127,0x10e,0x86)]=_0x551f82(_0x2f2876._0x12f7de,0x146,0x174,_0x2f2876._0x2c999c)+_0x551f82(0xd2,_0x2f2876._0x453d11,0xe3,_0x2f2876._0x38911b)+_0x551f82(_0x2f2876._0x4e6eee,-0x17,_0x2f2876._0x3b3da6,0x4e);function _0x140c81(_0x2329d6,_0x2dddac,_0x450216,_0xca5848){return _0x253d41(_0x2dddac,_0x2dddac-_0x19e363._0xe54273,_0xca5848- -_0x19e363._0x4fb1a7,_0xca5848-0x148);}_0x4bdfc9['json'](_0x13f8eb);});}else{const _0x524e23=await _0x2899a3[_0x253d41(-0x9a,-0xc1,-0xb5,-_0x28ca50._0x30a7e6)](findUserById,_0x2d8b5f[_0x58d1fb(_0x28ca50._0x492e0b,0x136,0x134,0x200)]['id']),_0x2f5f77={};_0x2f5f77['server']=[],_0x2f5f77[_0x58d1fb(0x1a1,0x164,_0x28ca50._0x159d06,0x1b2)+'ts']={},_0x2f5f77[_0x58d1fb(_0x28ca50._0x41e9eb,_0x28ca50._0x2ef434,0x1c2,_0x28ca50._0x5740d9)]={};let _0x358f57=_0x2f5f77;try{if('VlFnA'===_0x58d1fb(0x1d5,_0x28ca50._0x33a304,0x181,_0x28ca50._0x1cf32b))_0x358f57=await _0x2899a3[_0x58d1fb(_0x28ca50._0x3da661,0x1bf,_0x28ca50._0x440f9f,0x1f6)](resolveAllUserPermissions,_0x2d8b5f[_0x253d41(-_0x28ca50._0x252345,-_0x28ca50._0x49c925,-0x62,0x14)]['id']);else{const _0x173528={};_0x173528[_0x253d41(-0x9c,-0x7c,-0x91,-0xd2)]=_0x503da7,_0x1744f1[_0x58d1fb(0x1fd,0x253,0x28a,0x1f2)](_0x2899a3['ObAef'],_0x173528);const _0x33126b={};return _0x33126b[_0x253d41(_0x28ca50._0x209b1a,-0xcb,-_0x28ca50._0x11934f,-_0x28ca50._0x5eb426)]=_0x253d41(_0x28ca50._0x5e5a8b,0x6b,_0x28ca50._0x10e01a,-0x18)+'tion\x20faile'+'d',_0x33126b[_0x253d41(0x1e,-0xc3,-_0x28ca50._0x55bf7b,-_0x28ca50._0x3f05a3)]=_0x2899a3[_0x253d41(_0x28ca50._0x25bb6b,0x4b,_0x28ca50._0x359077,_0x28ca50._0x52e3d2)],_0x35cde0[_0x253d41(0x9,-_0x28ca50._0x524bbc,-_0x28ca50._0x581a87,-_0x28ca50._0x30b810)](0x14*0x74+0x3*0xd5+0x4ff*-0x2)['json'](_0x33126b);}}catch(_0x5c8fd6){const _0x1599bc={};_0x1599bc[_0x58d1fb(0x18f,0x21b,_0x28ca50._0x149064,0x198)]=_0x5c8fd6[_0x253d41(_0x28ca50._0xb948e5,-_0x28ca50._0x48c1c4,-0x40,-0x2a)],_0x1599bc['stack']=_0x5c8fd6[_0x253d41(_0x28ca50._0x5e2643,_0x28ca50._0x200a0a,-_0x28ca50._0x4493c9,-0x95)],logger[_0x253d41(-_0x28ca50._0x36eaeb,-_0x28ca50._0x4251fe,-_0x28ca50._0xc4b443,-_0x28ca50._0x4bfd41)](_0x2899a3[_0x253d41(-_0x28ca50._0x1eae76,-0xea,-_0x28ca50._0x49c925,-_0x28ca50._0x4f9492)],_0x1599bc);}const _0x4d27fa={};_0x4d27fa['id']=_0x2d8b5f['user']['id'],_0x4d27fa[_0x58d1fb(0x187,_0x28ca50._0x7127dd,0xfb,_0x28ca50._0x17445d)]=_0x2d8b5f[_0x58d1fb(0x1b6,_0x28ca50._0x5461c8,_0x28ca50._0x20af59,_0x28ca50._0x175835)]['username'],_0x4d27fa[_0x58d1fb(_0x28ca50._0x3250b8,0x18e,0x1fd,_0x28ca50._0x14c031)]=_0x2d8b5f[_0x58d1fb(_0x28ca50._0x492e0b,0x16d,0x12d,_0x28ca50._0x158070)][_0x58d1fb(0x1be,_0x28ca50._0x50d825,_0x28ca50._0x35d864,_0x28ca50._0x24fd5b)],_0x4d27fa['name']=_0x2d8b5f['user'][_0x253d41(0x91,-_0x28ca50._0x2b8784,0x9,0x5b)],_0x4d27fa['permission'+'s']=_0x358f57,_0x4d27fa[_0x58d1fb(_0x28ca50._0x396584,0x17b,0x270,0x1e3)+'me']=_0x2d8b5f[_0x253d41(_0x28ca50._0x144395,-0x29,-0x62,-_0x28ca50._0x567acd)]['ssh_userna'+'me'],_0x4d27fa[_0x58d1fb(0x1b0,0x138,_0x28ca50._0x3cf830,0x1ea)]=_0x524e23?.[_0x253d41(0x2e,_0x28ca50._0x204ea0,-_0x28ca50._0x2bbdff,-_0x28ca50._0x33562e)]||null,_0x4d27fa['preference'+'s']=_0x524e23?.[_0x58d1fb(0x21c,0x18c,_0x28ca50._0x33a304,_0x28ca50._0x273056)+'s']||{};const _0x322971={};_0x322971[_0x58d1fb(0x1b6,0x15b,0x1cb,0x13d)]=_0x4d27fa,_0x5f1286[_0x253d41(-_0x28ca50._0x37c3fe,-0x56,-0xc8,-_0x28ca50._0x590640)](_0x322971);}}catch(_0x377677){if(_0x2899a3[_0x58d1fb(0x208,_0x28ca50._0x393cfe,_0x28ca50._0x1dfc61,_0x28ca50._0x578344)]!==_0x58d1fb(0x13c,0x128,0x140,_0x28ca50._0x29886d)){_0x5e9765[_0x253d41(-_0x28ca50._0x2050a2,-0xd0,-_0x28ca50._0x11934f,-0x10a)](_0x2899a3[_0x58d1fb(_0x28ca50._0x446fdc,0x153,_0x28ca50._0x129dfc,0x13b)],_0x387bef);const _0x3efff9={};return _0x3efff9['error']=_0x2899a3[_0x253d41(-0xfb,-_0x28ca50._0x11fb3d,-0x83,-0x67)],_0x3efff9['message']=_0x2899a3[_0x58d1fb(0x1e3,_0x28ca50._0x557f6d,_0x28ca50._0x352a5e,_0x28ca50._0x4d2a5d)],_0x47459d['status'](-0xa1a+-0x1cd*0x3+0x6d*0x29)['json'](_0x3efff9);}else{const _0x22b157={};_0x22b157[_0x253d41(-_0x28ca50._0x5732f0,-0x118,-0xa8,-_0x28ca50._0x3c3511)]=[],_0x22b157[_0x253d41(-0x29,-0x106,-_0x28ca50._0x4de8f2,-0x84)+'ts']={},_0x22b157[_0x58d1fb(0x154,_0x28ca50._0x6f0285,0x191,0xeb)]={};const _0x32d6df={};_0x32d6df['id']=_0x2d8b5f[_0x253d41(-0xe4,-0x2e,-0x62,-0x7c)]['id'],_0x32d6df['username']=_0x2d8b5f[_0x58d1fb(0x1b6,_0x28ca50._0x4d9f58,0x1aa,_0x28ca50._0x290a0b)][_0x253d41(-_0x28ca50._0x5643e3,-_0x28ca50._0x33562e,-_0x28ca50._0x286acc,-0xad)],_0x32d6df['email']=_0x2d8b5f[_0x253d41(-0xea,-_0x28ca50._0x46a5c6,-0x62,-_0x28ca50._0x9f171e)]['email'],_0x32d6df['name']=_0x2d8b5f[_0x58d1fb(_0x28ca50._0x492e0b,0x20b,_0x28ca50._0x26a696,_0x28ca50._0x38e282)][_0x58d1fb(0x221,0x22b,0x1b3,0x1e3)],_0x32d6df[_0x253d41(-_0x28ca50._0x530a42,_0x28ca50._0x3092bb,-_0x28ca50._0x24b226,-_0x28ca50._0x249337)+'s']=_0x22b157,_0x32d6df['ssh_userna'+'me']=_0x2d8b5f[_0x253d41(-_0x28ca50._0x1b677b,-_0x28ca50._0x1f81f5,-_0x28ca50._0x1b4ece,0x2b)][_0x58d1fb(0x1fc,0x1c5,0x18e,_0x28ca50._0x3bdf6f)+'me'],_0x32d6df[_0x58d1fb(_0x28ca50._0x293cf9,_0x28ca50._0x2e475d,_0x28ca50._0x24cf8a,_0x28ca50._0x9e00f0)]=null,_0x32d6df[_0x58d1fb(0x21c,0x275,0x19e,0x291)+'s']={};const _0x44e021={};_0x44e021['user']=_0x32d6df,_0x5f1286['json'](_0x44e021);}}}),router[_0x31cd2d(0x33c,0x2d9,0x318,0x333)]('/cli-login',async(_0x1f9685,_0x470b49)=>{const _0x4a89a6={_0x3e8d62:0x276,_0x101e63:0x26b,_0x1e6a72:0x2b4,_0xe6072:0x1c1,_0xa797d5:0x1b0,_0x1eb588:0x1ff,_0x11ed0b:0x178,_0x3b560a:0x19b,_0x5a565b:0x203,_0x44aa35:0x282,_0x1df0eb:0x20c,_0x116d59:0x17f,_0x4e8b9e:0x103,_0xb5cb8:0x1e6,_0x1e1b14:0x1be,_0x3ff63c:0x1cb,_0x530912:0x244,_0x5f280f:0x199,_0x209cd1:0x132,_0x34b4dc:0x1b5,_0x20b52e:0x242,_0x25bdbd:0x206,_0x5719b7:0x202,_0x12c35d:0x273,_0x55d455:0x11a,_0x10f6f3:0x10e,_0x2f197d:0x168,_0x6d27c7:0x188,_0x48dfa1:0x17e,_0x306e10:0x356,_0x28f344:0x2fe,_0x1195f2:0xa1,_0x59fcbd:0xd4,_0x162c6c:0x218,_0x5eab83:0x1ed,_0x1fde5b:0x2ab,_0x15ad97:0x143,_0x242d3a:0x1af,_0x4cfded:0x1d8,_0x5df4f7:0x26e,_0x2d3e53:0x260,_0x5e8e68:0x19f,_0x56f1cb:0x1ae,_0x36b384:0x20e,_0x478b2c:0x1ac,_0x1658dd:0x169,_0x1c9d47:0x188,_0x5fcf81:0x156,_0xe96b:0x2eb,_0x2ca390:0x27d,_0x271c2a:0x1ad,_0x41afd8:0x140,_0x388ce3:0x1c2,_0x1c693e:0x1f2,_0x125116:0x35e,_0x53a70d:0x211,_0x3aaf34:0x182,_0x2e8510:0x1fc,_0x4885d3:0x182,_0x2c2104:0x12a,_0x2e152c:0x159,_0x464060:0x180,_0x236a98:0x160,_0x57844c:0x30e,_0x489dbb:0x27c,_0x393488:0x2d7,_0x153150:0x281,_0x53757f:0x228,_0x4bc39e:0x2b3,_0x260257:0x243,_0x317259:0x1b0,_0x52af0a:0x1b2,_0x2a359c:0x280,_0x5bae41:0x2c7,_0x303501:0x2c0,_0x149b34:0xd6,_0x190ea0:0x1b3,_0x3419b2:0x18b,_0x1e5a6d:0x225,_0x161cf6:0xcd,_0x53ebb3:0x2c1,_0x826070:0x293,_0x366152:0x1ee,_0x38b0f4:0x202,_0x504651:0x180,_0x34d8d4:0x207,_0x5bd895:0x266,_0x2acd8f:0x26a,_0x2e8f22:0x229,_0x28e5c2:0x239,_0x3935ce:0x23d,_0x447c5f:0x1f2,_0x206ae4:0x14a,_0x2cba4e:0x18c,_0xa20bf:0x1e4,_0x22df5f:0x28a,_0x50a60c:0x2fb,_0x1f2a89:0x213,_0x101348:0x23a,_0x50a7da:0x384,_0x436e43:0x320,_0x1eca02:0x164,_0x27d696:0x15e,_0x2f3ab4:0x28e,_0x46a4ee:0x229,_0x5b1707:0x1dc,_0x3cbceb:0x1aa,_0x2f031c:0x22c,_0x594f23:0x1b8,_0x47d53f:0x12e,_0x28c728:0x135,_0x51a13f:0x195,_0x5acb67:0x15b,_0x109d00:0x1c6,_0x176e29:0x21d,_0x873153:0x177,_0x43a642:0x10e,_0x4d1a0f:0x13e,_0x2994ab:0x29e,_0x29a966:0x1bb,_0x13c63c:0x20e,_0x103230:0x24a,_0x2dcb36:0x303,_0x5052ad:0x27b,_0x572ce4:0x153,_0x4e7072:0x19c,_0x2eac00:0x128,_0x37fcb9:0x1ed,_0x5ed0a3:0x2a0,_0x129c05:0x187,_0x5601d5:0x1b7,_0x378aeb:0x1d9,_0x3046b1:0x1e0,_0x4133bd:0x21a,_0x1feba0:0x19d,_0xa9a1bc:0x283,_0x513647:0x2fb,_0x4a0fba:0x23e,_0x1cad4d:0x2bf,_0x3f2425:0x233,_0x4a66f1:0x217,_0x10a4a7:0x290,_0x1fe117:0x1f5,_0x35944e:0x23b,_0x32edcf:0x211,_0x26aa33:0x300,_0x4fa11d:0x28a,_0x4a9d6a:0x243,_0x3487aa:0x161,_0x26c9ec:0x149,_0x2b889b:0x26a,_0x12df9d:0x1be,_0x13fc1a:0x229,_0x594442:0x29d,_0x222fb2:0x319,_0xf6c2db:0x2b2,_0x10440a:0x2c5,_0x274036:0x315,_0x4c62ff:0x2f3,_0x95bc17:0x305},_0x4aa12c={_0x185f63:0x8e,_0x543a50:0x16c},_0x203027={_0x1c6b01:0x130},_0x5fbef9={'zbUAK':function(_0xe8d00a,_0x4b7432,_0x8bc80b){return _0xe8d00a(_0x4b7432,_0x8bc80b);},'MFooB':_0x31758f(0x2bc,0x205,0x287,_0x4a89a6._0x3e8d62),'RyWWy':function(_0x2e078c,_0x638bb8){return _0x2e078c||_0x638bb8;},'DCovg':_0x31758f(0x2f7,0x2e5,_0x4a89a6._0x101e63,0x2e6),'HXhsH':'Username\x20a'+'nd\x20passwor'+_0x31758f(0x2ba,0x291,0x316,_0x4a89a6._0x1e6a72)+_0x31758f(_0x4a89a6._0xe6072,0x23b,_0x4a89a6._0xa797d5,_0x4a89a6._0x1eb588),'iBFxC':function(_0x184e71,_0x24e62c){return _0x184e71===_0x24e62c;},'RLrha':_0x57e24d(0x1c8,_0x4a89a6._0x11ed0b,0x20b,_0x4a89a6._0x3b560a),'UgLBN':_0x31758f(_0x4a89a6._0x5a565b,_0x4a89a6._0x44aa35,0x211,0x24e)+'\x20login\x20att'+_0x57e24d(_0x4a89a6._0x1df0eb,0x119,_0x4a89a6._0x116d59,_0x4a89a6._0x4e8b9e),'XgfLb':_0x57e24d(_0x4a89a6._0xb5cb8,_0x4a89a6._0x1e1b14,_0x4a89a6._0x3ff63c,_0x4a89a6._0x530912)+_0x57e24d(_0x4a89a6._0x5f280f,_0x4a89a6._0x209cd1,0x131,0x1a0)+_0x31758f(0x23c,_0x4a89a6._0x34b4dc,_0x4a89a6._0x20b52e,_0x4a89a6._0x25bdbd),'aGwSU':function(_0x569a56,_0x33efca,_0x2c1f00){return _0x569a56(_0x33efca,_0x2c1f00);},'mkRmd':_0x31758f(0x2c6,_0x4a89a6._0x5719b7,0x273,_0x4a89a6._0x12c35d),'zbUAl':_0x57e24d(0x1ab,0x165,0x1b0,0x181)+_0x57e24d(0xd3,0x174,0x133,_0x4a89a6._0x55d455)+'les\x20for\x20CL'+_0x57e24d(0x1b3,_0x4a89a6._0x10f6f3,_0x4a89a6._0x2f197d,0x1cd),'BSLjU':_0x31758f(_0x4a89a6._0x6d27c7,0x226,_0x4a89a6._0x48dfa1,0x1f5)+_0x31758f(0x332,0x293,_0x4a89a6._0x306e10,_0x4a89a6._0x28f344),'CMXHX':function(_0x289bee,_0x5301d0){return _0x289bee===_0x5301d0;},'mWkfv':'FdurV','GRlAq':'Login\x20fail'+'ed'};function _0x57e24d(_0x1c2399,_0x4cfdaf,_0x5b4d6e,_0x466ead){return _0x31cd2d(_0x1c2399,_0x5b4d6e- -0x16f,_0x5b4d6e-_0x203027._0x1c6b01,_0x466ead-0x127);}const {username:_0x166920,password:_0x3f24bc}=_0x1f9685[_0x57e24d(_0x4a89a6._0x1195f2,0x159,0x137,_0x4a89a6._0x59fcbd)];function _0x31758f(_0x1cb0b5,_0xf2cc07,_0x17cb7a,_0x475720){return _0x31cd2d(_0x1cb0b5,_0x475720- -_0x4aa12c._0x185f63,_0x17cb7a-_0x4aa12c._0x543a50,_0x475720-0xad);}if(_0x5fbef9[_0x57e24d(_0x4a89a6._0x162c6c,_0x4a89a6._0x1e1b14,_0x4a89a6._0x5eab83,0x27a)](!_0x166920,!_0x3f24bc)){if(_0x5fbef9[_0x57e24d(_0x4a89a6._0x1fde5b,0x202,0x22e,0x1c1)]===_0x57e24d(_0x4a89a6._0x15ad97,_0x4a89a6._0x242d3a,_0x4a89a6._0x4cfded,_0x4a89a6._0x5df4f7))_0x5fbef9[_0x31758f(_0x4a89a6._0x2d3e53,_0x4a89a6._0x5e8e68,_0x4a89a6._0x56f1cb,_0x4a89a6._0x36b384)](_0x5f45b4,null,!![]);else{const _0x1dd4c2={};return _0x1dd4c2[_0x57e24d(_0x4a89a6._0x478b2c,_0x4a89a6._0x1658dd,_0x4a89a6._0x1c9d47,_0x4a89a6._0x5fcf81)]=_0x31758f(0x312,_0x4a89a6._0xe96b,0x247,_0x4a89a6._0x2ca390)+_0x57e24d(_0x4a89a6._0x271c2a,0xdd,_0x4a89a6._0x41afd8,0x195),_0x1dd4c2['message']=_0x5fbef9[_0x31758f(0x2b7,0x2c2,0x25e,0x264)],_0x470b49[_0x57e24d(0x1f3,_0x4a89a6._0x388ce3,_0x4a89a6._0x1c693e,0x16c)](0x1*-0x18a+0x2059+-0x1d3f*0x1)[_0x57e24d(0x145,0x105,0x149,0x1a5)](_0x1dd4c2);}}try{if(_0x5fbef9[_0x31758f(0x33f,_0x4a89a6._0x125116,0x378,0x2f0)](_0x5fbef9[_0x57e24d(0x18d,_0x4a89a6._0x53a70d,_0x4a89a6._0x3aaf34,_0x4a89a6._0x2e8510)],_0x5fbef9[_0x57e24d(0x110,0x1f9,_0x4a89a6._0x4885d3,_0x4a89a6._0x2c2104)])){const _0x53e5bf=await validatePassword(_0x166920,_0x3f24bc);if(!_0x53e5bf){const _0x3d83cf={};_0x3d83cf[_0x57e24d(_0x4a89a6._0x2e152c,0x141,_0x4a89a6._0x464060,_0x4a89a6._0x236a98)]=_0x166920,logger[_0x31758f(0x25a,_0x4a89a6._0x57844c,_0x4a89a6._0x489dbb,_0x4a89a6._0x393488)](_0x5fbef9['UgLBN'],_0x3d83cf);const _0x1c3249={};return _0x1c3249['error']='Authentica'+'tion\x20faile'+'d',_0x1c3249['message']=_0x5fbef9[_0x31758f(0x2bb,_0x4a89a6._0x153150,_0x4a89a6._0x53757f,_0x4a89a6._0x4bc39e)],_0x470b49['status'](-0x2*-0x136+0x2ab*0x5+-0x9e*0x17)[_0x31758f(0x1ed,0x2a2,0x1ed,0x22a)](_0x1c3249);}const _0xa2cce7=await _0x5fbef9[_0x31758f(_0x4a89a6._0x260257,_0x4a89a6._0x317259,_0x4a89a6._0x52af0a,0x1f9)](createApiKey,_0x53e5bf['id'],_0x5fbef9[_0x31758f(_0x4a89a6._0x2a359c,_0x4a89a6._0x5bae41,0x335,_0x4a89a6._0x303501)]);let _0x3ca11a=[];try{_0x3ca11a=await resolveUserRoleNames(_0x53e5bf['id']);}catch(_0x52f619){const _0x39ce1a={};_0x39ce1a[_0x57e24d(0x178,_0x4a89a6._0x149b34,0x159,_0x4a89a6._0x190ea0)]=_0x53e5bf['id'],_0x39ce1a['error']=_0x52f619['message'],logger[_0x57e24d(_0x4a89a6._0x5a565b,_0x4a89a6._0x3419b2,0x1f6,_0x4a89a6._0x1e5a6d)](_0x5fbef9['zbUAl'],_0x39ce1a);}const _0x4abc1f={};_0x4abc1f[_0x57e24d(0xf8,0x1d5,0x159,_0x4a89a6._0x161cf6)]=_0x53e5bf['id'],_0x4abc1f[_0x31758f(_0x4a89a6._0x53ebb3,0x28c,_0x4a89a6._0x826070,0x261)]=_0x53e5bf[_0x57e24d(_0x4a89a6._0x366152,_0x4a89a6._0x38b0f4,_0x4a89a6._0x504651,0x1fa)],_0x4abc1f['keyId']=_0xa2cce7['id'],logger[_0x31758f(_0x4a89a6._0x34d8d4,0x21b,_0x4a89a6._0x5bd895,0x28e)](_0x57e24d(_0x4a89a6._0x2acd8f,0x22c,_0x4a89a6._0x2e8f22,0x25d)+_0x31758f(_0x4a89a6._0x28e5c2,_0x4a89a6._0x3935ce,0x1ef,0x271),_0x4abc1f);const _0x55653e={};_0x55653e['id']=_0x53e5bf['id'],_0x55653e['username']=_0x53e5bf[_0x57e24d(0x192,0x1fc,0x180,0x143)],_0x55653e[_0x57e24d(0x21d,_0x4a89a6._0x447c5f,0x1b7,0x1a3)]=_0x53e5bf[_0x57e24d(_0x4a89a6._0x206ae4,0x242,0x1b7,_0x4a89a6._0x2cba4e)],_0x55653e[_0x57e24d(0x292,0x224,0x21a,_0x4a89a6._0xa20bf)]=_0x53e5bf[_0x31758f(0x30d,_0x4a89a6._0x22df5f,0x26e,_0x4a89a6._0x50a60c)],_0x55653e['roles']=_0x3ca11a;const _0x2e7283={};_0x2e7283[_0x57e24d(0x164,_0x4a89a6._0x1f2a89,0x1d1,_0x4a89a6._0x101348)]=_0x5fbef9['BSLjU'],_0x2e7283[_0x57e24d(0x151,0x175,0x1af,0x166)]=_0x55653e,_0x2e7283['apiKey']=_0xa2cce7[_0x31758f(_0x4a89a6._0x50a7da,_0x4a89a6._0x436e43,0x325,0x2f3)],_0x470b49[_0x57e24d(_0x4a89a6._0x1eca02,0x109,0x149,_0x4a89a6._0x27d696)](_0x2e7283);}else{const _0x2f2e8a={};_0x2f2e8a[_0x31758f(_0x4a89a6._0xe96b,0x2e0,_0x4a89a6._0x2f3ab4,_0x4a89a6._0x50a60c)]=_0x38bb51[_0x57e24d(0x1e8,_0x4a89a6._0x46a4ee,0x207,0x267)+'d'],_0x2f2e8a[_0x57e24d(_0x4a89a6._0x5b1707,_0x4a89a6._0x3cbceb,0x1b1,0x136)]=_0xe7e42d,_0x2f2e8a[_0x57e24d(0x156,_0x4a89a6._0x2f031c,_0x4a89a6._0x594f23,0x24d)+'unt']=_0x52db59,_0x2f2e8a[_0x57e24d(_0x4a89a6._0x47d53f,0xf8,0x163,_0x4a89a6._0x28c728)]=_0x5fbef9[_0x57e24d(_0x4a89a6._0x51a13f,_0x4a89a6._0x34d8d4,0x1c9,0x18c)],_0x2aae5d[_0x57e24d(0x217,_0x4a89a6._0x5acb67,_0x4a89a6._0x109d00,0x150)](_0x4b0a5a[_0x57e24d(_0x4a89a6._0x176e29,_0x4a89a6._0x873153,_0x4a89a6._0x34d8d4,0x203)+'d'],_0x2f2e8a);}}catch(_0x20e078){if(_0x5fbef9[_0x57e24d(_0x4a89a6._0x43a642,0x1a7,_0x4a89a6._0x4d1a0f,_0x4a89a6._0x34b4dc)](_0x57e24d(_0x4a89a6._0x51a13f,0x1fb,0x1b2,_0x4a89a6._0x5f280f),_0x5fbef9[_0x31758f(_0x4a89a6._0x2994ab,0x2c7,0x31b,0x29a)])){const _0x4c65dc={};_0x4c65dc[_0x31758f(_0x4a89a6._0x29a966,_0x4a89a6._0x13c63c,0x2c3,_0x4a89a6._0x103230)]=[],_0x4c65dc[_0x31758f(0x231,0x2e7,_0x4a89a6._0x2dcb36,_0x4a89a6._0x5052ad)+'ts']={},_0x4c65dc[_0x57e24d(_0x4a89a6._0x572ce4,_0x4a89a6._0x4e7072,0x14d,0xed)]={};const _0x11e9cc={};_0x11e9cc['id']=_0x214ee1['user']['id'],_0x11e9cc[_0x57e24d(0x1e4,_0x4a89a6._0x28c728,0x180,_0x4a89a6._0x4d1a0f)]=_0x381804[_0x57e24d(_0x4a89a6._0x2eac00,_0x4a89a6._0x37fcb9,0x1af,0x192)][_0x31758f(_0x4a89a6._0x3ff63c,0x2c9,_0x4a89a6._0xe96b,0x261)],_0x11e9cc[_0x31758f(0x2ef,_0x4a89a6._0x5ed0a3,0x2b6,0x298)]=_0x45b49c[_0x31758f(0x2e6,_0x4a89a6._0x50a60c,0x2a5,0x290)][_0x57e24d(_0x4a89a6._0x129c05,0x1ea,_0x4a89a6._0x5601d5,_0x4a89a6._0x378aeb)],_0x11e9cc[_0x57e24d(0x21b,_0x4a89a6._0x3046b1,_0x4a89a6._0x4133bd,_0x4a89a6._0x1feba0)]=_0x901144['user'][_0x31758f(0x2aa,_0x4a89a6._0xa9a1bc,0x2e1,_0x4a89a6._0x513647)],_0x11e9cc['permission'+'s']=_0x4c65dc,_0x11e9cc[_0x57e24d(0x214,0x194,0x1f5,_0x4a89a6._0x4a0fba)+'me']=_0x5d9fbb[_0x31758f(_0x4a89a6._0x1cad4d,_0x4a89a6._0x3f2425,_0x4a89a6._0x4a66f1,_0x4a89a6._0x10a4a7)][_0x57e24d(0x28b,_0x4a89a6._0x4a0fba,_0x4a89a6._0x1fe117,_0x4a89a6._0x35944e)+'me'],_0x11e9cc[_0x31758f(_0x4a89a6._0x32edcf,_0x4a89a6._0x26aa33,0x2af,_0x4a89a6._0x4fa11d)]=null,_0x11e9cc['preference'+'s']={};const _0x593779={};_0x593779[_0x57e24d(0x168,_0x4a89a6._0x4a9d6a,_0x4a89a6._0x242d3a,0x1ce)]=_0x11e9cc,_0x5b834a[_0x57e24d(_0x4a89a6._0x3487aa,0x132,_0x4a89a6._0x26c9ec,_0x4a89a6._0x242d3a)](_0x593779);}else{logger[_0x31758f(_0x4a89a6._0x5df4f7,0x293,0x25b,0x269)](_0x57e24d(_0x4a89a6._0x2b889b,_0x4a89a6._0x12df9d,_0x4a89a6._0x13fc1a,_0x4a89a6._0x594442)+_0x57e24d(0x216,_0x4a89a6._0x26c9ec,0x188,0x166),_0x20e078);const _0x5d1514={};_0x5d1514[_0x31758f(0x294,0x241,0x294,0x269)]=_0x5fbef9[_0x57e24d(0x236,0x182,0x1db,0x20a)],_0x5d1514[_0x31758f(0x30b,0x295,_0x4a89a6._0x222fb2,_0x4a89a6._0xf6c2db)]=_0x31758f(0x382,0x37b,_0x4a89a6._0x10440a,0x305)+'ccurred\x20du'+_0x57e24d(0xa2,0x1a3,0x12e,0xac)+_0x57e24d(0x235,0x218,0x1bc,_0x4a89a6._0x3419b2),_0x470b49[_0x31758f(_0x4a89a6._0x274036,_0x4a89a6._0x4c62ff,_0x4a89a6._0x95bc17,0x2d3)](-0x22a3+-0x2ba*-0xd+0x125)[_0x57e24d(0x102,0x1a4,0x149,0x14d)](_0x5d1514);}}}),router[_0x2c7573(0x7,-0x38,0x15,-0x26)](_0x31cd2d(0x309,0x396,0x325,0x404),requireAuth,async(_0x4dc342,_0x27a5ee)=>{const _0x8a7a29={_0x3b8bdd:0x36d,_0x421d4c:0x381,_0x243eaa:0x3a4,_0x560c20:0x457,_0x5cef98:0x4a7,_0x59aae2:0x448,_0x80bc15:0x3e6,_0x31d5ec:0x477,_0xc73bc2:0x4b3,_0x17b8e3:0x2e9,_0x507f7a:0x309,_0x30d634:0x3d1,_0x3e3bff:0x36d,_0x3e268d:0x3e7,_0x4c556e:0x352,_0x1c96ab:0x3d5,_0x53ec20:0x3a4,_0x431b5d:0x4b5,_0x5a3c7d:0x4dd,_0x2e6e56:0x4bc,_0x273765:0x4ac,_0xfaa3f7:0x52f,_0x50bd77:0x51a,_0x555430:0x5d6,_0x1fdd52:0x540,_0x30895b:0x4ac,_0x4940a2:0x4e2,_0x2997d6:0x527,_0x25f15c:0x3cd,_0x552238:0x4cc,_0xc9bc24:0x3b9,_0x5dca31:0x439,_0x5d2d6d:0x4ac,_0x4f6d95:0x465,_0x148a33:0x3dc,_0x3e2ed2:0x3f9,_0x5af733:0x3b5,_0x1516bd:0x443,_0x360122:0x46e,_0x1e998b:0x4f3,_0x1f1ee4:0x47f,_0x501e4e:0x4ae,_0x5665db:0x510,_0x4feeef:0x45a,_0xdddf0:0x3a0,_0x4f175f:0x403,_0x45b5ef:0x304,_0x5b0f7e:0x515,_0x4b94ae:0x54f,_0x44aa65:0x4a0,_0x227b02:0x533,_0x37ec3a:0x531,_0x5aee97:0x3ac,_0x465512:0x4b7},_0x26ef3e={_0x44a90b:0x183},_0x510972={_0x3c82d7:0x1bf},_0x491576={};function _0x2f5c4b(_0x44fb27,_0xe0d626,_0x1717c3,_0x798e25){return _0x2c7573(_0x44fb27-0x58,_0xe0d626-_0x510972._0x3c82d7,_0xe0d626-0x47f,_0x798e25);}function _0x18f810(_0x31cabf,_0x337e8d,_0x4b2fa0,_0x38082e){return _0x2c7573(_0x31cabf-0x187,_0x337e8d-_0x26ef3e._0x44a90b,_0x38082e-0x37d,_0x337e8d);}_0x491576[_0x18f810(_0x8a7a29._0x3b8bdd,0x416,0x38b,_0x8a7a29._0x421d4c)]=_0x18f810(_0x8a7a29._0x243eaa,_0x8a7a29._0x560c20,0x483,0x408)+'ed',_0x491576['oAwII']=_0x18f810(0x492,0x45f,_0x8a7a29._0x5cef98,_0x8a7a29._0x59aae2)+'ccurred\x20du'+'ring\x20authe'+_0x18f810(_0x8a7a29._0x80bc15,0x395,0x3fe,0x3e0),_0x491576['IXfYg']=_0x2f5c4b(0x464,0x495,_0x8a7a29._0x31d5ec,_0x8a7a29._0xc73bc2);const _0x249bdb=_0x491576;try{const _0x2b20ce=await findUserById(_0x4dc342['user']['id']);if(!_0x2b20ce){const _0x15042c={};return _0x15042c['error']=_0x18f810(0x40c,_0x8a7a29._0x17b8e3,_0x8a7a29._0x507f7a,0x379)+_0x18f810(_0x8a7a29._0x30d634,0x38e,0x2f9,0x38b),_0x27a5ee['status'](0x39b+-0x19b*0xc+0x113d)[_0x18f810(0x398,0x3e9,0x2f6,_0x8a7a29._0x3e3bff)](_0x15042c);}const _0x588e1a={};_0x588e1a['email_ment'+'ions']=!![],_0x588e1a[_0x18f810(0x30c,_0x8a7a29._0x3e268d,_0x8a7a29._0x4c556e,0x37c)+'ents_on_my'+'_tasks']=!![];const _0x2aea9c={};_0x2aea9c['id']=_0x2b20ce['id'],_0x2aea9c[_0x18f810(0x3bd,0x431,0x31b,0x3a4)]=_0x2b20ce[_0x18f810(_0x8a7a29._0x1c96ab,0x348,0x3b8,_0x8a7a29._0x53ec20)],_0x2aea9c[_0x2f5c4b(_0x8a7a29._0x431b5d,_0x8a7a29._0x5a3c7d,_0x8a7a29._0x2e6e56,_0x8a7a29._0x273765)]=_0x2b20ce[_0x2f5c4b(0x4d5,0x4dd,_0x8a7a29._0xfaa3f7,_0x8a7a29._0x50bd77)],_0x2aea9c[_0x2f5c4b(_0x8a7a29._0x555430,_0x8a7a29._0x1fdd52,0x4ce,_0x8a7a29._0x30895b)]=_0x2b20ce[_0x2f5c4b(_0x8a7a29._0x4940a2,0x540,_0x8a7a29._0x2997d6,0x525)],_0x2aea9c[_0x18f810(0x40c,0x356,0x415,_0x8a7a29._0x25f15c)]=_0x2b20ce['avatar']||null,_0x2aea9c['preference'+'s']=_0x2b20ce[_0x18f810(0x44f,_0x8a7a29._0x552238,_0x8a7a29._0xc9bc24,_0x8a7a29._0x5dca31)+'s']||_0x588e1a;const _0x3bfbda={};_0x3bfbda['profile']=_0x2aea9c,_0x27a5ee[_0x2f5c4b(_0x8a7a29._0x5d2d6d,0x46f,0x401,_0x8a7a29._0x4f6d95)](_0x3bfbda);}catch(_0x378e3e){if(_0x249bdb[_0x2f5c4b(_0x8a7a29._0x148a33,0x432,_0x8a7a29._0x3e2ed2,0x3a3)]===_0x249bdb[_0x2f5c4b(_0x8a7a29._0x5af733,0x432,_0x8a7a29._0x1516bd,_0x8a7a29._0x360122)]){logger[_0x2f5c4b(_0x8a7a29._0x1e998b,0x4ae,0x52d,0x533)]('Failed\x20to\x20'+'get\x20profil'+'e',_0x378e3e);const _0x5d63a2={};_0x5d63a2[_0x2f5c4b(_0x8a7a29._0x1f1ee4,_0x8a7a29._0x501e4e,0x4ef,0x51a)]=_0x2f5c4b(0x46a,0x4d6,_0x8a7a29._0x5665db,_0x8a7a29._0x4feeef)+_0x18f810(_0x8a7a29._0xdddf0,_0x8a7a29._0x4f175f,0x416,0x423)+'e',_0x27a5ee['status'](-0x1c5*-0xe+-0x1*0x11cd+0x505*-0x1)[_0x18f810(0x3e5,_0x8a7a29._0x45b5ef,0x313,_0x8a7a29._0x3e3bff)](_0x5d63a2);}else{_0x32e6bc['error'](_0x2f5c4b(_0x8a7a29._0x5b0f7e,_0x8a7a29._0x4b94ae,0x510,0x4fc)+_0x2f5c4b(_0x8a7a29._0x44aa65,0x4ae,_0x8a7a29._0x227b02,0x4bb),_0x2f226a);const _0x155641={};_0x155641['error']=_0x249bdb[_0x2f5c4b(0x495,0x483,_0x8a7a29._0x5b0f7e,0x482)],_0x155641[_0x2f5c4b(0x4c3,0x4f7,0x4f6,_0x8a7a29._0x37ec3a)]=_0x249bdb[_0x18f810(_0x8a7a29._0x5aee97,0x46a,_0x8a7a29._0x465512,0x42a)],_0xd4df9['status'](0x21cf+-0x2*-0xee0+0x8cd*-0x7)['json'](_0x155641);}}}),router[_0x31cd2d(0x356,0x331,0x2e3,0x334)]('/profile',requireAuth,async(_0x50e4c3,_0x2c8c4c)=>{const _0x215e06={_0x46238f:0x44,_0x5475f6:0xc2,_0x53c68b:0xc9,_0x15568b:0xe,_0x1ef1e6:0x38,_0x3ffa86:0x188,_0x33ec6c:0x10d,_0x246443:0x1c7,_0x5e7789:0x176,_0x478b23:0x1c0,_0x528bdd:0x102,_0x4de660:0x138,_0x35cac5:0x69,_0x7cda50:0x24,_0x362a59:0xc4,_0x355aa8:0x186,_0x96bcfb:0x1c3,_0x427c3f:0x16d,_0x32d28c:0x13a,_0x36e0aa:0xc0,_0x11decb:0xbc,_0x270e05:0x14a,_0xf7200f:0x1d5,_0x5f3b53:0x90,_0x5e033d:0x83,_0x21b0ca:0x2b,_0x5edde1:0xdd,_0x40effb:0x31,_0x36cd51:0xe1,_0x3fc69b:0x6b,_0x5e3521:0xc5,_0x1a7d0b:0x54,_0x11077e:0x93,_0x2e181b:0xca,_0x218dfa:0xb0,_0x1e155e:0x8e,_0x3aec0a:0x82,_0x3d1f4f:0x15e,_0x4f5008:0x12f,_0x393380:0xda,_0x4c2b8c:0x14b,_0x2eac7a:0xd3,_0x2d7839:0x11,_0x1c2870:0x7c,_0x28f914:0xc1,_0x400e15:0x85,_0x58a888:0xdc,_0x38cfb7:0x5f,_0x58e254:0xae,_0x35029a:0x17,_0x19caa6:0x3d,_0xc60952:0x12d,_0x3a25b4:0x17a,_0x8592dc:0x1c5,_0x1feab4:0xf1,_0x16606d:0x17e,_0x31470c:0x158,_0x210ddd:0xcb,_0x55b1fb:0x9f,_0xc49950:0x84,_0x5c6d4e:0xb5,_0x1a4b6f:0xc2,_0x58c4ea:0xbb,_0x3063fa:0x109,_0x3159de:0x134,_0x39d38a:0x11b,_0x3af18e:0x12d,_0x2a1643:0x103,_0x179347:0xe6,_0x11f96e:0xbe,_0x12a931:0xbd,_0x1ca5a8:0xa5,_0x319377:0x31,_0xb31f05:0xe4,_0x149b63:0x78,_0x578ec5:0x77,_0x4ff3c0:0x73,_0x20cefc:0x75,_0x241e86:0x1be,_0x29fe2b:0xe2,_0xfd7360:0x4f,_0x4b7187:0x1b,_0x300f2a:0x1de,_0x511951:0xe4,_0x229d26:0x1ce,_0x23e913:0xe,_0x46d2d9:0x4a,_0x540de7:0x19,_0x189635:0xee,_0x346b19:0x100,_0x14be6d:0x15f,_0x1aa2c7:0xa6,_0x22c109:0xf4,_0x1c0282:0xd8,_0x23dea7:0x6c,_0x2cb259:0x1f9,_0x4b2871:0x128,_0x1b8a46:0x120,_0x122544:0x115,_0x518934:0x150,_0x235da1:0xad,_0x55a413:0xd1,_0x3e00c7:0xd4,_0x285eb2:0x102,_0x6e154:0xd1,_0x40c6f1:0x6e,_0x57a9ae:0xf0,_0x2e38bb:0x91,_0x5c8ce8:0xf9,_0x132d38:0x8a,_0x2766e8:0x14,_0x3d07a5:0x84,_0x6fa817:0xa8,_0x49c610:0x12,_0x1a0406:0x5b,_0x36bdd2:0x143,_0x266b8f:0xe5,_0x24dfb1:0xea,_0x4a7da5:0xcf,_0x2d349e:0x9d,_0x314e62:0xfe,_0x8392e8:0x91,_0x200227:0xc3,_0x167ae0:0xf9,_0x261fae:0xeb,_0x4357e2:0x14a,_0x58d50b:0xa5,_0xe86c6b:0xbc,_0x1930a4:0x10c,_0x4f9902:0x87,_0x14be36:0x122,_0x5f503c:0x173,_0x389e44:0x14c,_0x2f804a:0xe7,_0x1581d8:0x150,_0x299c1c:0x1c5,_0x5ca4ff:0x137,_0x216459:0x17d,_0x5ea947:0xea,_0x2b5f3e:0xcc,_0x11f441:0x189,_0xf23d76:0x155,_0x21c590:0x176,_0x2bc554:0x1a2,_0x4a1aa4:0x105,_0x12c9db:0x108,_0x3163d4:0x6d,_0x4f950c:0x2c,_0x3bc467:0xfe,_0x544766:0x111,_0x13e8ba:0x130,_0x593064:0x110,_0x4e01b2:0x18b,_0x425e89:0xf8,_0x27be56:0x116,_0x4a5350:0x1de,_0x39f4e6:0xf4,_0x98bd65:0x70},_0xbae88b={_0x20d769:0x1e1},_0x5ccd9f={_0x5b6914:0x10d,_0x3ee73c:0xb5};function _0x53ac3a(_0x117ac7,_0x12a98e,_0x27391f,_0x148a93){return _0x2c7573(_0x117ac7-0x1a7,_0x12a98e-_0x5ccd9f._0x5b6914,_0x117ac7-_0x5ccd9f._0x3ee73c,_0x12a98e);}const _0x57a2e7={'ADgSD':'Failed\x20to\x20'+'destroy\x20se'+_0x53ac3a(0x9f,_0x215e06._0x46238f,_0x215e06._0x5475f6,0x2a),'ouWyU':_0x48fcbc(0x4e,0xc4,-0x3f,0x54)+_0x48fcbc(_0x215e06._0x53c68b,_0x215e06._0x15568b,_0x215e06._0x1ef1e6,0x50),'mtGKm':_0x53ac3a(_0x215e06._0x3ffa86,0x1f4,0x204,_0x215e06._0x33ec6c),'VEMkT':_0x53ac3a(0x193,_0x215e06._0x246443,_0x215e06._0x5e7789,_0x215e06._0x478b23)+_0x53ac3a(_0x215e06._0x528bdd,0x192,0x6e,_0x215e06._0x4de660)+_0x53ac3a(_0x215e06._0x35cac5,0xe9,0xdd,_0x215e06._0x7cda50),'KvoAz':function(_0x32e535,_0x471688){return _0x32e535===_0x471688;},'ZqLyy':'No\x20file\x20up'+_0x48fcbc(0x39,0x43,_0x215e06._0x362a59,0xae),'WALzJ':_0x53ac3a(0x10c,0xab,0x159,_0x215e06._0x355aa8)+_0x48fcbc(_0x215e06._0x96bcfb,_0x215e06._0x427c3f,0xab,_0x215e06._0x32d28c)+'e','yQsNa':function(_0x315a90,_0x203a6e){return _0x315a90!==_0x203a6e;},'Zdurr':function(_0x5d315f,_0x457c4d){return _0x5d315f===_0x457c4d;},'TqhGT':_0x53ac3a(_0x215e06._0x36e0aa,_0x215e06._0x11decb,0x46,0x57),'RFfNf':'Name\x20canno'+_0x53ac3a(_0x215e06._0x270e05,0x184,_0x215e06._0xf7200f,0x135),'BHrxv':_0x53ac3a(0xe7,_0x215e06._0x5f3b53,0x74,0xe5),'sWZHm':_0x53ac3a(_0x215e06._0x5e033d,_0x215e06._0x21b0ca,0xbd,_0x215e06._0x5edde1),'Dzkwz':_0x53ac3a(0xbb,0x128,_0x215e06._0x40effb,0x125)+_0x48fcbc(0x105,0xd4,_0x215e06._0x528bdd,0x153)+_0x53ac3a(_0x215e06._0x36cd51,_0x215e06._0x3fc69b,0x4e,0xf2),'kSIaK':function(_0x8c996e,_0x2d6b30,_0x578eb2){return _0x8c996e(_0x2d6b30,_0x578eb2);},'yWyeh':_0x48fcbc(0x9d,0x128,0x3e,_0x215e06._0x5e3521),'xXdbG':'Profile\x20up'+_0x53ac3a(0xcc,0x142,0x14b,_0x215e06._0x1a7d0b)},{name:_0x51fccd,preferences:_0x583f42}=_0x50e4c3[_0x53ac3a(_0x215e06._0x11077e,_0x215e06._0x2e181b,_0x215e06._0x218dfa,_0x215e06._0x1e155e)];function _0x48fcbc(_0x2748d4,_0x91de2d,_0xfef164,_0x25e854){return _0x2c7573(_0x2748d4-0x114,_0x91de2d-_0xbae88b._0x20d769,_0x25e854-0x94,_0x91de2d);}try{const _0x47bcc4={};if(_0x57a2e7[_0x53ac3a(0xba,0x12e,0x13d,_0x215e06._0x3aec0a)](_0x51fccd,undefined)){if('tlFzV'!==_0x53ac3a(_0x215e06._0x3d1f4f,0x113,0x185,_0x215e06._0x4f5008)){if(!_0x51fccd||_0x57a2e7[_0x53ac3a(_0x215e06._0x393380,_0x215e06._0x4c2b8c,0x13c,0x15a)](_0x51fccd[_0x53ac3a(0x6b,_0x215e06._0x2eac7a,-_0x215e06._0x2d7839,0x57)]()['length'],-0x29*0xca+-0x1*0x106f+0x30c9)){if(_0x57a2e7[_0x53ac3a(0xda,0x90,0xfe,_0x215e06._0x5f3b53)](_0x48fcbc(_0x215e06._0x1c2870,_0x215e06._0x28f914,_0x215e06._0x400e15,0xcc),_0x57a2e7['TqhGT'])){if(_0x3161c8){const _0x3f9503={};_0x3f9503['userId']=_0x5e1243,_0x3f9503[_0x53ac3a(_0x215e06._0x58a888,0x170,0x13f,_0x215e06._0x38cfb7)]=_0x323506,_0x127f42[_0x48fcbc(0x46,0x8d,0xf7,0xc3)](_0x57a2e7['ADgSD'],_0x3890e1,_0x3f9503);const _0x20dd38={};return _0x20dd38[_0x53ac3a(0xe4,0xef,0x118,_0x215e06._0x58e254)]='Logout\x20fai'+_0x53ac3a(0x7d,0x48,_0x215e06._0x35029a,_0x215e06._0x19caa6),_0x20dd38[_0x53ac3a(_0x215e06._0xc60952,0xd6,0xdd,0x12f)]=_0x57a2e7[_0x48fcbc(0x1ce,_0x215e06._0x3a25b4,_0x215e06._0x8592dc,0x151)],_0x3a033d[_0x48fcbc(_0x215e06._0x1feab4,_0x215e06._0x16606d,_0x215e06._0x31470c,_0x215e06._0xc60952)](-0x3*0x71f+-0x133b+0x2a8c)[_0x48fcbc(_0x215e06._0x210ddd,_0x215e06._0x55b1fb,0x4c,_0x215e06._0xc49950)](_0x20dd38);}const _0x2f919f={};_0x2f919f[_0x53ac3a(_0x215e06._0x5c6d4e,0x132,0xa0,0x50)]=_0x200902,_0x2f919f[_0x48fcbc(0x8f,_0x215e06._0x1a4b6f,0x109,_0x215e06._0x58c4ea)]=_0x4f640b,_0x22d167[_0x53ac3a(_0x215e06._0x3063fa,0x85,_0x215e06._0x3159de,_0x215e06._0x39d38a)](_0x57a2e7[_0x48fcbc(0x4e,0x8c,0xa9,0x5a)],_0x2f919f),_0x4f0f3e[_0x48fcbc(0xee,0x184,0x112,0xfa)+'e'](_0x57a2e7['mtGKm']);const _0x223067={};_0x223067[_0x53ac3a(_0x215e06._0x3af18e,_0x215e06._0x2a1643,0x172,_0x215e06._0x179347)]=_0x57a2e7[_0x53ac3a(_0x215e06._0x11f96e,0x4c,_0x215e06._0x12a931,0x14c)],_0x56db69[_0x53ac3a(_0x215e06._0x1ca5a8,0x5c,0x9b,_0x215e06._0x319377)](_0x223067);}else{const _0x1f0282={};return _0x1f0282[_0x53ac3a(_0x215e06._0xb31f05,_0x215e06._0x149b63,_0x215e06._0x578ec5,0x6f)]=_0x57a2e7[_0x48fcbc(_0x215e06._0x35029a,_0x215e06._0x4ff3c0,0x5c,_0x215e06._0x20cefc)],_0x2c8c4c[_0x48fcbc(0x13a,0x136,_0x215e06._0x241e86,_0x215e06._0xc60952)](0x157*-0xe+-0x61b+0x29*0xa5)[_0x48fcbc(_0x215e06._0x29fe2b,_0x215e06._0xfd7360,_0x215e06._0x4b7187,0x84)](_0x1f0282);}}_0x47bcc4[_0x53ac3a(0x176,_0x215e06._0x300f2a,_0x215e06._0x511951,_0x215e06._0x229d26)]=_0x51fccd['trim']();}else{if(!_0x57ad63||_0x57a2e7['KvoAz'](_0x26d54d[_0x48fcbc(0x51,-_0x215e06._0x23e913,_0x215e06._0xfd7360,_0x215e06._0x46d2d9)]()[_0x53ac3a(_0x215e06._0x578ec5,-0x14,_0x215e06._0x540de7,0x10b)],0x1f*-0x13+-0x1f4+-0x79*-0x9)){const _0x51f660={};return _0x51f660[_0x48fcbc(_0x215e06._0x189635,0x3d,0xd1,0xc3)]=_0x53ac3a(_0x215e06._0x346b19,0x95,_0x215e06._0x14be6d,_0x215e06._0x1aa2c7)+_0x53ac3a(0x14a,0x172,_0x215e06._0x22c109,_0x215e06._0x1c0282),_0x82aa07[_0x48fcbc(0x157,0xae,0x1a2,0x12d)](0x87b*0x3+0x14c2+-0x1*0x2ca3)[_0x48fcbc(_0x215e06._0x23dea7,0x55,-0x5,0x84)](_0x51f660);}_0x3eb157[_0x53ac3a(0x176,_0x215e06._0x2cb259,0xfe,_0x215e06._0x4b2871)]=_0x5780bc['trim']();}}_0x583f42!==undefined&&(_0x47bcc4[_0x48fcbc(_0x215e06._0x1b8a46,0x13f,_0x215e06._0x122544,_0x215e06._0x518934)+'s']=_0x583f42);if(_0x57a2e7[_0x53ac3a(0xda,0x14b,0xec,_0x215e06._0x235da1)](Object['keys'](_0x47bcc4)[_0x53ac3a(0x77,0xe2,0x8,0x23)],-0x10bd*-0x2+-0x43c+-0x1d3e)){if(_0x57a2e7[_0x48fcbc(_0x215e06._0x55a413,_0x215e06._0x3e00c7,_0x215e06._0x285eb2,0x157)]!==_0x57a2e7[_0x53ac3a(_0x215e06._0x5edde1,_0x215e06._0x55b1fb,_0x215e06._0x6e154,_0x215e06._0x40c6f1)]){const _0x15616e={};return _0x15616e['error']=_0x57a2e7[_0x53ac3a(0x72,0x14,_0x215e06._0x57a9ae,_0x215e06._0x2e38bb)],_0x2c8c4c['status'](0x1b5b+-0x1*0x1445+0x2*-0x2c3)[_0x53ac3a(0xa5,0x51,0x4b,_0x215e06._0x5c8ce8)](_0x15616e);}else{const _0x2761c1={};return _0x2761c1[_0x53ac3a(0xe4,0x51,0x127,0x17a)]=_0x57a2e7[_0x48fcbc(0xfc,_0x215e06._0x132d38,0x56,0x87)],_0x1c3efb['status'](0x1082*0x1+-0x9cc+0x1*-0x526)[_0x48fcbc(_0x215e06._0x2766e8,0x5d,0xdd,_0x215e06._0x3d07a5)](_0x2761c1);}}const _0x29ebf8=await _0x57a2e7[_0x48fcbc(_0x215e06._0x6fa817,-_0x215e06._0x49c610,_0x215e06._0x1a0406,0x7d)](updateUser,_0x50e4c3[_0x48fcbc(_0x215e06._0x5e3521,_0x215e06._0x36bdd2,_0x215e06._0x266b8f,_0x215e06._0x24dfb1)]['id'],_0x47bcc4);if(_0x47bcc4['name']){if(_0x57a2e7[_0x53ac3a(0xda,0x164,_0x215e06._0x4a7da5,_0x215e06._0x2d349e)](_0x57a2e7[_0x48fcbc(0xb0,0x5e,_0x215e06._0x540de7,0xa6)],_0x53ac3a(0xaf,0x74,_0x215e06._0x314e62,0x143))){_0x43fd8b['error'](_0x57a2e7['WALzJ'],_0x4f24fe);const _0x34fb38={};_0x34fb38[_0x48fcbc(_0x215e06._0x8392e8,0x99,0x9c,_0x215e06._0x200227)]=_0x48fcbc(0x7e,_0x215e06._0x167ae0,0x90,_0x215e06._0x261fae)+_0x48fcbc(_0x215e06._0x4357e2,0x176,0xb9,_0x215e06._0x32d28c)+'e',_0x393270['status'](0x395+0x230c+0x24ad*-0x1)[_0x53ac3a(_0x215e06._0x58d50b,_0x215e06._0xe86c6b,_0x215e06._0x1930a4,_0x215e06._0x4f9902)](_0x34fb38);}else _0x50e4c3[_0x48fcbc(_0x215e06._0x14be36,_0x215e06._0x5f503c,_0x215e06._0x389e44,_0x215e06._0x2f804a)][_0x53ac3a(0x176,0x1fd,_0x215e06._0x1581d8,0x148)]=_0x47bcc4[_0x48fcbc(0x16b,_0x215e06._0x4de660,_0x215e06._0x299c1c,0x155)];}logger[_0x53ac3a(0x109,0x156,0x168,_0x215e06._0x5ca4ff)](_0x57a2e7[_0x48fcbc(0xcb,0xac,0xae,0xb8)],{'userId':_0x50e4c3[_0x48fcbc(_0x215e06._0x216459,0xff,0x116,_0x215e06._0x5ea947)]['id'],'updates':Object['keys'](_0x47bcc4)});const _0x1da9f3={};_0x1da9f3['id']=_0x29ebf8['id'],_0x1da9f3['username']=_0x29ebf8['username'],_0x1da9f3[_0x48fcbc(0x97,0xdc,_0x215e06._0x2b5f3e,0xf2)]=_0x29ebf8['email'],_0x1da9f3[_0x48fcbc(_0x215e06._0x11f441,0x1cf,0x13d,_0x215e06._0xf23d76)]=_0x29ebf8[_0x53ac3a(_0x215e06._0x21c590,_0x215e06._0xf23d76,_0x215e06._0x29fe2b,_0x215e06._0x2bc554)],_0x1da9f3['avatar']=_0x29ebf8[_0x53ac3a(_0x215e06._0x4a1aa4,0xbf,_0x215e06._0x12c9db,0x91)]||null,_0x1da9f3['preference'+'s']=_0x29ebf8[_0x48fcbc(0xbe,0x1b0,0xe4,_0x215e06._0x1581d8)+'s']||{};const _0x54d4b5={};_0x54d4b5[_0x53ac3a(_0x215e06._0x3163d4,_0x215e06._0x314e62,_0x215e06._0x4f950c,0x2)]=_0x1da9f3,_0x2c8c4c['json'](_0x54d4b5);}catch(_0x3ef87a){logger[_0x53ac3a(0xe4,0xc3,0x10b,0x175)]('Failed\x20to\x20'+_0x53ac3a(0x85,_0x215e06._0x3bc467,_0x215e06._0x19caa6,_0x215e06._0x544766)+'file',_0x3ef87a);const _0x19e9df={};_0x19e9df[_0x48fcbc(0xde,_0x215e06._0x13e8ba,0xd2,0xc3)]=_0x53ac3a(_0x215e06._0x1930a4,_0x215e06._0x593064,_0x215e06._0x4e01b2,0x19f)+_0x53ac3a(0x85,_0x215e06._0x425e89,_0x215e06._0x27be56,0xeb)+_0x53ac3a(0x182,_0x215e06._0x4a5350,_0x215e06._0x39f4e6,0x145),_0x2c8c4c[_0x53ac3a(0x14e,0x1e1,0x132,0x1ae)](-0x13*-0x6c+0x22e5*0x1+-0xda7*0x3)[_0x48fcbc(0x70,_0x215e06._0x98bd65,0x108,0x84)](_0x19e9df);}}),router['post'](_0x31cd2d(0x34b,0x37c,0x357,0x3a4)+'vatar',requireAuth,avatarUpload[_0x31cd2d(0x325,0x2c5,0x305,0x2e4)](_0x31cd2d(0x3ac,0x318,0x35b,0x33d)),async(_0x522ad5,_0x1481c0)=>{const _0x1ef585={_0x1a11da:0x1ef,_0x1fb3a8:0x2da,_0x4db98a:0x257,_0x178cc1:0x2d6,_0x33d60f:0x2a7,_0x555c53:0x338,_0x39673d:0x220,_0x13bde6:0x2a3,_0x18c63c:0x26c,_0x55c1d9:0x1c7,_0xdd5d4a:0x1ce,_0xffdb33:0x2e2,_0x55cc65:0x2c8,_0x25e95d:0x207,_0x4a4a18:0x25d,_0x520a01:0x279,_0x4ef8be:0x1b7,_0x191a2f:0x18a,_0x2153ca:0x127,_0x184fa0:0x198,_0x55b637:0x2b0,_0x5c543b:0x238,_0x337990:0x20d,_0x5fab92:0x1dd,_0x536f32:0x27d,_0x4a2037:0x1ec,_0xa401d2:0x275,_0x5d6a70:0x259,_0x14da71:0x1d3,_0x4732f5:0x2ad,_0x13744c:0x266,_0x56419c:0x31f,_0x17867f:0x21f,_0x18c14e:0x28b,_0x441697:0x1e4,_0x95301c:0x1a9,_0x12e177:0x1dd,_0x51d973:0x377,_0x57aa64:0x272,_0xac9005:0x2ca,_0x1f6868:0x30a,_0x2daae6:0x2a2,_0xb88edc:0x1de,_0x5b84ee:0x21a,_0x411437:0x1ef,_0x3c0934:0x21f,_0x2fe448:0x217,_0x3e0c70:0x27d,_0x1ec3bb:0x24d,_0x252866:0x224,_0x2503d4:0x2a4,_0x4955fd:0x1ad,_0x3a54f3:0x33e,_0x3544b6:0x257,_0x31cfc0:0x2b4,_0x18fc32:0x2b8,_0x165a6b:0x260,_0x5ab40c:0x276,_0x27ab1e:0x210,_0x49130a:0x215,_0x1fe21a:0x253,_0x33f495:0x263,_0x2ce0bd:0x1d4,_0xbf8393:0x2b7,_0x7fb0af:0x242,_0x2caa33:0x1ed,_0x6d1d35:0x1c9,_0x57e7ed:0x24a,_0x57aeb6:0x247,_0x5299ff:0x27c,_0x3008a4:0x261,_0x3e13a2:0x2c7,_0x5564a9:0x31c,_0x4f1745:0x1b2,_0x25adcc:0x1db,_0x27504a:0x236,_0x31a768:0x26f,_0x1a9600:0x169,_0x4f0204:0x256,_0x4ab631:0x1e2,_0x5c82b7:0x1ac,_0x55c99e:0x13b,_0x500665:0x152,_0x48c1b9:0x1a4},_0x184d48={_0x41ab48:0xb8,_0x57689e:0x125};function _0x466cb8(_0x1ad1ee,_0x7f4085,_0x1031af,_0x4013f1){return _0x31cd2d(_0x1031af,_0x4013f1- -_0x184d48._0x41ab48,_0x1031af-_0x184d48._0x57689e,_0x4013f1-0x191);}const _0x18e00f={'fDGUI':function(_0x4b6ce3,_0x4bbf31){return _0x4b6ce3(_0x4bbf31);},'KGvXe':_0x466cb8(0x2a1,_0x1ef585._0x1a11da,_0x1ef585._0x1fb3a8,0x262),'iTaGi':_0x466cb8(0x2fe,0x355,_0x1ef585._0x4db98a,_0x1ef585._0x178cc1),'tFLRp':function(_0xf59cf7,_0x55d47f,_0xfba91a){return _0xf59cf7(_0x55d47f,_0xfba91a);},'dPkxW':_0x466cb8(0x2ab,_0x1ef585._0x33d60f,_0x1ef585._0x555c53,0x2d0)+_0x19234c(-0x205,-_0x1ef585._0x39673d,-_0x1ef585._0x13bde6,-_0x1ef585._0x18c63c),'ORorG':function(_0x536af2,_0x4106b3){return _0x536af2===_0x4106b3;},'WKPcE':'PlUkA','lrELM':_0x19234c(-0x25e,-_0x1ef585._0x55c1d9,-_0x1ef585._0xdd5d4a,-0x20e)+_0x19234c(-_0x1ef585._0xffdb33,-_0x1ef585._0x55cc65,-_0x1ef585._0x25e95d,-_0x1ef585._0x4a4a18)+_0x466cb8(0x2e3,_0x1ef585._0x520a01,0x2ef,0x2ca)};function _0x19234c(_0x37f4e0,_0x588377,_0x5ae537,_0x4edb56){return _0x2c7573(_0x37f4e0-0x16d,_0x588377-0x35,_0x4edb56- -0x265,_0x5ae537);}if(!_0x522ad5[_0x19234c(-_0x1ef585._0x4ef8be,-_0x1ef585._0x191a2f,-_0x1ef585._0x2153ca,-_0x1ef585._0x184fa0)]){const _0x6ee997={};return _0x6ee997[_0x466cb8(_0x1ef585._0x55b637,0x276,_0x1ef585._0x5c543b,0x23f)]=_0x19234c(-0x19e,-0x1ae,-_0x1ef585._0x337990,-_0x1ef585._0x5fab92)+'loaded',_0x1481c0['status'](0xf0d+-0xbd9+-0x1a4)[_0x19234c(-_0x1ef585._0x536f32,-_0x1ef585._0x4a2037,-0x2d0,-_0x1ef585._0xa401d2)](_0x6ee997);}try{await ensureAvatarsDir();const _0x33034d='avatar-'+_0x522ad5[_0x466cb8(_0x1ef585._0x5d6a70,_0x1ef585._0x14da71,_0x1ef585._0x4732f5,_0x1ef585._0x13744c)]['id']+'-'+Date[_0x466cb8(0x21b,_0x1ef585._0x56419c,_0x1ef585._0x17867f,_0x1ef585._0x18c14e)]()+'.png',_0x5692aa=_0x4ed38f[_0x19234c(-0x1ac,-0x217,-_0x1ef585._0x441697,-0x1c1)](AVATARS_DIR,_0x33034d),_0x3e7a76={};_0x3e7a76[_0x466cb8(_0x1ef585._0x95301c,_0x1ef585._0x12e177,0x179,_0x1ef585._0x12e177)]=0x5a,await _0x18e00f[_0x466cb8(0x33b,_0x1ef585._0x51d973,_0x1ef585._0x57aa64,0x2e9)](_0x17f0b4,_0x522ad5['file'][_0x19234c(-_0x1ef585._0xac9005,-0x310,-_0x1ef585._0x1f6868,-_0x1ef585._0x2daae6)])[_0x19234c(-_0x1ef585._0xb88edc,-_0x1ef585._0x5b84ee,-_0x1ef585._0x411437,-_0x1ef585._0x3c0934)](AVATAR_SIZE,AVATAR_SIZE,{'fit':_0x18e00f[_0x466cb8(_0x1ef585._0x2fe448,0x266,_0x1ef585._0x3e0c70,_0x1ef585._0x1ec3bb)],'position':_0x18e00f[_0x466cb8(_0x1ef585._0x252866,_0x1ef585._0x2503d4,0x253,0x297)]})['png'](_0x3e7a76)[_0x19234c(-0x1b4,-0x1b2,-0x172,-_0x1ef585._0x4955fd)](_0x5692aa);const _0x4e6ba4=await findUserById(_0x522ad5['user']['id']);if(_0x4e6ba4['avatar']){const _0x745c86=_0x4ed38f[_0x466cb8(0x262,_0x1ef585._0x3a54f3,_0x1ef585._0x3544b6,_0x1ef585._0x31cfc0)](AVATARS_DIR,_0x4e6ba4[_0x466cb8(_0x1ef585._0x18fc32,0x2f5,0x27a,_0x1ef585._0x165a6b)]);try{await _0x5c701f['unlink'](_0x745c86);}catch(_0x1c8ec2){}}const _0x5c967d={};_0x5c967d[_0x19234c(-_0x1ef585._0x5ab40c,-0x29b,-_0x1ef585._0x27ab1e,-_0x1ef585._0x49130a)]=_0x33034d,await _0x18e00f['tFLRp'](updateUser,_0x522ad5[_0x466cb8(_0x1ef585._0x1fe21a,0x2bd,0x287,0x266)]['id'],_0x5c967d);const _0x290c62={};_0x290c62[_0x466cb8(0x27e,_0x1ef585._0x33f495,_0x1ef585._0x2ce0bd,0x210)]=_0x522ad5[_0x466cb8(_0x1ef585._0xbf8393,0x213,_0x1ef585._0x7fb0af,0x266)]['id'],_0x290c62['filename']=_0x33034d,logger[_0x19234c(-_0x1ef585._0x57aa64,-_0x1ef585._0x2caa33,-0x19e,-0x211)](_0x18e00f[_0x19234c(-0x2b4,-_0x1ef585._0x6d1d35,-0x213,-_0x1ef585._0x57e7ed)],_0x290c62);const _0x2e8234={};_0x2e8234[_0x19234c(-0x185,-0x206,-0x25a,-0x215)]=_0x33034d,_0x2e8234['avatarUrl']=_0x19234c(-0x24e,-_0x1ef585._0x57aeb6,-_0x1ef585._0x5299ff,-0x246)+_0x33034d,_0x1481c0[_0x19234c(-_0x1ef585._0x3008a4,-0x1e1,-0x1f7,-0x275)](_0x2e8234);}catch(_0x24f9f5){if(_0x18e00f[_0x466cb8(0x2fc,0x2dc,0x277,_0x1ef585._0x3e13a2)]('PlUkA',_0x18e00f[_0x466cb8(_0x1ef585._0x5564a9,0x31d,0x2a7,0x299)])){logger[_0x466cb8(0x272,0x2a9,0x2a8,0x23f)](_0x18e00f[_0x466cb8(_0x1ef585._0x5ab40c,_0x1ef585._0x4f1745,0x1d2,0x1e2)],_0x24f9f5);const _0x548410={};_0x548410[_0x19234c(-0x233,-_0x1ef585._0x25adcc,-0x250,-_0x1ef585._0x27504a)]=_0x18e00f[_0x466cb8(_0x1ef585._0x31a768,_0x1ef585._0x1a9600,_0x1ef585._0x4f0204,_0x1ef585._0x4ab631)],_0x1481c0[_0x19234c(-_0x1ef585._0x5c82b7,-_0x1ef585._0x55c99e,-0x17e,-0x1cc)](-0xe4+-0x739+0xa11)[_0x466cb8(0x219,0x27c,0x25c,0x200)](_0x548410);}else _0x57359c[_0x466cb8(0x266,_0x1ef585._0x31cfc0,0x1e8,_0x1ef585._0x33f495)]['name']=_0xef0bcd[_0x19234c(-_0x1ef585._0x500665,-_0x1ef585._0x95301c,-0x170,-_0x1ef585._0x48c1b9)];}}),router['delete'](_0x2c7573(0x13b,0x68,0xb4,0x3c)+_0x2c7573(0xe8,0xe4,0x80,0xaa),requireAuth,async(_0x33e409,_0x649b3f)=>{const _0x59a904={_0x4964cb:0x5a,_0x2348e0:0x8c,_0x38ed31:0xfe,_0x218d92:0xa7,_0x10de63:0xef,_0x597490:0x6a,_0x34b5aa:0x11c,_0x32d82a:0xa4,_0x5d9d5a:0x3e,_0x25b633:0x257,_0x7ea5c5:0xc0,_0xd44d7d:0xdb,_0xc3a98e:0x6,_0x5afdf0:0x60,_0x37df57:0x31,_0x56c41f:0x10c,_0x185071:0x8c,_0x3aeff1:0x9d,_0x28bbfe:0x106,_0x5bbea5:0x17d,_0x247190:0x2e9,_0x22c605:0x31f,_0x395632:0x292,_0x2749ba:0x343,_0x382df7:0x28f,_0x211256:0x17c,_0x2cfee6:0x98,_0x5bdec8:0x256,_0x53e0f6:0x30c,_0x94fd9f:0xce,_0x5b569b:0x10f,_0x15da4d:0x2b2,_0x5e762e:0x216,_0x1757ba:0x6b,_0xd6735a:0x85,_0x142db9:0x10d,_0x31f797:0xc7,_0x24f1a6:0x26f,_0x14cec0:0x4,_0xc1189c:0x8b,_0x34f8cd:0x69,_0x8c8f68:0x96,_0x540a9d:0x89,_0x42a8c4:0x6f,_0x26d65a:0x1c,_0x201401:0x312,_0x265473:0x286,_0x32a16e:0x2e0,_0x349190:0xb7,_0xb1938:0xad,_0x3faf91:0x9c,_0x35f15c:0x3d,_0x282284:0x248,_0x3f3637:0xdb,_0x402fce:0x148,_0x4c59e8:0x108,_0x1d0401:0x64,_0x31dd67:0x6d,_0x3acd34:0x2aa,_0x38579c:0x3b1,_0x2c88ce:0x331,_0x120624:0x7e,_0x51547c:0xcb,_0x5b523f:0x25,_0x747c6c:0x12,_0xce992f:0xf,_0x53b9d9:0x26c,_0x100b2d:0x2c,_0x15811e:0x3b,_0x3d5982:0xc0,_0x5d3abd:0x42,_0x4f22fe:0x2fb,_0x3bae5c:0x330,_0x5a97ed:0x82,_0x518a54:0xce,_0x3c0087:0x72,_0x59db09:0x13b},_0x2e0ab7={_0x5c7fef:0x293,_0x51e319:0xca,_0x2f1ba6:0x6a},_0x41b0e2={_0x297cb5:0x78,_0x16f300:0x299};function _0x3b85c3(_0x51a8ac,_0x5a2871,_0x322975,_0x582b69){return _0x2c7573(_0x51a8ac-_0x41b0e2._0x297cb5,_0x5a2871-0x1cd,_0x322975-_0x41b0e2._0x16f300,_0x51a8ac);}function _0x4797c3(_0x3e4c2e,_0x5609c6,_0x5f386b,_0x17f3f8){return _0x31cd2d(_0x3e4c2e,_0x5609c6- -_0x2e0ab7._0x5c7fef,_0x5f386b-_0x2e0ab7._0x51e319,_0x17f3f8-_0x2e0ab7._0x2f1ba6);}const _0x46f090={'cptPD':_0x4797c3(_0x59a904._0x4964cb,_0x59a904._0x2348e0,0x13,_0x59a904._0x38ed31)+_0x4797c3(0x88,0x3d,_0x59a904._0x218d92,0x25)+_0x4797c3(_0x59a904._0x4964cb,_0x59a904._0x10de63,_0x59a904._0x597490,0x162),'gywHv':function(_0x126343,_0x5a31ed){return _0x126343(_0x5a31ed);},'PLIKL':_0x4797c3(_0x59a904._0x34b5aa,_0x59a904._0x32d82a,0x94,_0x59a904._0x5d9d5a),'ezIOl':'JCIrF','QpFlM':function(_0x58109d,_0x271049,_0x4426ae){return _0x58109d(_0x271049,_0x4426ae);},'WKABd':_0x3b85c3(0x307,_0x59a904._0x25b633,0x2e8,0x2b7)+_0x4797c3(_0x59a904._0x7ea5c5,0x83,0xec,_0x59a904._0xd44d7d),'wfXfU':function(_0x237683,_0x2853ad){return _0x237683===_0x2853ad;},'XMUXQ':_0x4797c3(0x45,_0x59a904._0xc3a98e,-_0x59a904._0x5afdf0,-_0x59a904._0x37df57),'jvBMH':_0x4797c3(_0x59a904._0x56c41f,_0x59a904._0x185071,_0x59a904._0x3aeff1,_0x59a904._0x28bbfe)+'remove\x20ava'+_0x4797c3(_0x59a904._0x5bbea5,0xef,0x13a,0x98)};try{const _0x1e8f88=await _0x46f090['gywHv'](findUserById,_0x33e409['user']['id']);if(_0x1e8f88[_0x3b85c3(0x28f,_0x59a904._0x247190,0x2e9,_0x59a904._0x22c605)]){const _0x291655=_0x4ed38f['join'](AVATARS_DIR,_0x1e8f88[_0x3b85c3(_0x59a904._0x395632,_0x59a904._0x2749ba,_0x59a904._0x247190,_0x59a904._0x382df7)]);try{if(_0x46f090[_0x4797c3(0x6f,0x101,_0x59a904._0x211256,0x150)]!==_0x46f090['ezIOl'])await _0x5c701f[_0x4797c3(0xb,0x97,0xd1,_0x59a904._0x2cfee6)](_0x291655);else{_0x57619a['error'](_0x46f090['cptPD'],_0x3fe283);const _0x3571a8={};_0x3571a8[_0x3b85c3(_0x59a904._0x5bdec8,0x357,0x2c8,_0x59a904._0x53e0f6)]=_0x46f090[_0x4797c3(0x54,0xdc,0xd0,0xb7)],_0x1c3035[_0x4797c3(0x4d,_0x59a904._0x94fd9f,0x15d,_0x59a904._0x5b569b)](0x1c88*-0x1+0x2f5+-0xf3*-0x1d)[_0x3b85c3(_0x59a904._0x15da4d,_0x59a904._0x5e762e,0x289,0x288)](_0x3571a8);}}catch(_0x5c3858){}const _0x59cbef={};_0x59cbef[_0x4797c3(_0x59a904._0x1757ba,_0x59a904._0xd6735a,_0x59a904._0x142db9,_0x59a904._0x31f797)]=null,await _0x46f090[_0x3b85c3(0x287,0x34d,0x2fe,_0x59a904._0x24f1a6)](updateUser,_0x33e409['user']['id'],_0x59cbef);const _0x3a9d93={};_0x3a9d93[_0x4797c3(-0x57,0x35,-0x3,_0x59a904._0x14cec0)]=_0x33e409[_0x4797c3(0xca,0x8b,_0x59a904._0xc1189c,_0x59a904._0x34f8cd)]['id'],logger[_0x4797c3(_0x59a904._0x8c8f68,_0x59a904._0x540a9d,_0x59a904._0x42a8c4,_0x59a904._0x26d65a)](_0x3b85c3(_0x59a904._0x201401,_0x59a904._0x265473,0x2e8,_0x59a904._0x32a16e)+_0x4797c3(0x2c,0x83,_0x59a904._0x349190,0x10e),_0x3a9d93);}const _0x2b5970={};_0x2b5970[_0x4797c3(0x1a,_0x59a904._0xb1938,_0x59a904._0x3faf91,_0x59a904._0x35f15c)]=_0x46f090[_0x3b85c3(0x284,0x32b,0x2cc,_0x59a904._0x282284)],_0x649b3f['json'](_0x2b5970);}catch(_0x3378cb){if(_0x46f090['wfXfU'](_0x46f090['XMUXQ'],_0x46f090[_0x4797c3(_0x59a904._0x3f3637,0x104,_0x59a904._0x402fce,0xc2)])){logger['error'](_0x46f090[_0x4797c3(_0x59a904._0x4c59e8,0xcd,0x10e,_0x59a904._0x3faf91)],_0x3378cb);const _0x3ac802={};_0x3ac802[_0x4797c3(0x20,_0x59a904._0x1d0401,0xc,_0x59a904._0x31dd67)]=_0x46f090[_0x3b85c3(_0x59a904._0x3acd34,_0x59a904._0x38579c,_0x59a904._0x2c88ce,0x302)],_0x649b3f[_0x4797c3(_0x59a904._0x120624,0xce,_0x59a904._0x51547c,0xc4)](0x15*-0xf1+0x9e3*-0x3+0x3362)[_0x4797c3(0x5c,_0x59a904._0x5b523f,-_0x59a904._0x747c6c,-_0x59a904._0xce992f)](_0x3ac802);}else{const _0xa37e1d={};return _0xa37e1d[_0x3b85c3(0x23b,_0x59a904._0x53b9d9,0x2c8,0x34b)]=_0x4797c3(-_0x59a904._0x100b2d,_0x59a904._0x15811e,_0x59a904._0x3d5982,-_0x59a904._0x5d3abd)+_0x3b85c3(_0x59a904._0x4f22fe,_0x59a904._0x3bae5c,0x358,0x3da)+'vided',_0x1a33a4[_0x4797c3(_0x59a904._0x5a97ed,_0x59a904._0x518a54,_0x59a904._0x3c0087,_0x59a904._0x59db09)](0x374+0x5*0x1cc+-0xae0)['json'](_0xa37e1d);}}}),router['get'](_0x31cd2d(0x37f,0x37c,0x3c2,0x3f3)+_0x31cd2d(0x3c6,0x383,0x300,0x414),requireAuth,async(_0x2bbe3e,_0x16457c)=>{const _0x4d41b9={_0x235053:0x33d,_0x138637:0x317,_0x461ead:0xe9,_0x120656:0x18,_0x5197f4:0x7b,_0x34e759:0x9e,_0x1b2f86:0x105,_0x4c181c:0x15b,_0x4977a9:0x140,_0x4e9d16:0x182,_0x36ed20:0x150,_0xd6daff:0x137,_0x54d6df:0x1a2,_0x38eb48:0x63,_0x2b79fe:0x72,_0x265970:0x5,_0x9e13d1:0x125,_0x6b3904:0x134,_0x527d9f:0x13e,_0x47d18d:0x9f,_0x6f4d6f:0xaf,_0x11666d:0xfc,_0x41eb22:0x93,_0x582fae:0x81,_0x330059:0x5c,_0x6fa218:0x362,_0x14f99c:0x45,_0x5552f1:0xc9,_0x3786ba:0x8e,_0x52456f:0x10d,_0x2847f8:0x37,_0x508651:0x344,_0x419240:0x319,_0x5f38db:0x3e7,_0x2783bf:0x35d,_0x2c307f:0x2d3,_0x51be0a:0x1a7,_0x3c5207:0x111,_0x140dd5:0x177,_0x5eafcf:0x5e,_0x5b9dda:0x18,_0x5612d2:0x79,_0x24f136:0x39a,_0x42e125:0x36c,_0x3e550a:0x32e,_0x9e125a:0xc7,_0x3b2118:0xf7,_0x445d0c:0x10f,_0x239d66:0x127,_0x3a3384:0x196,_0xffd26b:0x16d,_0x3c1f2e:0x112,_0x2f1d6a:0x305,_0xf8ab5c:0x2b1,_0xa677a5:0x301,_0x26df4a:0x39d,_0x40c9ff:0x3bb,_0x4326c6:0x361,_0x299c96:0x2ff,_0x4217e2:0x30d,_0x13c37d:0x1a4,_0x31d2a9:0xce,_0x59dad9:0x14d,_0x967eb8:0x18a,_0x25339f:0x2f1,_0xe90ff2:0x365,_0xfda408:0x278,_0x10a537:0x30b,_0x2dae1f:0x357,_0x49af73:0x5d,_0x47093a:0x54,_0x2085c2:0xc8,_0x386b20:0x7c,_0x3a3efe:0x10e,_0x543cee:0x126,_0x4a701b:0xe0,_0x308310:0x395,_0x4aa4af:0x370,_0x4fc7a2:0x383,_0x24803e:0x2dd,_0x41e1f1:0x1d1,_0xecef61:0x1c8,_0x13666d:0xd4,_0xaced29:0x139,_0x3bc70d:0x154,_0x1ff7c7:0x153,_0x59ed56:0x3c1,_0x4aa1f4:0x15d,_0x1939d8:0xef,_0x22c1c7:0x3ae,_0x4e861d:0x389,_0x22408c:0x324,_0x4814fc:0x39b,_0x280164:0x3b2,_0x29c070:0x91,_0xb1ef:0x1b2,_0x150bc1:0x14e,_0x2643ec:0x62,_0x2ec5bb:0x7d,_0x20fdd8:0x2d5,_0x22fd02:0x34,_0x18971d:0xbd,_0x12a5c1:0x391,_0x2416df:0x2b9,_0x390dc5:0x127,_0x53f1e0:0x12a,_0x33042e:0x3fa,_0x3c30e8:0x3f4,_0x37e289:0x307,_0x1abe3d:0x371,_0x74e0a6:0x38b,_0x236386:0x359,_0x16de68:0xea,_0x7d1069:0x1d6,_0x4d071f:0x36f,_0x1f1aa6:0x278,_0x576a29:0x304,_0x433dc4:0xa8,_0x3a5890:0xc,_0x1f24e7:0xdb,_0x5be912:0xb6,_0x21018a:0xba,_0x23e76f:0x3a4,_0x9bb352:0x38c,_0x5d4a18:0x37e,_0x553ff7:0xfa,_0x270876:0x3b7,_0x39af1b:0x41f,_0x1fb04e:0x436,_0x1fda2b:0x153,_0x20757c:0x40e,_0x1a7b11:0x3c3,_0x112f53:0x39e,_0x285abd:0x1b8,_0x277d82:0x1c3,_0x292210:0x149,_0x49b034:0x260,_0x400ea2:0x351,_0x525fd7:0x296,_0x4d90b2:0x2c3,_0x2dbb85:0x30b,_0x224d6f:0x360,_0xc6fa1a:0x361,_0x1607de:0x331,_0x57f4bc:0x2e9,_0x5b534c:0x34c,_0x3e0f23:0x152,_0x221f3a:0xfd,_0x261f3d:0x1f5,_0x12dfa6:0x169,_0x221eb5:0x254,_0x3d7b9d:0x37a,_0x1e7eb4:0x420,_0x28d66e:0x38b,_0x92b79c:0x133,_0x277e4d:0x3f5,_0x24af4f:0x381,_0x388ffb:0x36e,_0x1e3207:0x35b,_0x5ab304:0x320,_0x8f394e:0xd9,_0x465af6:0x2e1,_0x3fbaa8:0x2ee,_0x153cbb:0x31b,_0x3fc268:0x3e,_0x110283:0xd1,_0x42c84a:0x1fe,_0x351305:0x193,_0x3645de:0x177,_0x3bd648:0x180,_0x52dd1c:0x350,_0x413b77:0x2e8,_0xc8324c:0x323,_0x368f5:0x344,_0x567860:0x1a0,_0x1478b3:0x2f5,_0x4836f9:0x185,_0x1f4410:0x43,_0x1e89ca:0x24,_0x1eab5d:0xab,_0x2ad0e7:0x71},_0x31dbdd={_0x3ddc6d:0x38d,_0x19bb59:0x49f,_0x2ea791:0x528,_0x5e4972:0x56d,_0x42d8f7:0x4e2,_0x31f173:0x4d9,_0x5e2f46:0x508,_0x364dc2:0x309,_0x53918c:0x250,_0x938cfb:0x241,_0xfed21e:0x4c8,_0x287ed2:0x2f6,_0xfcc4f9:0x295,_0x49c927:0x2a5,_0x4a0fbc:0x4da,_0x4adedb:0x4be,_0x1d114e:0x513,_0x552cdb:0x521,_0x404dbc:0x4fd,_0x1aec1a:0x536,_0x35004b:0x4b1,_0x4314d3:0x452,_0x1abc5b:0x486,_0x4cf86a:0x431,_0x23f5ce:0x456,_0x57a270:0x49d,_0x325e00:0x2e0,_0x56c471:0x25f,_0x17dace:0x365,_0x10d946:0x2d4,_0x4bd2ee:0x49b,_0x500edc:0x49f,_0x12779c:0x31c,_0x340b12:0x52f,_0x1b1d7a:0x502,_0x521af8:0x283,_0x1fce1d:0x34a,_0x344ea3:0x2c5,_0x113c35:0x312,_0x4c7212:0x2ea,_0x37fdc9:0x2cc,_0x3d590a:0x3cc},_0x586aeb={_0x83f470:0x386},_0x152998={_0x2fe12d:0x25,_0x3adfe7:0x98},_0x5ba704={_0x450efd:0x12c,_0x1d6d4f:0xab},_0x1bf1f4={'szOwK':_0x306767(0x34e,0x3b3,0x340,0x378)+'ed','StfzJ':'Failed\x20to\x20'+_0x306767(_0x4d41b9._0x235053,_0x4d41b9._0x138637,0x2e5,0x334)+'sion','CkvQe':_0x3f052f(_0x4d41b9._0x461ead,_0x4d41b9._0x120656,_0x4d41b9._0x5197f4,_0x4d41b9._0x34e759)+'d\x20in','yazfq':function(_0x1e5975,_0x224a17){return _0x1e5975===_0x224a17;},'LVjqu':_0x3f052f(0x198,0x15d,_0x4d41b9._0x1b2f86,0x194),'RnMNX':_0x3f052f(_0x4d41b9._0x4c181c,0xb1,0x118,0x18e)+'ge_members'+_0x3f052f(0xff,_0x4d41b9._0x4977a9,_0x4d41b9._0x4e9d16,0x190),'rFqFL':_0x3f052f(_0x4d41b9._0x36ed20,0x126,_0x4d41b9._0xd6daff,_0x4d41b9._0x54d6df)+_0x3f052f(0x96,_0x4d41b9._0x38eb48,_0x4d41b9._0x2b79fe,-_0x4d41b9._0x265970),'ITLRY':_0x3f052f(_0x4d41b9._0x9e13d1,_0x4d41b9._0x6b3904,0x184,0x10b)+_0x3f052f(_0x4d41b9._0x527d9f,0x15d,0x107,_0x4d41b9._0x47d18d)+'d','vxDit':_0x3f052f(0x178,_0x4d41b9._0x6f4d6f,0x12d,0xb1)+_0x3f052f(_0x4d41b9._0x11666d,0xcd,_0x4d41b9._0x41eb22,0x92)+_0x3f052f(_0x4d41b9._0x582fae,0x40,0x87,_0x4d41b9._0x330059),'TieDj':_0x306767(_0x4d41b9._0x6fa218,0x360,0x265,0x2e9)+_0x3f052f(0x3b,_0x4d41b9._0x14f99c,_0x4d41b9._0x5552f1,_0x4d41b9._0x3786ba),'rgzhS':_0x3f052f(_0x4d41b9._0x52456f,0xb2,0x96,_0x4d41b9._0x2847f8)+_0x306767(_0x4d41b9._0x508651,_0x4d41b9._0x419240,_0x4d41b9._0x5f38db,0x379)+_0x306767(0x3a0,0x40a,_0x4d41b9._0x2783bf,0x39d)+_0x306767(0x27a,0x2a8,0x293,_0x4d41b9._0x2c307f),'TtrAq':function(_0x409d9a,_0x4a3ee1){return _0x409d9a(_0x4a3ee1);},'uMXYi':_0x3f052f(0xca,_0x4d41b9._0x51be0a,_0x4d41b9._0x3c5207,_0x4d41b9._0x140dd5),'cxsEM':function(_0x2a076c,_0x33e35d){return _0x2a076c===_0x33e35d;},'EUVeA':_0x3f052f(_0x4d41b9._0x5eafcf,_0x4d41b9._0x5b9dda,_0x4d41b9._0x5612d2,0x95),'ZsAiT':function(_0x5e0cc2,_0x5dfa29){return _0x5e0cc2!==_0x5dfa29;},'FliFo':_0x306767(_0x4d41b9._0x24f136,_0x4d41b9._0x42e125,0x33c,_0x4d41b9._0x3e550a)+'t','JHFXJ':function(_0x5b3ecb,_0x2afdb3){return _0x5b3ecb>_0x2afdb3;},'tZtDx':_0x3f052f(_0x4d41b9._0x9e125a,0x109,_0x4d41b9._0x3b2118,0x16d),'BbxbR':_0x3f052f(_0x4d41b9._0x445d0c,0x15c,_0x4d41b9._0x239d66,0x17d),'sRlgu':function(_0x476e40,_0xa3aa08,_0x17ace6){return _0x476e40(_0xa3aa08,_0x17ace6);},'Qbctv':'sQPCx','zQkFo':_0x3f052f(0x219,0x22a,_0x4d41b9._0x3a3384,0x1e7),'hdXks':function(_0x2a87c8,_0x1a7381){return _0x2a87c8===_0x1a7381;},'ymCwJ':function(_0x49b49c,_0x5302ce){return _0x49b49c!==_0x5302ce;},'iGdCJ':'wDWnq','OjOWN':_0x3f052f(_0x4d41b9._0xffd26b,0x11d,_0x4d41b9._0x3c1f2e,0xb1)+_0x3f052f(0x1f5,0x190,0x161,0x190)+_0x306767(0x30b,_0x4d41b9._0x2f1d6a,0x31b,_0x4d41b9._0xf8ab5c)+_0x306767(0x2d7,_0x4d41b9._0xa677a5,_0x4d41b9._0x26df4a,0x32c)};function _0x3f052f(_0x15f496,_0x2746d2,_0xa51420,_0x42e108){return _0x31cd2d(_0x15f496,_0xa51420- -0x20d,_0xa51420-_0x5ba704._0x450efd,_0x42e108-_0x5ba704._0x1d6d4f);}function _0x306767(_0x493116,_0x3535f6,_0x184e50,_0x502b15){return _0x31cd2d(_0x184e50,_0x502b15-_0x152998._0x2fe12d,_0x184e50-0xaf,_0x502b15-_0x152998._0x3adfe7);}try{const _0x5351e6=_0x2bbe3e[_0x306767(0x32a,_0x4d41b9._0x40c9ff,0x3a2,0x343)]['id'],_0x14bd2a=await _0x1bf1f4[_0x306767(0x29b,_0x4d41b9._0x4326c6,_0x4d41b9._0x299c96,_0x4d41b9._0x4217e2)](getTeamsByUserId,_0x5351e6),_0x1cde31=await Promise[_0x3f052f(_0x4d41b9._0x13c37d,_0x4d41b9._0x31d2a9,_0x4d41b9._0x59dad9,_0x4d41b9._0x967eb8)](_0x14bd2a[_0x306767(_0x4d41b9._0x25339f,_0x4d41b9._0xe90ff2,_0x4d41b9._0xfda408,_0x4d41b9._0x10a537)](async _0x26ab65=>{const _0x43fb83={_0x112c1f:0x1bb};function _0x28d254(_0x41eac8,_0x333d7b,_0x33a465,_0xbd3fcf){return _0x3f052f(_0x41eac8,_0x333d7b-0x19b,_0xbd3fcf-_0x586aeb._0x83f470,_0xbd3fcf-0xbe);}function _0x127cd8(_0x29d179,_0x12fff1,_0x447878,_0x433644){return _0x306767(_0x29d179-_0x43fb83._0x112c1f,_0x12fff1-0x99,_0x433644,_0x447878- -0x77);}if(_0x1bf1f4[_0x127cd8(_0x31dbdd._0x3ddc6d,0x335,0x2fb,0x38b)](_0x1bf1f4[_0x28d254(_0x31dbdd._0x19bb59,_0x31dbdd._0x2ea791,_0x31dbdd._0x5e4972,_0x31dbdd._0x42d8f7)],_0x1bf1f4[_0x28d254(0x4be,_0x31dbdd._0x31f173,_0x31dbdd._0x5e2f46,0x4e2)])){const _0x28d72c=await hasPermission(_0x5351e6,_0x1bf1f4['RnMNX'],_0x26ab65['id']),_0x51af7e={};return _0x51af7e['id']=_0x26ab65['id'],_0x51af7e['name']=_0x26ab65[_0x127cd8(0x339,0x376,0x337,_0x31dbdd._0x364dc2)],_0x51af7e['canManageM'+_0x127cd8(_0x31dbdd._0x53918c,_0x31dbdd._0x938cfb,0x261,0x1ec)]=_0x28d72c,_0x51af7e;}else{if(_0x20b28d){_0x5f32bb['error']('Failed\x20to\x20'+_0x28d254(_0x31dbdd._0xfed21e,0x45b,0x4e5,0x49c)+'on',_0xc8a1c8);const _0x2ac01b={};return _0x2ac01b[_0x127cd8(_0x31dbdd._0x287ed2,_0x31dbdd._0xfcc4f9,_0x31dbdd._0x49c927,0x2ee)]=_0x1bf1f4[_0x28d254(_0x31dbdd._0x4a0fbc,0x50f,_0x31dbdd._0x4a0fbc,_0x31dbdd._0x4adedb)],_0x2ac01b[_0x28d254(0x4e5,0x53f,_0x31dbdd._0x1d114e,0x4b9)]=_0x1bf1f4[_0x28d254(_0x31dbdd._0x552cdb,0x532,_0x31dbdd._0x404dbc,0x506)],_0x3b9504[_0x28d254(0x49e,_0x31dbdd._0x1aec1a,_0x31dbdd._0x35004b,_0x31dbdd._0x4a0fbc)](-0x16be+0x47c+0x1436)[_0x28d254(_0x31dbdd._0x4314d3,0x409,_0x31dbdd._0x1abc5b,_0x31dbdd._0x4cf86a)](_0x2ac01b);}const _0x2d2412={};_0x2d2412['userId']=_0xa95ebf['id'],_0x2d2412[_0x28d254(_0x31dbdd._0x23f5ce,0x4de,0x4d4,0x468)]=_0xf6e4c4[_0x28d254(0x4ac,_0x31dbdd._0x57a270,0x3e7,0x468)],_0x1021df[_0x127cd8(_0x31dbdd._0x325e00,0x303,0x2ca,0x334)](_0x1bf1f4['CkvQe'],_0x2d2412);const _0x58a7db={};_0x58a7db['id']=_0xc48929['id'],_0x58a7db['username']=_0x5229f8['username'],_0x58a7db[_0x127cd8(_0x31dbdd._0x56c471,_0x31dbdd._0x17dace,_0x31dbdd._0x10d946,0x2a7)]=_0x2d3469[_0x28d254(_0x31dbdd._0x4bd2ee,0x440,0x4da,_0x31dbdd._0x500edc)],_0x58a7db[_0x127cd8(_0x31dbdd._0x12779c,0x352,0x337,0x2a2)]=_0x1adf1a[_0x28d254(_0x31dbdd._0x340b12,0x52f,0x4ec,_0x31dbdd._0x1b1d7a)],_0x58a7db[_0x127cd8(_0x31dbdd._0x521af8,0x314,0x312,0x30d)+'me']=_0x1ec0b7[_0x127cd8(_0x31dbdd._0x1fce1d,_0x31dbdd._0x344ea3,_0x31dbdd._0x113c35,0x39a)+'me'];const _0x5ccc29={};_0x5ccc29[_0x127cd8(0x33c,_0x31dbdd._0x4c7212,_0x31dbdd._0x37fdc9,0x2ee)]=_0x58a7db,_0x411680[_0x28d254(0x498,0x3f4,_0x31dbdd._0x3d590a,0x431)](_0x5ccc29);}})),_0x21dfa1=new Map(),_0x23221c=await getBindingsBySubject(_0x1bf1f4[_0x306767(0x3ab,0x2f7,0x322,_0x4d41b9._0x2dae1f)],_0x5351e6);for(const _0x35de32 of _0x23221c){if(_0x1bf1f4[_0x3f052f(_0x4d41b9._0x49af73,_0x4d41b9._0x47093a,_0x4d41b9._0x2085c2,_0x4d41b9._0x386b20)](_0x3f052f(_0x4d41b9._0x3a3efe,0x198,_0x4d41b9._0x543cee,_0x4d41b9._0x4a701b),_0x1bf1f4[_0x306767(0x304,0x3d6,0x321,0x37d)])){const _0x4971ec={};_0x4971ec['username']=_0x2a1bc7,_0x584eab[_0x306767(0x32f,_0x4d41b9._0x308310,_0x4d41b9._0x4aa4af,0x38a)](_0x1bf1f4['rFqFL'],_0x4971ec);const _0x351ce1={};return _0x351ce1['error']=_0x1bf1f4['ITLRY'],_0x351ce1[_0x306767(_0x4d41b9._0x4fc7a2,0x366,_0x4d41b9._0x24803e,0x365)]=_0x1bf1f4[_0x3f052f(_0x4d41b9._0x41e1f1,_0x4d41b9._0xecef61,0x165,_0x4d41b9._0x13666d)],_0x2ca8f0[_0x3f052f(_0x4d41b9._0xaced29,0xcc,_0x4d41b9._0x3bc70d,_0x4d41b9._0x1ff7c7)](0x7*0x475+0x1*0x1aa7+0x9*-0x641)['json'](_0x351ce1);}else{if(_0x1bf1f4[_0x306767(0x440,0x42b,0x448,_0x4d41b9._0x59ed56)](_0x35de32[_0x3f052f(0x88,_0x4d41b9._0x4aa1f4,0xf1,_0x4d41b9._0x1939d8)+_0x306767(0x3fd,_0x4d41b9._0x22c1c7,0x3b7,0x3be)],_0x1bf1f4[_0x306767(0x39b,0x30b,_0x4d41b9._0x4e861d,0x39e)])||!_0x35de32[_0x306767(0x427,0x38a,_0x4d41b9._0x22408c,_0x4d41b9._0x4814fc)+'d'])continue;const _0x52b189=await _0x1bf1f4['TtrAq'](getRoleById,_0x35de32[_0x306767(0x314,0x24d,0x2fb,0x2c3)]),_0x5a90ba=_0x52b189?_0x52b189[_0x306767(0x419,_0x4d41b9._0x280164,0x35e,_0x4d41b9._0x22c1c7)]:_0x35de32[_0x3f052f(0xed,0x100,_0x4d41b9._0x29c070,0x32)],_0x57e980=_0x52b189?_0x52b189[_0x3f052f(_0x4d41b9._0xb1ef,0x147,_0x4d41b9._0x150bc1,0xc3)+'s'][_0x3f052f(_0x4d41b9._0x2643ec,0xc6,_0x4d41b9._0x2ec5bb,_0x4d41b9._0x9e125a)]:-0x10b*-0x9+0x1*-0x17f0+0xe8d,_0x94670a=_0x21dfa1[_0x306767(0x2a9,_0x4d41b9._0x20fdd8,0x271,0x302)](_0x35de32['resource_i'+'d']);(!_0x94670a||_0x1bf1f4[_0x3f052f(_0x4d41b9._0x22fd02,0xaf,_0x4d41b9._0x18971d,0xdb)](_0x57e980,_0x94670a[_0x306767(_0x4d41b9._0x12a5c1,_0x4d41b9._0x2416df,0x2d0,0x34c)+_0x3f052f(_0x4d41b9._0x390dc5,_0x4d41b9._0x53f1e0,0x18d,0x113)]))&&_0x21dfa1['set'](_0x35de32[_0x306767(_0x4d41b9._0x33042e,_0x4d41b9._0x3c30e8,0x328,0x39b)+'d'],{'name':_0x35de32['resource_i'+'d'],'roleName':_0x5a90ba,'rolePermCount':_0x57e980,'via':_0x1bf1f4['tZtDx']});}}for(const _0x479df4 of _0x14bd2a){if(_0x1bf1f4['ZsAiT'](_0x1bf1f4[_0x306767(_0x4d41b9._0x37e289,0x3ad,_0x4d41b9._0xa677a5,_0x4d41b9._0x1abe3d)],_0x306767(_0x4d41b9._0x74e0a6,0x359,0x30b,_0x4d41b9._0x236386))){const _0x367f1b={};return _0x367f1b[_0x3f052f(0x14a,0xf0,_0x4d41b9._0x16de68,0xba)]=_0x1bf1f4['TieDj'],_0x4f6c63[_0x3f052f(0x1db,_0x4d41b9._0x7d1069,0x154,_0x4d41b9._0x4c181c)](0x1956*0x1+-0x1e2e+0x66c)[_0x306767(_0x4d41b9._0x4d071f,_0x4d41b9._0x1f1aa6,_0x4d41b9._0x576a29,0x2dd)](_0x367f1b);}else{const _0xd365f1=await _0x1bf1f4[_0x3f052f(0x13,_0x4d41b9._0x433dc4,0x70,-_0x4d41b9._0x3a5890)](getBindingsBySubject,_0x3f052f(_0x4d41b9._0x1f24e7,_0x4d41b9._0x5be912,0x12c,_0x4d41b9._0x21018a),_0x479df4['id']);for(const _0x3fa909 of _0xd365f1){if(_0x1bf1f4[_0x306767(0x3ea,0x3ea,0x3ff,0x3c1)](_0x1bf1f4[_0x306767(_0x4d41b9._0x23e76f,_0x4d41b9._0x9bb352,0x3f8,_0x4d41b9._0x5d4a18)],_0x1bf1f4[_0x3f052f(0x16c,_0x4d41b9._0x553ff7,0x100,0x15c)])){if(_0x1bf1f4[_0x306767(_0x4d41b9._0x270876,_0x4d41b9._0x39af1b,_0x4d41b9._0x1fb04e,_0x4d41b9._0x59ed56)](_0x3fa909['resource_t'+_0x3f052f(0x1e6,0x221,0x18c,_0x4d41b9._0x1fda2b)],_0x1bf1f4[_0x306767(_0x4d41b9._0x20757c,0x405,_0x4d41b9._0x1a7b11,_0x4d41b9._0x112f53)])||!_0x3fa909[_0x3f052f(_0x4d41b9._0x285abd,_0x4d41b9._0x277d82,0x169,_0x4d41b9._0x292210)+'d'])continue;const _0x287ed0=await getRoleById(_0x3fa909[_0x306767(_0x4d41b9._0x49b034,0x2fd,_0x4d41b9._0x400ea2,0x2c3)]),_0x2a08bd=_0x287ed0?_0x287ed0[_0x3f052f(0x1bb,0x119,0x17c,0x136)]:_0x3fa909[_0x306767(0x2e0,0x29d,_0x4d41b9._0x525fd7,_0x4d41b9._0x4d90b2)],_0x2dfd46=_0x287ed0?_0x287ed0['permission'+'s'][_0x306767(0x2ad,0x2ab,_0x4d41b9._0x2dbb85,0x2af)]:-0xe0e+-0x1998+0x27a6,_0x329d2e=_0x306767(0x364,_0x4d41b9._0x224d6f,0x3f1,_0x4d41b9._0xc6fa1a)+_0x479df4['name'],_0x6363e7=_0x21dfa1['get'](_0x3fa909['resource_i'+'d']);(!_0x6363e7||_0x1bf1f4[_0x306767(_0x4d41b9._0x1607de,0x316,_0x4d41b9._0x419240,0x2ef)](_0x2dfd46,_0x6363e7[_0x306767(_0x4d41b9._0x24f136,_0x4d41b9._0x57f4bc,0x385,_0x4d41b9._0x5b534c)+'unt']))&&_0x21dfa1['set'](_0x3fa909[_0x3f052f(0x192,0x153,0x169,_0x4d41b9._0x3e0f23)+'d'],{'name':_0x3fa909[_0x3f052f(_0x4d41b9._0x221f3a,_0x4d41b9._0x261f3d,_0x4d41b9._0x12dfa6,0x17a)+'d'],'roleName':_0x2a08bd,'rolePermCount':_0x2dfd46,'via':_0x1bf1f4[_0x306767(0x354,_0x4d41b9._0x3e550a,_0x4d41b9._0x221eb5,0x2c4)](_0x6363e7?.['via'],_0x1bf1f4[_0x306767(0x405,_0x4d41b9._0x3d7b9d,_0x4d41b9._0x1e7eb4,_0x4d41b9._0x28d66e)])?_0x1bf1f4['tZtDx']:_0x329d2e});}else{const _0xcf4d21={};_0xcf4d21['error']=_0x3fa84a[_0x3f052f(0x13a,0x166,_0x4d41b9._0x92b79c,0x18a)],_0xcf4d21[_0x3f052f(0xe6,0x167,0x13c,0x13d)]=_0x38ee1e[_0x306767(_0x4d41b9._0x277e4d,_0x4d41b9._0x24af4f,0x3f0,_0x4d41b9._0x388ffb)],_0x471fbf['error'](_0x1bf1f4[_0x306767(0x304,0x382,_0x4d41b9._0x42e125,_0x4d41b9._0x1e3207)],_0xcf4d21);}}}}const _0x1d77fd=[..._0x21dfa1[_0x306767(0x3a6,0x307,_0x4d41b9._0x5ab304,0x342)]()][_0x3f052f(0xac,0x56,_0x4d41b9._0x8f394e,0x157)](({rolePermCount:_0x25814e,..._0x1e68fe})=>_0x1e68fe),_0x9cfce0={};_0x9cfce0[_0x306767(0x266,0x33e,0x2e8,_0x4d41b9._0x465af6)]=_0x1cde31,_0x9cfce0[_0x306767(_0x4d41b9._0x3fbaa8,0x39e,0x3b2,0x32e)+'ts']=_0x1d77fd,_0x16457c[_0x306767(0x36d,_0x4d41b9._0x153cbb,0x300,0x2dd)](_0x9cfce0);}catch(_0x571691){if(_0x1bf1f4[_0x3f052f(0x66,_0x4d41b9._0x3fc268,_0x4d41b9._0x5be912,0x102)](_0x1bf1f4[_0x3f052f(0x129,_0x4d41b9._0x16de68,0xd8,_0x4d41b9._0x110283)],_0x1bf1f4['iGdCJ']))_0x4fc8fe[_0x3f052f(_0x4d41b9._0x42c84a,_0x4d41b9._0x351305,_0x4d41b9._0x3645de,_0x4d41b9._0x3bd648)+'s']=_0x3045a3;else{logger[_0x306767(_0x4d41b9._0x12a5c1,_0x4d41b9._0x52dd1c,0x2d1,0x31c)](_0x1bf1f4['OjOWN'],_0x571691);const _0x4b847b={};_0x4b847b['error']=_0x306767(_0x4d41b9._0x413b77,_0x4d41b9._0x235053,_0x4d41b9._0xc8324c,_0x4d41b9._0x368f5)+_0x3f052f(_0x4d41b9._0x567860,0x17d,0x192,0x174)+_0x306767(0x28f,_0x4d41b9._0x1478b3,0x2dc,0x2d9),_0x16457c[_0x3f052f(0x1b8,_0x4d41b9._0x543cee,0x154,_0x4d41b9._0x4836f9)](0x1160+0x227*-0x12+0x1752)[_0x3f052f(_0x4d41b9._0x1f4410,_0x4d41b9._0x1e89ca,_0x4d41b9._0x1eab5d,_0x4d41b9._0x2ad0e7)](_0x4b847b);}}});export default router;
|
|
1
|
+
(function(_0x34360a,_0x45f9b5){const _0x3408c8={_0xce4549:0xa4,_0x2075e1:0xa8,_0x1b12dc:0x10e,_0x41163b:0x8c,_0x1dc482:0x20,_0x4e1b23:0x2,_0x6c86e6:0xf0,_0x5ae3e6:0xda,_0x4b06ce:0x77,_0x552e77:0x3c,_0x44e443:0xb5,_0x266c09:0x96,_0x33a13c:0x3c,_0x157108:0x44,_0x8a5d7:0x1c,_0x153e97:0x10,_0x40d91d:0x26,_0x4b551a:0x1d,_0x409816:0x15c,_0x33acbc:0x1c7,_0x1969b0:0x222},_0x255a25={_0x45f114:0x170};function _0x202a74(_0x1a01d9,_0x2d9a84,_0x5404de,_0x412c25){return _0x1827(_0x1a01d9-0x36,_0x5404de);}const _0x29d277=_0x34360a();function _0x7cdb58(_0x33576a,_0xaea9a8,_0x5cac95,_0xb52599){return _0x1827(_0x5cac95- -_0x255a25._0x45f114,_0x33576a);}while(!![]){try{const _0x2fa702=parseInt(_0x7cdb58(-0x114,-_0x3408c8._0xce4549,-_0x3408c8._0x2075e1,-_0x3408c8._0x1b12dc))/(0x2144+-0x1*-0x1ba+-0x22fd)*(-parseInt(_0x7cdb58(-0x58,-0x101,-_0x3408c8._0x41163b,-0x68))/(-0x61f*0x2+0x18af+-0xc6f))+parseInt(_0x7cdb58(_0x3408c8._0x1dc482,0xd,-0x4f,-_0x3408c8._0x4e1b23))/(-0x171*-0x8+-0x3e*-0x53+0x1f9f*-0x1)+parseInt(_0x7cdb58(-_0x3408c8._0x6c86e6,-_0x3408c8._0x5ae3e6,-_0x3408c8._0x4b06ce,-0xda))/(-0x43*-0x35+0x416*-0x4+0x27d*0x1)*(parseInt(_0x7cdb58(-0x26,-0xa4,-_0x3408c8._0x552e77,-0xa8))/(0x1587+0x83f*0x4+-0x367e))+parseInt(_0x202a74(0x107,0x17f,_0x3408c8._0x44e443,_0x3408c8._0x266c09))/(0x1*0x153+0x1*0x6b9+-0x806)+parseInt(_0x7cdb58(-_0x3408c8._0x33a13c,_0x3408c8._0x157108,-_0x3408c8._0x8a5d7,0x40))/(-0x9*-0x3+0xe*-0x1af+0x177e)+-parseInt(_0x7cdb58(-_0x3408c8._0x153e97,_0x3408c8._0x40d91d,-0x8,_0x3408c8._0x4b551a))/(-0xd55+-0xb2+0xe0f)*(-parseInt(_0x202a74(_0x3408c8._0x409816,_0x3408c8._0x33acbc,0x167,0x1d7))/(0xe*0x1e3+0x18ed+-0x334e))+-parseInt(_0x202a74(0x1fb,0x1ee,_0x3408c8._0x1969b0,0x185))/(-0x1996+0x67*0x43+0x155*-0x1);if(_0x2fa702===_0x45f9b5)break;else _0x29d277['push'](_0x29d277['shift']());}catch(_0x5c6c07){_0x29d277['push'](_0x29d277['shift']());}}}(_0xfcb9,-0xb8f3*-0x1d+0x337*0x36b+0x2*-0x94575));import _0xd56971 from'express';import _0x58a669 from'multer';import _0x2c29b3 from'sharp';import _0x43420e from'path';import{promises as _0xe6921c}from'fs';import{validatePassword,updateUser,findUserById}from'../lib/users.js';import{createApiKey}from'../lib/apiKeys.js';import{logger}from'../lib/logger.js';import{requireAuth}from'../middleware/requireAuth.js';function _0x675ac7(_0x4ae289,_0x2f738f,_0x299ede,_0xf2b12b){const _0x433cf0={_0x1311ce:0x294};return _0x1827(_0xf2b12b- -_0x433cf0._0x1311ce,_0x2f738f);}import{DATA_DIR}from'../lib/data-dir.js';import{hasPermission,resolveUserRoleNames,resolveAllUserPermissions}from'../lib/permission-resolver.js';import{getTeamsByUserId}from'../lib/teams.js';import{getBindingsBySubject}from'../lib/bindings.js';import{getRoleById}from'../lib/role-definitions.js';function _0x1827(_0x5649a6,_0x199892){_0x5649a6=_0x5649a6-(-0x438+0x11e7+-0xcef);const _0x4bdf79=_0xfcb9();let _0x4f9315=_0x4bdf79[_0x5649a6];if(_0x1827['UyCcpJ']===undefined){var _0x586974=function(_0xe8f5e8){const _0xc5f4ec='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x4dde81='',_0x345622='';for(let _0x540f70=0x9a*-0x17+0xe3*0x5+0x967,_0x3722e4,_0x910eb8,_0x280f9b=-0x196b+0x3*0xc41+-0x42*0x2c;_0x910eb8=_0xe8f5e8['charAt'](_0x280f9b++);~_0x910eb8&&(_0x3722e4=_0x540f70%(0x1*-0x2216+-0x58c+0x23*0x122)?_0x3722e4*(0x23a5+0x1ccf+0x201a*-0x2)+_0x910eb8:_0x910eb8,_0x540f70++%(0x1e3+-0x210+0x31))?_0x4dde81+=String['fromCharCode'](-0x3*0x724+-0x3fa+-0xe9*-0x1d&_0x3722e4>>(-(-0x6ed*-0x2+0x2ab*0x1+-0x1083*0x1)*_0x540f70&0xfff+0xe12*0x2+-0x2c1d)):-0x1*-0xc73+0x1610+0x1d1*-0x13){_0x910eb8=_0xc5f4ec['indexOf'](_0x910eb8);}for(let _0x43dbf4=0x2e*-0x83+-0x3*-0x6d3+0x311,_0x14406e=_0x4dde81['length'];_0x43dbf4<_0x14406e;_0x43dbf4++){_0x345622+='%'+('00'+_0x4dde81['charCodeAt'](_0x43dbf4)['toString'](0x1*-0x740+0xf7f*0x1+-0x82f))['slice'](-(-0x3*-0xb65+-0x37*0x8d+-0x2*0x1f1));}return decodeURIComponent(_0x345622);};_0x1827['CcSNjV']=_0x586974,_0x1827['slVXyI']={},_0x1827['UyCcpJ']=!![];}const _0x47d4d3=_0x4bdf79[0x23ac+-0x39d*-0xa+-0x47ce],_0x41c502=_0x5649a6+_0x47d4d3,_0x4d51c5=_0x1827['slVXyI'][_0x41c502];return!_0x4d51c5?(_0x4f9315=_0x1827['CcSNjV'](_0x4f9315),_0x1827['slVXyI'][_0x41c502]=_0x4f9315):_0x4f9315=_0x4d51c5,_0x4f9315;}const AVATARS_DIR=_0x43420e[_0x169054(0x19e,0x1f6,0x13b,0x1b5)](DATA_DIR,_0x169054(0x266,0x2ed,0x2a9,0x26b)),AVATAR_SIZE=0x24d6+-0x1cb+-0x15*0x19f,_0x17615d={};_0x17615d[_0x675ac7(-0x1eb,-0x118,-0x1b9,-0x180)]=(-0x1336*-0x1+0x48e+0xbdd*-0x2)*(0x254*-0x1+-0xe13*0x1+-0x1*-0x1467)*(-0xe2a+0x131f+-0x1*0xf5);const avatarUpload=_0x58a669({'storage':_0x58a669[_0x675ac7(-0x11b,-0xee,-0xf7,-0xeb)+_0x675ac7(-0x131,-0x180,-0x1ae,-0x1ac)](),'limits':_0x17615d,'fileFilter':(_0x25b8d2,_0x5d0700,_0x22086c)=>{const _0x3a9bbf={_0x1e6585:0xb1,_0x4e73f7:0x6d,_0xa003e4:0x77,_0x4a675d:0x11,_0x1886c5:0xf9,_0x46e959:0xe3,_0x26ccae:0x87,_0x2e20e3:0x29,_0x29013d:0x85,_0x58e50c:0xb,_0x30011:0x3f,_0x30a513:0x2a,_0x50b719:0xce,_0x34e8ff:0xbe,_0xd85ab4:0xa1,_0x23c140:0xd3,_0x4c3447:0xde,_0x7935d3:0x5b,_0x1b3c7e:0x38,_0x551a74:0x26,_0x58ba12:0x13f,_0x417a6d:0x178,_0x2a9f7e:0x57,_0x2f642a:0x10,_0x2ae3ae:0x3a,_0x5efa50:0x49,_0x240324:0x115,_0x32a06b:0xb7,_0x1bb6a3:0x103,_0x421eca:0x5e,_0x2c366d:0x30,_0x25c57e:0x9b,_0x446034:0x72,_0x3ed213:0xf,_0x5d6ef6:0x2,_0x54f3df:0x8b,_0x45beae:0x36,_0x2f137d:0xd1,_0x18811c:0x5c,_0x3fa673:0xc6,_0x241c7b:0x153,_0x4433fd:0x23,_0x511bb3:0x75,_0x1115ab:0x8c,_0x30b85f:0x41,_0x57f6d1:0x58,_0x49f3f0:0x20,_0x591afa:0x6b,_0x2d1954:0xdd,_0x4ff240:0x8b,_0x6f9b3b:0xeb,_0x45c5ea:0x1c,_0x48e507:0x55,_0x2f7001:0x22,_0x2f433c:0x2b,_0x4177aa:0x1e,_0x1e8e53:0x66,_0x1fcb8b:0x8d,_0x43a468:0xfc,_0xd5f52d:0x84,_0x55a6f2:0x92,_0xa9c6b5:0x12,_0x238459:0x1b},_0x2bf539={_0x48cf81:0x185,_0x36eb7e:0x104},_0x2cc316={_0x5e6782:0x1a6,_0x21b62d:0x2bb},_0x452735={'VBPOd':_0x18e5e8(-_0x3a9bbf._0x1e6585,-_0x3a9bbf._0x4e73f7,-_0x3a9bbf._0xa003e4,-_0x3a9bbf._0x4a675d)+_0x11045a(0x108,0x84,_0x3a9bbf._0x1886c5,0x87)+_0x18e5e8(-_0x3a9bbf._0x46e959,-0xa0,-_0x3a9bbf._0x26ccae,-_0x3a9bbf._0x2e20e3),'SNJLF':_0x18e5e8(-0x101,-_0x3a9bbf._0x29013d,-_0x3a9bbf._0x58e50c,-_0x3a9bbf._0x30011)+'led','iwjre':_0x11045a(0x6a,-0x19,-0x5b,_0x3a9bbf._0x30a513),'IwCaz':_0x18e5e8(-0xc4,-0xc2,-0x56,-0x6b)+'\x20successfu'+'lly','CKdEz':_0x11045a(_0x3a9bbf._0x50b719,_0x3a9bbf._0x34e8ff,0x62,0x6a),'nGdPE':_0x11045a(_0x3a9bbf._0xd85ab4,0x74,_0x3a9bbf._0x23c140,_0x3a9bbf._0x4c3447),'czpgP':_0x18e5e8(0xb,-_0x3a9bbf._0x7935d3,-0x2d,-0x75),'dsbjm':function(_0x55562a,_0x40b820,_0x182d40){return _0x55562a(_0x40b820,_0x182d40);},'Ayboa':function(_0x1d385e,_0x5d7b53){return _0x1d385e===_0x5d7b53;},'YUOTj':'dJSxY','UXtZM':function(_0x2ab369,_0xadecaf){return _0x2ab369(_0xadecaf);}};function _0x18e5e8(_0x11787f,_0x389666,_0x2b8034,_0x58e52a){return _0x169054(_0x11787f-0x3a,_0x389666-_0x2cc316._0x5e6782,_0x11787f,_0x389666- -_0x2cc316._0x21b62d);}function _0x11045a(_0x3b0db,_0x4f504a,_0x23074f,_0x51ddac){return _0x675ac7(_0x3b0db-_0x2bf539._0x48cf81,_0x3b0db,_0x23074f-_0x2bf539._0x36eb7e,_0x51ddac-0x1be);}const _0x96a7cf=[_0x452735['CKdEz'],_0x452735[_0x11045a(0x80,0x26,-_0x3a9bbf._0x1b3c7e,_0x3a9bbf._0x551a74)],_0x452735[_0x11045a(_0x3a9bbf._0x58ba12,_0x3a9bbf._0x417a6d,0x71,0xf3)],'image/webp'];if(_0x96a7cf[_0x11045a(-_0x3a9bbf._0x2a9f7e,_0x3a9bbf._0x2f642a,_0x3a9bbf._0x2ae3ae,0x2c)](_0x5d0700['mimetype']))_0x452735['dsbjm'](_0x22086c,null,!![]);else{if(_0x452735[_0x11045a(0x98,0xb,-0x26,0x34)](_0x452735[_0x11045a(_0x3a9bbf._0x5efa50,_0x3a9bbf._0x240324,0x118,_0x3a9bbf._0x32a06b)],'RSuhC')){const _0x307735={_0x2efe71:0x16b,_0x247efb:0x1d9,_0x31bd17:0x3ce,_0x489cf2:0x3cc,_0x10dd2d:0x202,_0x2bcb81:0x1bf,_0xd411f0:0x1dc,_0x5eebb9:0x231,_0x232944:0x187,_0x4aaf9d:0x36b,_0xee2778:0x3fb,_0x10e3b0:0x43e,_0xb61828:0x24c,_0x293fd5:0x39c,_0xf4eb4d:0x335,_0x8167ad:0x3d9,_0x14acde:0x37e,_0x5045dc:0x41c,_0x3db8ff:0x382,_0x19b5f8:0x101,_0x4f5969:0x150,_0x5c56d1:0x138,_0x35b0af:0x312,_0x2adf33:0x310,_0xd64fb1:0x141,_0x331660:0x2bb,_0x4bd89d:0x306,_0x173848:0x2d6,_0x10d046:0x448,_0x2a4c30:0x32b,_0x36dd9a:0x300,_0x226245:0x367,_0x4bbccb:0x2e0,_0x4468cf:0x31d,_0x5bca9c:0x335,_0xec3e1b:0x378},_0x4c57dc={_0x5e72d1:0x18f},_0x2c7f49={};_0x2c7f49[_0x18e5e8(-0xe6,-0x9e,-0x9a,-_0x3a9bbf._0x1bb6a3)]=_0x452735['VBPOd'],_0x2c7f49['qubOg']=_0x452735[_0x11045a(0x93,_0x3a9bbf._0x421eca,-0xa,_0x3a9bbf._0x2c366d)],_0x2c7f49[_0x18e5e8(-0x75,-_0x3a9bbf._0x25c57e,-0xf9,-0x6a)]=_0x11045a(_0x3a9bbf._0x446034,_0x3a9bbf._0x3ed213,-_0x3a9bbf._0x5d6ef6,0x36)+_0x11045a(_0x3a9bbf._0x54f3df,_0x3a9bbf._0x45beae,_0x3a9bbf._0x2f137d,_0x3a9bbf._0x18811c),_0x2c7f49[_0x11045a(_0x3a9bbf._0x3fa673,0xf5,_0x3a9bbf._0x241c7b,0xda)]=_0x452735[_0x11045a(_0x3a9bbf._0x1b3c7e,0xb9,0xca,0x4d)],_0x2c7f49[_0x11045a(-_0x3a9bbf._0x4433fd,0x46,0x2,0x3c)]=_0x452735[_0x18e5e8(-_0x3a9bbf._0x511bb3,-_0x3a9bbf._0x1115ab,-_0x3a9bbf._0x30b85f,-0x11)];const _0x178b5f=_0x2c7f49,_0x314bfb=_0x586974[_0x11045a(-0x3f,-_0x3a9bbf._0x57f6d1,0x65,_0x3a9bbf._0x49f3f0)]?.[_0x11045a(_0x3a9bbf._0x591afa,_0x3a9bbf._0x2d1954,_0x3a9bbf._0x58e50c,_0x3a9bbf._0x4ff240)],_0x5c9cbe=_0x47d4d3['session']?.['username'];_0x41c502[_0x18e5e8(-_0x3a9bbf._0x6f9b3b,-0xfb,-0x8d,-0x153)][_0x11045a(_0x3a9bbf._0x45c5ea,-_0x3a9bbf._0x48e507,0x32,_0x3a9bbf._0x2f7001)](_0x1b9906=>{const _0x508aa6={_0x56aa28:0x10d};if(_0x1b9906){const _0x5dbe9e={};_0x5dbe9e[_0x2ea2cc(-_0x307735._0x2efe71,-0x215,-0x19d,-_0x307735._0x247efb)]=_0x314bfb,_0x5dbe9e[_0x9af002(_0x307735._0x31bd17,0x40f,0x440,_0x307735._0x489cf2)]=_0x5c9cbe,_0x14406e[_0x2ea2cc(-_0x307735._0x10dd2d,-_0x307735._0x2bcb81,-_0x307735._0xd411f0,-_0x307735._0x5eebb9)](_0x178b5f[_0x2ea2cc(-_0x307735._0x232944,-0x149,-0x1ab,-0x19e)],_0x1b9906,_0x5dbe9e);const _0x6c02e={};return _0x6c02e[_0x9af002(0x395,_0x307735._0x4aaf9d,0x373,0x362)]=_0x178b5f[_0x9af002(0x3a0,_0x307735._0xee2778,_0x307735._0x10e3b0,0x449)],_0x6c02e[_0x2ea2cc(-_0x307735._0xb61828,-0x1d8,-0x21c,-0x1ea)]=_0x178b5f[_0x9af002(0x407,_0x307735._0x293fd5,_0x307735._0xf4eb4d,0x39d)],_0x1fd7e4[_0x9af002(0x419,_0x307735._0x8167ad,0x393,_0x307735._0x14acde)](-0xcb+0x1028+0x1*-0xd69)[_0x9af002(_0x307735._0x5045dc,0x3af,_0x307735._0x3db8ff,0x343)](_0x6c02e);}const _0x38bc32={};_0x38bc32['userId']=_0x314bfb;function _0x2ea2cc(_0x4843c2,_0x34b413,_0x5536ce,_0x9c3f78){return _0x18e5e8(_0x34b413,_0x5536ce- -_0x508aa6._0x56aa28,_0x5536ce-0x61,_0x9c3f78-0x1d5);}_0x38bc32[_0x2ea2cc(-_0x307735._0x19b5f8,-_0x307735._0x4f5969,-_0x307735._0x5c56d1,-0x1bb)]=_0x5c9cbe,_0x910eb8[_0x9af002(0x329,0x390,_0x307735._0x35b0af,_0x307735._0x2adf33)](_0x178b5f[_0x2ea2cc(-0x1ae,-0x126,-0x1a8,-_0x307735._0xd64fb1)],_0x38bc32),_0x280f9b[_0x9af002(_0x307735._0x331660,0x309,_0x307735._0x4bd89d,_0x307735._0x173848)+'e'](_0x178b5f[_0x9af002(0x3b3,0x3f9,0x38b,_0x307735._0x10d046)]);const _0x17ebd0={};function _0x9af002(_0x3bce4f,_0x5cd05d,_0x3a4324,_0x393c14){return _0x18e5e8(_0x393c14,_0x5cd05d-0x43a,_0x3a4324-_0x4c57dc._0x5e72d1,_0x393c14-0x2e);}_0x17ebd0[_0x9af002(0x319,_0x307735._0x2a4c30,_0x307735._0x36dd9a,_0x307735._0x226245)]=_0x178b5f[_0x9af002(0x319,0x35b,_0x307735._0x4bbccb,_0x307735._0x4468cf)],_0x43dbf4[_0x9af002(_0x307735._0x5bca9c,0x3af,_0x307735._0xec3e1b,0x3fd)](_0x17ebd0);});}else _0x452735['UXtZM'](_0x22086c,new Error(_0x11045a(-_0x3a9bbf._0x2a9f7e,0x3e,-_0x3a9bbf._0x2f433c,_0x3a9bbf._0x4177aa)+_0x18e5e8(-0x103,-0xc5,-_0x3a9bbf._0x1e8e53,-_0x3a9bbf._0x1fcb8b)+'nly\x20JPEG,\x20'+_0x11045a(0x115,_0x3a9bbf._0x43a468,_0x3a9bbf._0xd5f52d,0xb5)+'and\x20WebP\x20a'+_0x11045a(_0x3a9bbf._0x55a6f2,-_0x3a9bbf._0xa9c6b5,0x6c,_0x3a9bbf._0x238459)+'.'));}}});async function ensureAvatarsDir(){const _0x3e88ca={_0x44f501:0x4ce,_0x1a38a6:0x4d2,_0x125d6c:0x45f,_0x40f06d:0x470,_0x3f33da:0x46d,_0x1a59f5:0x3dd,_0x324540:0x20,_0x40d77c:0x8,_0x410cd0:0x455,_0x5a15f2:0x3d1,_0x711f88:0x4a7,_0x1884a8:0x12,_0x357774:0x93,_0x474df4:0xb7},_0x17377b={_0xe1738d:0x42},_0x461865={_0x5419d4:0x1ec,_0x1bee59:0x175};function _0xd94c28(_0x5b8f11,_0x5bf2be,_0x32a324,_0xf41d62){return _0x675ac7(_0x5b8f11-_0x461865._0x5419d4,_0x5bf2be,_0x32a324-_0x461865._0x1bee59,_0x5b8f11-0x11d);}const _0x3d9859={};_0x3d9859[_0x5c0d11(_0x3e88ca._0x44f501,_0x3e88ca._0x1a38a6,_0x3e88ca._0x125d6c,_0x3e88ca._0x40f06d)]=function(_0x3b8711,_0x476527){return _0x3b8711!==_0x476527;};const _0xd693b8=_0x3d9859;function _0x5c0d11(_0x41cd1a,_0x482a5d,_0x129076,_0x3a7d91){return _0x675ac7(_0x41cd1a-0x50,_0x129076,_0x129076-_0x17377b._0xe1738d,_0x482a5d-0x5a3);}try{const _0x115529={};_0x115529[_0x5c0d11(_0x3e88ca._0x3f33da,0x45e,0x4ce,_0x3e88ca._0x1a59f5)]=!![],await _0xe6921c['mkdir'](AVATARS_DIR,_0x115529);}catch(_0x486183){_0xd693b8[_0xd94c28(0x4c,-_0x3e88ca._0x324540,0x7a,_0x3e88ca._0x40d77c)](_0x486183['code'],_0x5c0d11(0x45b,0x450,_0x3e88ca._0x410cd0,_0x3e88ca._0x5a15f2))&&logger[_0x5c0d11(0x3c6,0x431,_0x3e88ca._0x711f88,0x426)]('Failed\x20to\x20'+_0xd94c28(-0x3d,-0xc,_0x3e88ca._0x1884a8,-_0x3e88ca._0x357774)+_0xd94c28(-0xa7,-0xcc,-_0x3e88ca._0x474df4,-0x30)+'tory',_0x486183);}}const router=_0xd56971['Router']();router[_0x169054(0x1dc,0x228,0x203,0x249)](_0x169054(0x206,0x220,0x234,0x1d5),async(_0x12cca3,_0x5a157f)=>{const _0x482077={_0x2a266c:0x4ff,_0x13bc62:0x492,_0x16b161:0x514,_0x5bd5a6:0x4e7,_0x3ce33b:0x53f,_0x2606e5:0x86,_0x530116:0x10f,_0xfc54f1:0x495,_0xb85264:0x48f,_0xa69a1:0x429,_0x341eda:0x5be,_0xbdb34:0x53a,_0xbea505:0x567,_0x3f51d7:0x539,_0x8ffa41:0x3fa,_0x1c271f:0x40d,_0x54675a:0x506,_0x316dde:0x498,_0x4839cb:0x4f6,_0x6747c1:0x57b,_0x3fe171:0x51e,_0x78f0b4:0x53b,_0x48967d:0x51a,_0xdaad95:0x4a6,_0x4548bc:0x426,_0x30197a:0xcb,_0x313b07:0x56,_0x5a14c7:0x2b,_0x3f0165:0xd8,_0xe6e513:0x77,_0x40d076:0xf7,_0x5faff6:0x472,_0x19762e:0x4c8,_0x172191:0x4ca,_0x6f4989:0xd,_0xea2572:0x65,_0x4183ae:0xb2,_0x10192d:0x56a,_0x3d3f9d:0x528,_0x3408a6:0x587,_0x148dcd:0x59d,_0x9b26e8:0x103,_0x26daa8:0xce,_0x748e7d:0x107,_0x314ab9:0x498,_0x2e624c:0x54c,_0x472f0b:0x47c,_0x513065:0x4a6,_0x2e1f0c:0x566,_0x468b48:0x497,_0x307c9a:0x4f2,_0x45fb7b:0x557,_0x33d6ea:0x4de,_0x102bb4:0x4f4,_0x212f45:0x121,_0x20f12e:0xb0,_0x271a3c:0x10c,_0x24498c:0xa7,_0x379e2b:0xca,_0x8b09ea:0xdc,_0xc19a57:0x449,_0x4a459f:0x403,_0x5789f6:0x4c0,_0xe07a5c:0x485,_0x44804b:0x17b,_0x1c1634:0x119,_0x1b0735:0x13e,_0x17579c:0x5b9,_0x24bc47:0x595,_0x53bdd0:0x543,_0x5de126:0x41,_0x5abc89:0xa7,_0x16dedb:0x11e,_0x10e154:0x508,_0x358132:0x512,_0x215859:0x51b,_0x2d5fef:0x516,_0x372ab9:0x4e5,_0x5444dc:0x501,_0x1b2696:0x41c,_0xc52f86:0x41f,_0x491acd:0x49a,_0x203dfe:0x4df,_0x2ebc0b:0x4b2,_0x31fefb:0x504,_0x5540f7:0x4af,_0x2a39d8:0x475,_0x1c962d:0x497,_0x5db7f2:0x467,_0xc463db:0x461,_0x370548:0x99,_0x4dcae3:0x47,_0x79608e:0xe7,_0x25c285:0x10,_0x359a1a:0x20,_0x3c500f:0x521,_0x14c4c3:0x76,_0xdb4ee4:0xbe,_0x724c94:0x8a,_0x193fa3:0xfe,_0x3fa3fc:0xdf,_0x419cfc:0xbc,_0x24a58a:0x10b,_0x57968a:0xc7,_0x1d46dd:0x97,_0x3f0ead:0xef,_0x35f000:0x523,_0x571401:0xde,_0x1e3942:0x78,_0x5b6c46:0x5c0,_0x3f2023:0x5ab,_0x234d85:0x4b6,_0x4a1310:0x419,_0x1c090e:0x70,_0x5aa340:0x7a,_0x2abbfa:0x5,_0x55de3a:0x3f,_0x5cc9af:0x75,_0x2e0774:0x41e,_0x2a6044:0x464,_0x1d14c9:0x3fb,_0x552784:0x4b6,_0x46239d:0x50a,_0x5c3489:0x4ae,_0x5041fe:0x446,_0x9cfe94:0xe8,_0x4dc9c5:0x6c,_0x302fb6:0xb9,_0x5afcb1:0xec,_0x55b9cf:0xbe,_0xeeb3a7:0x5c,_0x3200c0:0x6b,_0x50f84a:0xb8,_0x37c4cf:0x4b7,_0xc94ccb:0x478,_0x16f48e:0x478,_0x579a43:0x135,_0x4e3f19:0xd8,_0x182ca9:0x57d,_0x489cb5:0x53f,_0x2a5018:0xbb,_0x5e988a:0x12c,_0x123eb5:0x469,_0x5d627d:0x527,_0x47b5e1:0x11a,_0x85a817:0x12a,_0x4cdf84:0x7a,_0x203fac:0x53e,_0x3b54e6:0x4ed,_0x763a62:0x57e,_0x2fa7f8:0x4ac,_0x19dd1f:0x579,_0x24b07f:0x511,_0x50d4a9:0x507,_0x573315:0x124,_0x4f278f:0xe8,_0x5d05fa:0x90,_0x32090d:0xbe},_0x476890={_0x59e87f:0x4df,_0x165c96:0x47b,_0x21414d:0x483,_0x2f7550:0x4fa,_0x30d6d4:0x502,_0x1837c9:0x69,_0x2a0249:0x2b,_0x202531:0x7b,_0x2d61a8:0xe,_0x10073e:0x1,_0x9e3b2d:0x51c,_0x3a5a6e:0x4e8,_0xfdbfd9:0x568,_0x50fa61:0x5b6,_0x36f3d1:0x59e,_0x39ea64:0x4dd,_0x4fd56a:0x2d,_0x54baab:0x1,_0x24b9b6:0x3f,_0x2f4693:0x131,_0x9d8cec:0x5a1,_0x587645:0x53e,_0x51df79:0xaf,_0x53d63e:0xba,_0x5b3bdf:0xfe,_0x5573ec:0xe8,_0x3570ab:0x23,_0x3d71c5:0xb,_0x248ec7:0x24,_0x1d1b89:0x87,_0x1cb881:0x47,_0x292f00:0x2b,_0x2fb5ac:0xd3,_0x4d1c2d:0x504,_0x520698:0x4a4,_0x2f6f1d:0x5b3,_0x2c0e1f:0x59d,_0x3c6a9d:0x59b,_0x57b1bc:0x55f,_0x4d13fc:0x2b,_0x479da8:0x58,_0xa899c7:0x84,_0x36543e:0x8f,_0x305532:0xb9,_0x1d8b0e:0xf7,_0x23c72f:0x14,_0x3e07c4:0x103},_0x56bd0d={_0x21910e:0x1,_0x48aa35:0x1ec},_0x29cf7d={_0x4a46d5:0xe4,_0x596391:0x7c},_0x463bb2={'khZlc':'Name\x20canno'+_0x12dcf7(0x55d,0x4dc,0x459,0x4e3),'Swpwj':_0x12dcf7(0x4c5,0x4ad,0x484,_0x482077._0x2a266c)+_0x12dcf7(_0x482077._0x13bc62,_0x482077._0x16b161,_0x482077._0x5bd5a6,_0x482077._0x3ce33b)+_0x15504d(_0x482077._0x2606e5,0xaf,_0x482077._0x530116,0x46),'wUzKo':_0x12dcf7(_0x482077._0xfc54f1,0x48a,_0x482077._0xb85264,_0x482077._0xa69a1)+'tion\x20faile'+'d','RBsOx':_0x12dcf7(_0x482077._0x341eda,_0x482077._0xbdb34,_0x482077._0xbea505,_0x482077._0x3f51d7)+'ername\x20or\x20'+_0x12dcf7(_0x482077._0x8ffa41,0x44f,0x48c,_0x482077._0x1c271f),'kWrhT':function(_0x2c7084,_0x4525da){return _0x2c7084===_0x4525da;},'zkHqO':_0x12dcf7(0x408,0x487,0x4c6,0x4b3),'Vwryj':'Failed\x20to\x20'+'save\x20sessi'+'on','zttYu':'Login\x20fail'+'ed','XgzCI':_0x12dcf7(0x4ae,_0x482077._0x54675a,_0x482077._0x316dde,_0x482077._0x4839cb)+'create\x20ses'+_0x12dcf7(_0x482077._0x6747c1,_0x482077._0x3fe171,0x59c,_0x482077._0x78f0b4),'bDQQZ':function(_0x487100,_0x1af99e){return _0x487100||_0x1af99e;},'SRYWC':_0x12dcf7(_0x482077._0x48967d,_0x482077._0xdaad95,0x44f,_0x482077._0x4548bc),'Huiky':'TcgaC','pXJcC':_0x15504d(_0x482077._0x30197a,_0x482077._0x313b07,_0x482077._0x5a14c7,0x1b)+_0x15504d(_0x482077._0x3f0165,_0x482077._0xe6e513,0x62,_0x482077._0x40d076)+_0x12dcf7(0x437,_0x482077._0x5faff6,_0x482077._0x19762e,_0x482077._0x172191)+_0x15504d(-_0x482077._0x6f4989,_0x482077._0xea2572,0xa7,_0x482077._0x4183ae),'pXfIa':_0x12dcf7(_0x482077._0x10192d,_0x482077._0x3d3f9d,_0x482077._0x3408a6,_0x482077._0x148dcd),'SgNeT':function(_0x29214d,_0x4870b6,_0x4815f2){return _0x29214d(_0x4870b6,_0x4815f2);},'NunLu':'Failed\x20log'+_0x15504d(_0x482077._0x9b26e8,0xf6,_0x482077._0x26daa8,_0x482077._0x748e7d),'rvPuM':_0x12dcf7(_0x482077._0x314ab9,0x4eb,_0x482077._0x2e624c,0x53a)+'r','jAHAc':_0x12dcf7(_0x482077._0x472f0b,0x4fe,0x57e,_0x482077._0x513065)+_0x12dcf7(_0x482077._0x2e1f0c,0x4fb,_0x482077._0x468b48,_0x482077._0x307c9a)+_0x12dcf7(_0x482077._0x45fb7b,_0x482077._0x33d6ea,_0x482077._0x102bb4,0x483)+_0x15504d(_0x482077._0x212f45,0xd6,_0x482077._0x20f12e,_0x482077._0x271a3c)},{username:_0x1d5253,password:_0x3c0699}=_0x12cca3[_0x15504d(0xc4,0xb3,0xf3,_0x482077._0x24498c)];if(_0x463bb2[_0x15504d(0x13a,_0x482077._0x379e2b,_0x482077._0x8b09ea,0xe6)](!_0x1d5253,!_0x3c0699)){if(_0x463bb2[_0x12dcf7(0x3e1,_0x482077._0xc19a57,0x47f,_0x482077._0x4a459f)](_0x463bb2[_0x12dcf7(_0x482077._0x5789f6,_0x482077._0xe07a5c,0x47a,0x4b2)],_0x463bb2[_0x15504d(_0x482077._0x44804b,_0x482077._0x1c1634,0xee,0x182)])){const _0x2ad772={};_0x2ad772['server']=[],_0x2ad772[_0x15504d(0x7c,0xe7,0x160,_0x482077._0x1b0735)+'ts']={},_0x2ad772['teams']={};const _0x40692d={};_0x40692d['id']=_0x187dc0['user']['id'],_0x40692d[_0x12dcf7(_0x482077._0x17579c,0x548,_0x482077._0x24bc47,_0x482077._0x53bdd0)]=_0x2b91e7[_0x15504d(0x3b,0x47,0x7e,_0x482077._0x5de126)][_0x15504d(_0x482077._0x5abc89,_0x482077._0x16dedb,0x131,0x163)],_0x40692d[_0x12dcf7(0x4cc,0x51b,_0x482077._0x10e154,0x51d)]=_0x5f40e5['user'][_0x12dcf7(_0x482077._0x358132,_0x482077._0x215859,0x583,_0x482077._0x2d5fef)],_0x40692d[_0x12dcf7(0x50c,0x4e5,0x556,_0x482077._0x307c9a)]=_0x59636c['user'][_0x12dcf7(0x537,_0x482077._0x372ab9,_0x482077._0x5444dc,0x4dc)],_0x40692d[_0x12dcf7(_0x482077._0x1b2696,0x483,0x4c1,_0x482077._0xc52f86)+'s']=_0x2ad772,_0x40692d['ssh_userna'+'me']=_0x4a506a[_0x12dcf7(0x4e0,0x471,_0x482077._0x491acd,0x45d)][_0x12dcf7(_0x482077._0x203dfe,_0x482077._0x2ebc0b,_0x482077._0x31fefb,0x497)+'me'],_0x40692d[_0x12dcf7(_0x482077._0x5540f7,_0x482077._0x2a39d8,0x4d1,_0x482077._0x1c962d)]=null,_0x40692d[_0x12dcf7(_0x482077._0x5db7f2,0x4bb,0x46f,_0x482077._0xc463db)+'s']={};const _0x4e05b9={};_0x4e05b9[_0x15504d(_0x482077._0x370548,_0x482077._0x4dcae3,0x52,-0x4)]=_0x40692d,_0x4e8712['json'](_0x4e05b9);}else{const _0x1d507c={};return _0x1d507c['error']=_0x15504d(_0x482077._0x79608e,0x86,_0x482077._0x25c285,_0x482077._0x359a1a)+_0x12dcf7(0x4f8,0x4da,_0x482077._0x3c500f,_0x482077._0x10e154),_0x1d507c['message']=_0x463bb2['pXJcC'],_0x5a157f['status'](-0x64e*0x3+-0x12ca+0x2744)[_0x15504d(_0x482077._0x14c4c3,_0x482077._0xdb4ee4,_0x482077._0x724c94,0xb7)](_0x1d507c);}}function _0x12dcf7(_0x4a5248,_0x17d09e,_0x5e17ae,_0x5322ae){return _0x675ac7(_0x4a5248-_0x29cf7d._0x4a46d5,_0x5e17ae,_0x5e17ae-_0x29cf7d._0x596391,_0x17d09e-0x616);}function _0x15504d(_0x14307f,_0x40989b,_0x334e34,_0x3d4f4f){return _0x675ac7(_0x14307f-_0x56bd0d._0x21910e,_0x3d4f4f,_0x334e34-0x142,_0x40989b-_0x56bd0d._0x48aa35);}try{if(_0x15504d(0x13e,_0x482077._0x193fa3,0x13b,0x157)!==_0x463bb2[_0x15504d(_0x482077._0x3fa3fc,_0x482077._0x419cfc,_0x482077._0x24a58a,_0x482077._0x57968a)]){const _0x26dc02={};return _0x26dc02['error']=_0x463bb2[_0x15504d(0x11c,_0x482077._0x1d46dd,_0x482077._0x3f0ead,0xdd)],_0x6da7f3[_0x12dcf7(0x4c8,_0x482077._0x358132,0x49b,_0x482077._0x35f000)](0x1*-0x8d9+0x1893+-0xe2a)[_0x12dcf7(0x4b3,0x4e8,0x4c8,0x479)](_0x26dc02);}else{const _0x30e1cd=await _0x463bb2[_0x15504d(_0x482077._0x571401,_0x482077._0x1e3942,0x3c,-0x7)](validatePassword,_0x1d5253,_0x3c0699);if(!_0x30e1cd){const _0x3b5687={};_0x3b5687[_0x12dcf7(0x548,0x548,_0x482077._0x5b6c46,_0x482077._0x3f2023)]=_0x1d5253,logger['warn'](_0x463bb2[_0x12dcf7(0x4d7,0x46f,_0x482077._0x234d85,_0x482077._0x4a1310)],_0x3b5687);const _0x533920={};return _0x533920[_0x15504d(_0x482077._0x1c090e,_0x482077._0x5aa340,-_0x482077._0x2abbfa,_0x482077._0x55de3a)]=_0x463bb2[_0x15504d(0x140,_0x482077._0x3fa3fc,_0x482077._0x5cc9af,0x67)],_0x533920[_0x12dcf7(_0x482077._0x2e0774,_0x482077._0x2a6044,0x4d2,_0x482077._0x1d14c9)]=_0x12dcf7(0x53c,_0x482077._0xbdb34,_0x482077._0x552784,_0x482077._0x46239d)+'ername\x20or\x20'+_0x12dcf7(0x400,0x44f,_0x482077._0x5c3489,_0x482077._0x5041fe),_0x5a157f[_0x15504d(0x122,_0x482077._0x9cfe94,_0x482077._0x4dc9c5,_0x482077._0x302fb6)](-0x1ec8+-0x25f0+0x4649)[_0x15504d(_0x482077._0x5afcb1,_0x482077._0x55b9cf,_0x482077._0xeeb3a7,0x9a)](_0x533920);}_0x12cca3['session'][_0x15504d(_0x482077._0x3200c0,_0x482077._0x302fb6,0x92,_0x482077._0x50f84a)]=_0x30e1cd['id'],_0x12cca3[_0x12dcf7(_0x482077._0x37c4cf,_0x482077._0xc94ccb,0x477,0x464)]['username']=_0x30e1cd['username'],_0x12cca3[_0x12dcf7(0x42b,_0x482077._0x16f48e,0x4d3,0x45b)][_0x15504d(_0x482077._0x579a43,0xf1,0xc7,_0x482077._0x4e3f19)]=_0x30e1cd[_0x12dcf7(_0x482077._0x182ca9,_0x482077._0x215859,_0x482077._0x489cb5,_0x482077._0x10192d)],_0x12cca3['session'][_0x15504d(0x6c,_0x482077._0x2a5018,_0x482077._0x5e988a,0x38)]=_0x30e1cd['name'],_0x12cca3[_0x12dcf7(0x449,0x478,_0x482077._0x4548bc,0x45e)][_0x12dcf7(_0x482077._0x123eb5,_0x482077._0x2ebc0b,0x4cc,_0x482077._0x13bc62)+'me']=_0x30e1cd[_0x12dcf7(0x50a,0x4b2,_0x482077._0x5d627d,0x505)+'me'],_0x12cca3[_0x12dcf7(0x428,0x478,0x46a,0x494)][_0x15504d(0xb8,_0x482077._0x47b5e1,0x150,_0x482077._0x85a817)](_0x42b1f9=>{const _0x101310={_0x5eb64e:0x480},_0x19ba2e={_0x24be6d:0x65};function _0x4005de(_0x125da2,_0x148d31,_0x21e3ac,_0x271b0b){return _0x15504d(_0x125da2-0x1be,_0x125da2- -_0x19ba2e._0x24be6d,_0x21e3ac-0xd3,_0x148d31);}function _0x1d6ce5(_0x5c9e78,_0x248707,_0x2e1bf4,_0x5ce83a){return _0x15504d(_0x5c9e78-0xbe,_0x5ce83a-_0x101310._0x5eb64e,_0x2e1bf4-0xdd,_0x248707);}if(_0x463bb2['kWrhT'](_0x463bb2['zkHqO'],_0x463bb2[_0x1d6ce5(0x491,0x54b,0x53e,_0x476890._0x59e87f)])){if(_0x42b1f9){logger[_0x1d6ce5(0x4ba,_0x476890._0x165c96,_0x476890._0x21414d,_0x476890._0x2f7550)](_0x463bb2[_0x1d6ce5(_0x476890._0x30d6d4,0x547,0x4db,0x528)],_0x42b1f9);const _0x280571={};return _0x280571[_0x4005de(0x15,_0x476890._0x1837c9,0x9a,0x13)]=_0x463bb2['zttYu'],_0x280571[_0x4005de(-_0x476890._0x2a0249,-0x8a,-0x9d,-_0x476890._0x202531)]=_0x463bb2[_0x4005de(0x62,-_0x476890._0x2d61a8,0x51,-_0x476890._0x10073e)],_0x5a157f[_0x1d6ce5(0x56b,_0x476890._0x9e3b2d,_0x476890._0x3a5a6e,_0x476890._0xfdbfd9)](0x7*-0x4b1+-0x26f1*0x1+0x49bc)['json'](_0x280571);}const _0x5edb70={};_0x5edb70['userId']=_0x30e1cd['id'],_0x5edb70[_0x1d6ce5(_0x476890._0x50fa61,0x51d,0x586,_0x476890._0x36f3d1)]=_0x30e1cd['username'],logger[_0x1d6ce5(_0x476890._0x39ea64,0x49a,0x49f,0x51f)](_0x4005de(-0x1,_0x476890._0x4fd56a,0x31,-_0x476890._0x54baab)+'d\x20in',_0x5edb70);const _0xa72d00={};_0xa72d00['id']=_0x30e1cd['id'],_0xa72d00[_0x4005de(0xb9,_0x476890._0x24b9b6,0x129,_0x476890._0x2f4693)]=_0x30e1cd[_0x1d6ce5(_0x476890._0x9d8cec,0x5d2,_0x476890._0x587645,_0x476890._0x36f3d1)],_0xa72d00[_0x4005de(0x8c,_0x476890._0x51df79,_0x476890._0x53d63e,_0x476890._0x5b3bdf)]=_0x30e1cd[_0x4005de(0x8c,_0x476890._0x5573ec,_0x476890._0x3570ab,_0x476890._0x3d71c5)],_0xa72d00[_0x4005de(0x56,_0x476890._0x248ec7,_0x476890._0x1d1b89,0x4)]=_0x30e1cd['name'],_0xa72d00['ssh_userna'+'me']=_0x30e1cd['ssh_userna'+'me'];const _0x237fe5={};_0x237fe5[_0x4005de(-0x1e,-0x3a,-_0x476890._0x1cb881,0x5a)]=_0xa72d00,_0x5a157f[_0x4005de(0x59,_0x476890._0x292f00,0xd,0x9d)](_0x237fe5);}else{const _0x1121d9={};_0x1121d9[_0x4005de(0xb9,0x12e,_0x476890._0x2fb5ac,0xfb)]=_0x28e6bf,_0x57fea8['warn'](_0x463bb2[_0x1d6ce5(0x45f,0x420,_0x476890._0x4d1c2d,_0x476890._0x520698)],_0x1121d9);const _0x127eb4={};return _0x127eb4[_0x1d6ce5(0x4c3,0x50d,0x493,0x4fa)]=_0x463bb2[_0x1d6ce5(_0x476890._0x2f6f1d,_0x476890._0x2c0e1f,_0x476890._0x3c6a9d,_0x476890._0x57b1bc)],_0x127eb4[_0x4005de(-_0x476890._0x4d13fc,-0x93,0x3e,_0x476890._0x479da8)]=_0x463bb2[_0x4005de(_0x476890._0xa899c7,_0x476890._0x36543e,_0x476890._0x305532,_0x476890._0x1d8b0e)],_0x2c7d27[_0x4005de(0x83,_0x476890._0x23c72f,_0x476890._0x3e07c4,0x57)](-0x1141*0x1+-0x156b*0x1+0x1*0x283d)[_0x1d6ce5(0x528,0x568,0x4f7,_0x476890._0x587645)](_0x127eb4);}});}}catch(_0x33c3da){logger[_0x15504d(0xa1,_0x482077._0x4cdf84,_0x482077._0x14c4c3,0xc5)](_0x463bb2[_0x12dcf7(_0x482077._0x203fac,_0x482077._0x3b54e6,0x4d7,0x47f)],_0x33c3da);const _0x2b8389={};_0x2b8389['error']=_0x12dcf7(_0x482077._0x763a62,_0x482077._0x5d627d,_0x482077._0x2fa7f8,_0x482077._0x19dd1f)+'ed',_0x2b8389['message']=_0x463bb2[_0x12dcf7(_0x482077._0x24b07f,0x4f6,_0x482077._0x50d4a9,0x496)],_0x5a157f[_0x15504d(_0x482077._0x573315,_0x482077._0x4f278f,0x95,_0x482077._0x5d05fa)](0x179f*-0x1+0x1*-0x85f+-0x18b*-0x16)[_0x15504d(0xf6,_0x482077._0x32090d,0x104,0x60)](_0x2b8389);}}),router[_0x675ac7(-0xdd,-0xe9,-0x167,-0x115)](_0x169054(0x1f1,0x1b9,0x1e0,0x193),(_0x1cf9ba,_0x3c78ab)=>{const _0x4f5e9c={_0x16025e:0x2a2,_0x2f4884:0x23b,_0x4cca05:0x2a,_0x15a1a2:0x104,_0x388f61:0xa5,_0x4b6e0e:0x86,_0x25755a:0xef,_0x574493:0x1f,_0x2e89c9:0x98,_0x431bf8:0xd7,_0x3b1229:0xe8,_0x11a76b:0x66,_0x4a692e:0x241,_0x1c5ed8:0x269,_0x34b250:0x296,_0x51ce4a:0x21f,_0x48c004:0x225,_0x472726:0x1a5,_0x4cbd8e:0x234,_0x789973:0x1bb,_0x12173e:0x112,_0xb14f2d:0x117,_0x52aeaa:0xe1,_0x18c6ad:0xd5,_0x24fcd1:0xc5,_0x5c2cf8:0xe0,_0x23b4b4:0x1b8,_0x1be135:0x22e,_0xefe689:0x252,_0xca3c5d:0x284,_0x37e872:0x265,_0x52123f:0x256,_0x1c0c88:0x27d,_0x1d971a:0x1ef,_0x4677c2:0x174,_0x593d97:0x23d,_0x43bfb3:0x214,_0x59739d:0x26c},_0x34402b={_0x51f5c3:0xb8,_0x4332e1:0x22c,_0x374c39:0x1e6,_0x2c31c3:0x1ab,_0x13dd01:0x1c8,_0x27a36d:0x118,_0xd98df5:0xb5,_0x3ab18e:0xd5,_0x5a40e7:0x69,_0x369ff4:0x63,_0x5928d6:0x164,_0xadf04d:0x57,_0x1637b9:0xc9,_0x538ef4:0xbb,_0x3765e1:0xbf,_0xe2d7b7:0x127,_0x53690a:0xdd,_0x5c36b9:0x1a1,_0x42e4bb:0x147,_0x22fee4:0x5b,_0x4f58ae:0x11b,_0x5a9bc4:0xee,_0x168bab:0x131,_0x313e42:0xb2,_0x24b65d:0xa6,_0x3a024a:0x103,_0x1062cc:0x10a,_0x1a31c3:0x1dc,_0x5ca789:0x223,_0x2a0160:0x159,_0x7ec96b:0x201,_0x3a5e81:0x18c,_0x23aee6:0x164,_0x26e8f8:0xf3,_0x45650b:0x175,_0x3104ba:0x156,_0xc321b7:0x144,_0x32a903:0x181,_0x5b7102:0x1c0,_0x2259b9:0xf7,_0x3ffb00:0xe,_0x334a88:0x1ee,_0x1f404d:0x15b,_0x113680:0x1c1,_0x38be0a:0x203,_0x3f0abd:0x293,_0x1ad167:0x20e},_0x7cf056={_0x542022:0xd3},_0x252ee8={_0x47f8a1:0xe7,_0x3bdcb4:0xc2},_0x2361a1={_0x291045:0x2ec};function _0x3533e4(_0x179b53,_0x13214a,_0x381a3e,_0x4ec124){return _0x169054(_0x179b53-0x94,_0x13214a-0x14a,_0x179b53,_0x381a3e- -_0x2361a1._0x291045);}const _0x5ea92f={};function _0x2d6fec(_0x195104,_0x5eca2a,_0x469f9b,_0x44c861){return _0x675ac7(_0x195104-0xa6,_0x469f9b,_0x469f9b-_0x252ee8._0x47f8a1,_0x44c861- -_0x252ee8._0x3bdcb4);}_0x5ea92f[_0x2d6fec(-0x277,-0x21d,-_0x4f5e9c._0x16025e,-_0x4f5e9c._0x2f4884)]=function(_0x550e10,_0x5468c2){return _0x550e10!==_0x5468c2;},_0x5ea92f[_0x3533e4(-_0x4f5e9c._0x4cca05,-_0x4f5e9c._0x15a1a2,-_0x4f5e9c._0x388f61,-0x9f)]=_0x3533e4(-_0x4f5e9c._0x4b6e0e,-0x14d,-0xe1,-0x12c),_0x5ea92f[_0x3533e4(-0xfc,-0xbe,-0x125,-_0x4f5e9c._0x25755a)]=_0x3533e4(-_0x4f5e9c._0x574493,-0x87,-0x9e,-0x42)+_0x3533e4(-_0x4f5e9c._0x2e89c9,-_0x4f5e9c._0x431bf8,-_0x4f5e9c._0x3b1229,-_0x4f5e9c._0x11a76b)+'tars\x20direc'+'tory',_0x5ea92f['mVqeb']=_0x2d6fec(-_0x4f5e9c._0x4a692e,-_0x4f5e9c._0x1c5ed8,-_0x4f5e9c._0x34b250,-0x231),_0x5ea92f['pMViU']=_0x2d6fec(-0x235,-_0x4f5e9c._0x51ce4a,-0x246,-_0x4f5e9c._0x48c004),_0x5ea92f[_0x2d6fec(-_0x4f5e9c._0x472726,-_0x4f5e9c._0x4cbd8e,-0x21c,-_0x4f5e9c._0x789973)]=_0x3533e4(-0xd2,-_0x4f5e9c._0x12173e,-0x9e,-_0x4f5e9c._0xb14f2d)+_0x3533e4(-_0x4f5e9c._0x52aeaa,-_0x4f5e9c._0x18c6ad,-_0x4f5e9c._0x24fcd1,-_0x4f5e9c._0x5c2cf8)+'ssion',_0x5ea92f[_0x2d6fec(-0x225,-0x208,-_0x4f5e9c._0x23b4b4,-_0x4f5e9c._0x1be135)]=_0x2d6fec(-_0x4f5e9c._0xefe689,-_0x4f5e9c._0xca3c5d,-_0x4f5e9c._0x37e872,-_0x4f5e9c._0x52123f);const _0x28d922=_0x5ea92f,_0x3dc432=_0x1cf9ba[_0x2d6fec(-_0x4f5e9c._0x1c0c88,-0x29b,-_0x4f5e9c._0x1d971a,-0x260)]?.[_0x2d6fec(-_0x4f5e9c._0x4677c2,-0x195,-_0x4f5e9c._0x593d97,-0x1f5)],_0x4bbdff=_0x1cf9ba[_0x2d6fec(-0x2bd,-_0x4f5e9c._0x43bfb3,-_0x4f5e9c._0x59739d,-0x260)]?.['username'];_0x1cf9ba['session'][_0x2d6fec(-0x23f,-0x1e5,-0x20d,-0x25e)](_0x24c8c2=>{const _0xd3bbbc={_0x13cf43:0xc8,_0x388f83:0x73};function _0x2d8850(_0x488282,_0x2fdb6f,_0x2774e1,_0x1c5e7b){return _0x3533e4(_0x1c5e7b,_0x2fdb6f-_0x7cf056._0x542022,_0x2fdb6f- -0x13,_0x1c5e7b-0xdf);}const _0x23daaa={'VeOKy':function(_0x487e71,_0x16a9bc){return _0x28d922['jRVWA'](_0x487e71,_0x16a9bc);},'cypvg':_0x28d922[_0x2d8850(-0xe1,-_0x34402b._0x51f5c3,-0x63,-0x85)],'wftaU':_0x28d922[_0x5ba04f(-0x21b,-0x247,-_0x34402b._0x4332e1,-_0x34402b._0x374c39)]};function _0x5ba04f(_0x30cad4,_0x5cb677,_0x183d10,_0x38d89f){return _0x2d6fec(_0x30cad4-0x194,_0x5cb677-_0xd3bbbc._0x13cf43,_0x5cb677,_0x38d89f-_0xd3bbbc._0x388f83);}if(_0x28d922[_0x5ba04f(-0x198,-0x1f5,-_0x34402b._0x2c31c3,-_0x34402b._0x13dd01)](_0x28d922['mVqeb'],_0x28d922[_0x5ba04f(-_0x34402b._0x27a36d,-_0x34402b._0xd98df5,-_0x34402b._0x3ab18e,-0x135)])){if(_0x24c8c2){const _0x47ff23={};_0x47ff23[_0x2d8850(-0x107,-0xd4,-_0x34402b._0x5a40e7,-_0x34402b._0x369ff4)]=_0x3dc432,_0x47ff23['username']=_0x4bbdff,logger['error']('Failed\x20to\x20'+_0x2d8850(-0x12a,-0xd8,-0x56,-0x109)+_0x5ba04f(-0x16f,-0x14d,-_0x34402b._0x5928d6,-0x192),_0x24c8c2,_0x47ff23);const _0x43c74c={};return _0x43c74c['error']=_0x2d8850(-_0x34402b._0xadf04d,-_0x34402b._0x1637b9,-0x53,-_0x34402b._0x538ef4)+_0x2d8850(-_0x34402b._0x3765e1,-_0x34402b._0xe2d7b7,-0x153,-0x11c),_0x43c74c['message']=_0x28d922['ynphg'],_0x3c78ab[_0x5ba04f(-_0x34402b._0x53690a,-_0x34402b._0x5c36b9,-_0x34402b._0x42e4bb,-0x153)](-0x5*0x421+0xd*0x85+0xfd8)[_0x2d8850(-0x58,-0xcf,-0x6e,-0xd3)](_0x43c74c);}const _0x3f71cb={};_0x3f71cb[_0x2d8850(-0xcf,-0xd4,-_0x34402b._0x22fee4,-0x63)]=_0x3dc432,_0x3f71cb['username']=_0x4bbdff,logger[_0x2d8850(-_0x34402b._0x4f58ae,-_0x34402b._0x5a9bc4,-_0x34402b._0x168bab,-0x12f)](_0x2d8850(-0xa6,-0x129,-_0x34402b._0x313e42,-0x165)+_0x2d8850(-_0x34402b._0x24b65d,-_0x34402b._0x3a024a,-_0x34402b._0x1062cc,-0x116),_0x3f71cb),_0x3c78ab[_0x5ba04f(-0x1f4,-0x2a2,-_0x34402b._0x1a31c3,-_0x34402b._0x5ca789)+'e'](_0x28d922[_0x5ba04f(-0x21f,-0x184,-_0x34402b._0x2a0160,-0x1bb)]);const _0x2b834e={};_0x2b834e[_0x5ba04f(-0x203,-0x1ad,-0x216,-_0x34402b._0x7ec96b)]=_0x5ba04f(-_0x34402b._0x3a5e81,-_0x34402b._0x23aee6,-0x237,-0x1b4)+_0x2d8850(-0xfc,-_0x34402b._0x26e8f8,-0xb8,-0x74)+_0x5ba04f(-0x1a8,-0x16e,-_0x34402b._0x45650b,-0x14c),_0x3c78ab['json'](_0x2b834e);}else _0x23daaa[_0x2d8850(-0x178,-_0x34402b._0x3104ba,-0x189,-_0x34402b._0xc321b7)](_0x5b5526[_0x2d8850(-_0x34402b._0x32a903,-0x16b,-_0x34402b._0x5b7102,-_0x34402b._0x2259b9)],_0x23daaa[_0x2d8850(-_0x34402b._0x3ffb00,-0x71,-0x9a,-0x87)])&&_0x2d323c[_0x5ba04f(-_0x34402b._0x334a88,-0x206,-_0x34402b._0x1f404d,-_0x34402b._0x113680)](_0x23daaa[_0x5ba04f(-_0x34402b._0x38be0a,-_0x34402b._0x3f0abd,-0x1be,-_0x34402b._0x1ad167)],_0x823566);});}),router[_0x169054(0x1e7,0x202,0x148,0x1c5)](_0x169054(0x256,0x26b,0x299,0x215),requireAuth,async(_0x51542e,_0x33a35c)=>{const _0x21e915={_0x1e5ef5:0x1fd,_0x1edf8e:0x1b5,_0x797e68:0x21d,_0x391c14:0x1d7,_0x3b10bd:0x22c,_0x546c42:0x268,_0x17175d:0x14e,_0x37f488:0x1c5,_0x302d68:0x1ea,_0x230f9a:0x16d,_0x4d57c3:0x1bf,_0x172986:0x16c,_0x46d1ed:0x1fb,_0xd75975:0x181,_0x5c99c7:0x1a6,_0x3cacfe:0x220,_0x2b48c0:0x285,_0x5d75c6:0x225,_0x282567:0x197,_0x114060:0x1cf,_0x1f64cd:0x1a9,_0xec5a24:0x221,_0x5ecd2c:0x222,_0x11ae66:0x2a2,_0x79c7e9:0x294,_0x521da8:0x261,_0x48b0c1:0x211,_0x50f9dd:0x17c,_0x424db8:0x204,_0x40cd09:0x219,_0x35c469:0x242,_0x30fdd5:0x1c2,_0x568e3c:0x1cb,_0x5db160:0x152,_0x8e71f9:0x1e0,_0x47038e:0x23f,_0xee6ef0:0x243,_0x4e9d5b:0x19d,_0x2b070d:0x106,_0x4c52e7:0x1ca,_0x47050a:0x224,_0x374d5e:0x1a1,_0x1f0be0:0x26f,_0x5cd5b6:0x20d,_0x44e626:0x1da,_0x44614a:0x210,_0x417c9a:0x20f,_0x29f212:0x198,_0x2e07ef:0x1c9,_0x28041a:0x18c,_0x480ced:0x31d,_0x4a4f9b:0x2a3,_0x3d39ba:0x1cb,_0x53ea2e:0x157,_0x43a89b:0x186,_0x410070:0x167,_0x172747:0x24b,_0x5c8212:0x148,_0x20818d:0x1f8,_0x54cfd1:0x1fb,_0x2ee11d:0x1d2,_0x44dbae:0x280,_0x5039fe:0x20b,_0xa3777a:0x17e,_0x5e03f6:0x207,_0xc0a07:0x1c6,_0xf5f839:0x249,_0x2f9a36:0x1a3,_0x17d747:0x1a5,_0x18547c:0x1c5,_0xaff4e5:0x258,_0x2b8c7e:0x1e8,_0x2bc4dd:0x173,_0xba5ac0:0x1c5,_0x4b5ce8:0x199,_0x5e650c:0x278,_0x44c1e7:0x1db,_0x3bb571:0x20b,_0x3272c0:0x212,_0x47fc83:0x241,_0x181af2:0x1f4,_0x1cb8aa:0x155,_0x4442df:0x1a8,_0x1fdd15:0x2a2,_0x1e2ed6:0x22e,_0x4408bc:0x1cf,_0x1ebc91:0x1ef,_0x1aedb1:0x256,_0x2e6fa3:0x1dd,_0x2d6205:0x145,_0x54a7a8:0x205,_0x12b365:0x258,_0x88f252:0x269,_0x57aace:0x20c,_0x3de8e7:0x197,_0x89ac44:0x128},_0x4fe371={_0x1700da:0xe0},_0x4aea3c={};_0x4aea3c[_0x13cab4(-_0x21e915._0x1e5ef5,-0x278,-0x1a0,-_0x21e915._0x1edf8e)]=_0x4b64e9(_0x21e915._0x797e68,_0x21e915._0x391c14,_0x21e915._0x3b10bd,_0x21e915._0x546c42)+_0x4b64e9(_0x21e915._0x17175d,0x219,_0x21e915._0x37f488,0x226)+_0x13cab4(-_0x21e915._0x302d68,-0x267,-_0x21e915._0x230f9a,-_0x21e915._0x4d57c3),_0x4aea3c['nHPJi']=_0x4b64e9(_0x21e915._0x172986,_0x21e915._0x46d1ed,_0x21e915._0xd75975,_0x21e915._0x5c99c7),_0x4aea3c[_0x13cab4(-_0x21e915._0x3cacfe,-0x1e3,-_0x21e915._0x2b48c0,-_0x21e915._0x5d75c6)]='MUlal';function _0x13cab4(_0x2b833c,_0x53bce6,_0x28ebc5,_0x2dda0d){return _0x675ac7(_0x2b833c-0xfb,_0x53bce6,_0x28ebc5-0x108,_0x2b833c- -0xfd);}const _0x30c425=_0x4aea3c;function _0x4b64e9(_0x5aa5c8,_0x4d3269,_0x2ef9c5,_0x3b5bde){return _0x169054(_0x5aa5c8-0x12e,_0x4d3269-_0x4fe371._0x1700da,_0x4d3269,_0x2ef9c5- -0x22);}try{const _0x42ed5f=await findUserById(_0x51542e[_0x4b64e9(0x136,0x1af,_0x21e915._0x282567,_0x21e915._0x114060)]['id']),_0x3b5e04={};_0x3b5e04[_0x4b64e9(_0x21e915._0x1f64cd,0x265,0x215,0x236)]=[],_0x3b5e04['environmen'+'ts']={},_0x3b5e04[_0x4b64e9(_0x21e915._0xec5a24,_0x21e915._0x5ecd2c,0x22d,0x2b0)]={};let _0xec1a3d=_0x3b5e04;try{_0xec1a3d=await resolveAllUserPermissions(_0x51542e[_0x13cab4(-_0x21e915._0x11ae66,-_0x21e915._0x79c7e9,-0x292,-0x251)]['id']);}catch(_0x4ff181){if(_0x30c425[_0x13cab4(-0x1f2,-_0x21e915._0x521da8,-_0x21e915._0x48b0c1,-_0x21e915._0x50f9dd)]!==_0x30c425[_0x4b64e9(0x19f,_0x21e915._0x424db8,_0x21e915._0x40cd09,_0x21e915._0x35c469)]){const _0x116c77={};_0x116c77[_0x4b64e9(_0x21e915._0x30fdd5,_0x21e915._0x568e3c,0x1ca,_0x21e915._0x5db160)]=_0x4ff181['message'],_0x116c77['stack']=_0x4ff181['stack'],logger['error'](_0x4b64e9(_0x21e915._0x8e71f9,_0x21e915._0x47038e,0x245,_0x21e915._0xee6ef0)+'\x20resolutio'+'n\x20failed\x20f'+_0x4b64e9(_0x21e915._0x4e9d5b,_0x21e915._0x391c14,0x16e,_0x21e915._0x2b070d),_0x116c77);}else{_0x9eccd4[_0x4b64e9(0x1fb,0x1d3,_0x21e915._0x4c52e7,0x232)](_0x30c425[_0x13cab4(-0x1fd,-0x1b9,-_0x21e915._0x47050a,-_0x21e915._0x374d5e)],_0x38e20c);const _0x1ead39={};_0x1ead39[_0x13cab4(-_0x21e915._0x1f0be0,-0x2e1,-0x1f8,-0x257)]=_0x13cab4(-_0x21e915._0x5cd5b6,-0x1f3,-0x1ab,-0x1de)+'upload\x20ava'+_0x13cab4(-0x1ea,-0x244,-_0x21e915._0x44e626,-_0x21e915._0x3b10bd),_0x1ff4d5[_0x4b64e9(_0x21e915._0x44614a,0x28d,0x238,_0x21e915._0x417c9a)](-0x1*0x1913+-0x1874+0x337b)[_0x4b64e9(_0x21e915._0x29f212,_0x21e915._0x2e07ef,0x20e,_0x21e915._0x28041a)](_0x1ead39);}}const _0x45e68c={};_0x45e68c['id']=_0x51542e[_0x13cab4(-0x2a2,-_0x21e915._0x480ced,-0x263,-_0x21e915._0x4a4f9b)]['id'],_0x45e68c[_0x13cab4(-_0x21e915._0x3d39ba,-_0x21e915._0x53ea2e,-_0x21e915._0x43a89b,-_0x21e915._0x410070)]=_0x51542e[_0x13cab4(-_0x21e915._0x11ae66,-0x2a1,-_0x21e915._0x172747,-0x263)][_0x13cab4(-_0x21e915._0x3d39ba,-_0x21e915._0x5c8212,-_0x21e915._0x282567,-0x1d2)],_0x45e68c['email']=_0x51542e['user'][_0x13cab4(-_0x21e915._0x20818d,-_0x21e915._0x44614a,-0x1eb,-0x1be)],_0x45e68c['name']=_0x51542e[_0x4b64e9(0x143,0x178,_0x21e915._0x282567,_0x21e915._0x54cfd1)][_0x4b64e9(_0x21e915._0x2ee11d,_0x21e915._0x44dbae,_0x21e915._0x5039fe,0x22b)],_0x45e68c[_0x4b64e9(_0x21e915._0x4d57c3,_0x21e915._0xa3777a,_0x21e915._0x1f64cd,_0x21e915._0x5e03f6)+'s']=_0xec1a3d,_0x45e68c[_0x4b64e9(_0x21e915._0xc0a07,0x211,0x1d8,_0x21e915._0xf5f839)+'me']=_0x51542e[_0x4b64e9(_0x21e915._0x2f9a36,_0x21e915._0x17d747,0x197,_0x21e915._0x1edf8e)]['ssh_userna'+'me'],_0x45e68c[_0x13cab4(-0x29e,-0x2bb,-0x25c,-0x29d)]=_0x42ed5f?.['avatar']||null,_0x45e68c[_0x4b64e9(0x199,_0x21e915._0x18547c,0x1e1,0x1ea)+'s']=_0x42ed5f?.[_0x13cab4(-_0x21e915._0xaff4e5,-0x1d3,-0x1f3,-_0x21e915._0x2b8c7e)+'s']||{};const _0x4a190e={};_0x4a190e[_0x4b64e9(0x154,_0x21e915._0x2bc4dd,0x197,_0x21e915._0xba5ac0)]=_0x45e68c,_0x33a35c['json'](_0x4a190e);}catch(_0x4f265a){const _0x349a09={};_0x349a09['server']=[],_0x349a09['environmen'+'ts']={},_0x349a09[_0x4b64e9(0x27c,0x29e,0x22d,0x1b5)]={};const _0xa110ed={};_0xa110ed['id']=_0x51542e[_0x4b64e9(_0x21e915._0x4b5ce8,0x1a6,0x197,0x211)]['id'],_0xa110ed[_0x4b64e9(_0x21e915._0x5e650c,0x25c,0x26e,0x209)]=_0x51542e[_0x4b64e9(0x1ff,_0x21e915._0x44c1e7,0x197,_0x21e915._0x3bb571)]['username'],_0xa110ed[_0x4b64e9(_0x21e915._0x3272c0,_0x21e915._0x4d57c3,_0x21e915._0x47fc83,_0x21e915._0x181af2)]=_0x51542e[_0x4b64e9(0x216,_0x21e915._0x1cb8aa,0x197,0x13a)][_0x13cab4(-_0x21e915._0x20818d,-0x210,-_0x21e915._0x4442df,-_0x21e915._0x282567)],_0xa110ed['name']=_0x51542e[_0x13cab4(-_0x21e915._0x1fdd15,-0x2fd,-0x24d,-0x2e2)][_0x13cab4(-_0x21e915._0x1e2ed6,-_0x21e915._0x4408bc,-_0x21e915._0x1ebc91,-0x243)],_0xa110ed['permission'+'s']=_0x349a09,_0xa110ed[_0x4b64e9(_0x21e915._0x1aedb1,_0x21e915._0x2e6fa3,0x1d8,0x247)+'me']=_0x51542e[_0x4b64e9(0x128,0x121,0x197,_0x21e915._0x2d6205)][_0x13cab4(-_0x21e915._0x521da8,-0x2aa,-_0x21e915._0x54a7a8,-0x267)+'me'],_0xa110ed['avatar']=null,_0xa110ed[_0x13cab4(-_0x21e915._0x12b365,-_0x21e915._0x88f252,-_0x21e915._0x79c7e9,-0x252)+'s']={};const _0x58473f={};_0x58473f[_0x4b64e9(0x193,_0x21e915._0x57aace,_0x21e915._0x3de8e7,_0x21e915._0x89ac44)]=_0xa110ed,_0x33a35c['json'](_0x58473f);}}),router[_0x169054(0x266,0x28f,0x240,0x249)](_0x675ac7(-0x17a,-0x183,-0x224,-0x1cf),async(_0x27ba96,_0xb45dfd)=>{const _0x3de82d={_0x49d143:0xd,_0x464e33:0x32,_0x4cf703:0x3,_0x203334:0x6e,_0x33b767:0x5f,_0x49f9a8:0x43,_0x18d857:0x79,_0x30029c:0xbf,_0x42fc76:0x23,_0x21af07:0x2a1,_0x5caac9:0x265,_0x34205b:0x2c2,_0xe39a21:0x4f,_0x4589d2:0x3d,_0x252f0b:0x1b7,_0x26bd6e:0x167,_0x22d107:0x1dc,_0x6df691:0x189,_0x353b7e:0x45,_0xd8cfa8:0x20,_0x4c89b7:0x39,_0x3bdc24:0x68,_0x268e8c:0x87,_0xb39320:0x4,_0x258735:0x209,_0x3648b7:0x1f3,_0x57e16b:0x237,_0x38933f:0x1e8,_0x22ec1b:0x1d1,_0x2a23fc:0x1e1,_0x5bfbc9:0x10,_0xbbac93:0xe,_0x287c00:0x63,_0x5d59f5:0x2ef,_0x35e5b5:0x28f,_0x10086d:0x54,_0x338185:0x29,_0x403055:0x8f,_0x1f6158:0x1d,_0x3b56b5:0xc0,_0x281a38:0x2a,_0x113052:0x2c,_0x386b20:0x25,_0x122914:0x1,_0xf1c80f:0x246,_0x46d8ef:0x2d7,_0x389b7a:0x1ac,_0x556c49:0x233,_0x1b3617:0x2ab,_0x522c99:0x328,_0x5d01f4:0x2da,_0x7c8d51:0x2b,_0x2bee7d:0x288,_0x495950:0x28e,_0x3c3566:0x69,_0x47e5cd:0xda,_0x2df6f6:0x258,_0xecd72:0x1e6,_0x329f2e:0x18e,_0x217b8c:0x219,_0x4423cb:0x214,_0x1a1da7:0x28d,_0x55880d:0x7c,_0x402d9c:0x31,_0x33c49d:0xb,_0x2e9f3a:0x9,_0x2e27fe:0x254,_0x328d7e:0x8c,_0x129428:0x2e,_0x339666:0x29d,_0x445433:0x286,_0xb28f23:0x210,_0x3be783:0x247,_0x30021e:0x202,_0x26f538:0x1f2,_0x2c1efb:0x263,_0x491114:0x2af,_0x1e3cd7:0x224,_0x224897:0x294,_0x1915e5:0x24c,_0x528cec:0x40,_0x1fb3b4:0x2c,_0x4fff95:0x42,_0x313fb9:0x215,_0x3818cd:0x290,_0x4c84cf:0x7b,_0x16563c:0x5b,_0x49ff3e:0xb8,_0x42715e:0x1f6,_0x1d08ea:0x23e,_0xc4647a:0x265,_0x2ad852:0xeb,_0x18765e:0x213,_0x5e3515:0x1b0,_0x2513b4:0x194,_0x257d91:0x13,_0x4c7cbb:0x1ab,_0x977a22:0x298,_0x395850:0x1d8,_0x4db063:0x205,_0x6f6dec:0x2da,_0x56570f:0x26b,_0x2f0749:0x232,_0x2e0b6c:0x206,_0x9c4f1c:0x259,_0xcae724:0x65,_0xffba45:0x5c,_0x3cd2af:0x21c,_0x253212:0x1f5,_0x2f780e:0x245,_0x30a7e5:0x223,_0x35ee96:0x34,_0x4e2c5a:0x59,_0x48849a:0x37,_0x466ff0:0x155,_0xd9a21d:0x204,_0x303b6d:0x33,_0x42ec4c:0x0,_0x75eeae:0xad,_0x425a56:0x249,_0x46ef99:0x23e,_0x414ec4:0x2e1,_0x2e7b21:0x2b9,_0x3f4c2a:0x2e,_0x3e970b:0x42,_0x1a1fdc:0x8,_0x1892ba:0x3b,_0x4a1986:0x1a3,_0x1570ea:0x1c8,_0x997cae:0x24d,_0x4549de:0x1e6,_0x1ebadb:0x23d},_0x4bdb0c={_0x1e87c4:0xac,_0x6b6654:0x111,_0x2939ab:0xe2},_0x29cc31={_0x35dfa4:0x135};function _0x1dfff8(_0xbba0cd,_0x3ca8dc,_0x56fae6,_0x28e03e){return _0x675ac7(_0xbba0cd-_0x29cc31._0x35dfa4,_0x56fae6,_0x56fae6-0x1ce,_0x3ca8dc-0x149);}const _0x27d294={'PcUzW':'Missing\x20cr'+_0x1dfff8(-0x2b,_0x3de82d._0x49d143,-_0x3de82d._0x464e33,0x3d),'ISApf':function(_0xaa4fa5,_0x2c9c97){return _0xaa4fa5||_0x2c9c97;},'JxtXp':'Failed\x20CLI'+'\x20login\x20att'+_0x1dfff8(-0x6,0xc,_0x3de82d._0x4cf703,-_0x3de82d._0x203334),'xHQRf':_0x1dfff8(-_0x3de82d._0x33b767,-_0x3de82d._0x49f9a8,-_0x3de82d._0x18d857,0x3e)+_0x1dfff8(0xc0,0x3f,_0x3de82d._0x30029c,_0x3de82d._0x42fc76)+'d','BgLWl':'Invalid\x20us'+_0x1ac764(-0x2c0,-0x29b,-_0x3de82d._0x21af07,-0x2f9)+_0x1ac764(-_0x3de82d._0x5caac9,-0x2a9,-_0x3de82d._0x34205b,-0x2db),'zxwpW':function(_0x3e73f0,_0x2c680e,_0x2b4e87){return _0x3e73f0(_0x2c680e,_0x2b4e87);},'vhlNj':_0x1dfff8(0x8a,0x57,0x8f,_0x3de82d._0xe39a21),'DBUJQ':function(_0x5e93f8,_0x2c5ab9){return _0x5e93f8(_0x2c5ab9);},'CxtFz':function(_0x565dcf,_0x34d301){return _0x565dcf===_0x34d301;},'hygiW':_0x1dfff8(-_0x3de82d._0x4589d2,0xa,-0x32,-0x3e),'VJyqh':_0x1ac764(-0x169,-_0x3de82d._0x252f0b,-_0x3de82d._0x26bd6e,-_0x3de82d._0x22d107),'riCJq':_0x1ac764(-_0x3de82d._0x6df691,-0x1ce,-0x15d,-0x16e)+_0x1dfff8(-_0x3de82d._0x353b7e,-0xd,-_0x3de82d._0xd8cfa8,_0x3de82d._0x4c89b7),'CmfZb':_0x1dfff8(-_0x3de82d._0x3bdc24,-_0x3de82d._0x268e8c,-_0x3de82d._0xb39320,-0x10c)+_0x1ac764(-_0x3de82d._0x258735,-_0x3de82d._0x3648b7,-_0x3de82d._0x57e16b,-0x266),'ubOQV':_0x1ac764(-_0x3de82d._0x38933f,-_0x3de82d._0x22ec1b,-_0x3de82d._0x2a23fc,-0x243)+'ed'},{username:_0x13ffd9,password:_0x1e21f0}=_0x27ba96[_0x1dfff8(0x2e,_0x3de82d._0x5bfbc9,-_0x3de82d._0xbbac93,-_0x3de82d._0x287c00)];if(_0x27d294[_0x1ac764(-_0x3de82d._0x5d59f5,-_0x3de82d._0x35e5b5,-0x22a,-0x217)](!_0x13ffd9,!_0x1e21f0)){const _0x3cd8db={};return _0x3cd8db[_0x1dfff8(_0x3de82d._0x10086d,-_0x3de82d._0x338185,-_0x3de82d._0x403055,_0x3de82d._0x1f6158)]=_0x27d294['PcUzW'],_0x3cd8db['message']=_0x1dfff8(-0x5e,-0x4d,-0x22,-_0x3de82d._0x3b56b5)+_0x1dfff8(_0x3de82d._0x281a38,-_0x3de82d._0x113052,_0x3de82d._0x386b20,-_0x3de82d._0x122914)+'d\x20are\x20requ'+_0x1ac764(-_0x3de82d._0xf1c80f,-0x269,-0x245,-_0x3de82d._0x46d8ef),_0xb45dfd['status'](-0x19b5*-0x1+0x176a+0x5*-0x983)[_0x1ac764(-0x1a7,-0x210,-_0x3de82d._0x389b7a,-_0x3de82d._0x556c49)](_0x3cd8db);}function _0x1ac764(_0x2411e5,_0x35a5e2,_0x820698,_0x512168){return _0x675ac7(_0x2411e5-_0x4bdb0c._0x1e87c4,_0x2411e5,_0x820698-_0x4bdb0c._0x6b6654,_0x35a5e2- -_0x4bdb0c._0x2939ab);}try{const _0x228ceb=await validatePassword(_0x13ffd9,_0x1e21f0);if(!_0x228ceb){const _0x5dca02={};_0x5dca02['username']=_0x13ffd9,logger[_0x1ac764(-0x227,-_0x3de82d._0x1b3617,-_0x3de82d._0x522c99,-_0x3de82d._0x5d01f4)](_0x27d294[_0x1dfff8(-0x46,_0x3de82d._0x7c8d51,0x2,0xac)],_0x5dca02);const _0x1be405={};return _0x1be405[_0x1ac764(-_0x3de82d._0x2bee7d,-0x254,-0x20a,-_0x3de82d._0x495950)]=_0x27d294['xHQRf'],_0x1be405[_0x1dfff8(-0x58,-_0x3de82d._0x3c3566,-_0x3de82d._0x47e5cd,-0x92)]=_0x27d294[_0x1ac764(-0x2f6,-0x296,-0x241,-0x23b)],_0xb45dfd[_0x1ac764(-_0x3de82d._0x2df6f6,-_0x3de82d._0xecd72,-_0x3de82d._0x329f2e,-0x1e9)](0xaa9+0x1521+0x3*-0xa13)['json'](_0x1be405);}const _0x555055=await _0x27d294[_0x1ac764(-_0x3de82d._0x38933f,-0x21d,-_0x3de82d._0x217b8c,-_0x3de82d._0x4423cb)](createApiKey,_0x228ceb['id'],_0x27d294['vhlNj']);let _0x5daf5d=[];try{_0x5daf5d=await _0x27d294['DBUJQ'](resolveUserRoleNames,_0x228ceb['id']);}catch(_0x4b22b7){if(_0x27d294[_0x1ac764(-0x213,-_0x3de82d._0x1a1da7,-0x270,-0x25a)](_0x27d294[_0x1dfff8(-_0x3de82d._0x55880d,-_0x3de82d._0x402d9c,-_0x3de82d._0x33c49d,_0x3de82d._0x2e9f3a)],_0x27d294['VJyqh'])){const _0x55ba6f={};return _0x55ba6f[_0x1ac764(-0x1e6,-_0x3de82d._0x2e27fe,-0x1ed,-0x21f)]=_0x27d294[_0x1dfff8(_0x3de82d._0x7c8d51,-0x8,-_0x3de82d._0x328d7e,0x43)],_0x55ba6f[_0x1dfff8(-_0x3de82d._0x129428,-0x69,-0xbb,-0x8)]=_0x1ac764(-0x2a6,-0x278,-0x240,-0x203)+'nd\x20passwor'+_0x1ac764(-_0x3de82d._0x339666,-_0x3de82d._0x445433,-0x22a,-0x281)+'ired',_0x18247b['status'](-0x139*0x19+0x1680+0x1ed*0x5)[_0x1ac764(-0x214,-_0x3de82d._0xb28f23,-_0x3de82d._0x3be783,-_0x3de82d._0x30021e)](_0x55ba6f);}else{const _0x141b07={};_0x141b07[_0x1dfff8(-0xb,0x16,_0x3de82d._0x4589d2,0x62)]=_0x228ceb['id'],_0x141b07[_0x1ac764(-_0x3de82d._0x26f538,-0x254,-_0x3de82d._0x2c1efb,-_0x3de82d._0x491114)]=_0x4b22b7[_0x1ac764(-_0x3de82d._0x1e3cd7,-_0x3de82d._0x224897,-_0x3de82d._0x1915e5,-_0x3de82d._0x2df6f6)],logger['warn'](_0x1dfff8(0x11,0x39,_0x3de82d._0x528cec,-0x11)+_0x1dfff8(-_0x3de82d._0x1fb3b4,-0x2,-_0x3de82d._0x4fff95,0x41)+'les\x20for\x20CL'+'I\x20login',_0x141b07);}}const _0xcbd7ed={};_0xcbd7ed[_0x1ac764(-0x1b4,-_0x3de82d._0x313fb9,-_0x3de82d._0x3818cd,-0x218)]=_0x228ceb['id'],_0xcbd7ed['username']=_0x228ceb[_0x1dfff8(_0x3de82d._0x287c00,_0x3de82d._0x4c84cf,_0x3de82d._0x16563c,_0x3de82d._0x49ff3e)],_0xcbd7ed[_0x1ac764(-0x253,-_0x3de82d._0x42715e,-_0x3de82d._0x1d08ea,-_0x3de82d._0xc4647a)]=_0x555055['id'],logger['info'](_0x27d294[_0x1dfff8(-_0x3de82d._0x2ad852,-0x6f,-0x38,-_0x3de82d._0x16563c)],_0xcbd7ed);const _0x53126d={};_0x53126d['id']=_0x228ceb['id'],_0x53126d[_0x1ac764(-_0x3de82d._0x18765e,-_0x3de82d._0x5e3515,-_0x3de82d._0x2513b4,-0x1eb)]=_0x228ceb[_0x1dfff8(_0x3de82d._0x257d91,0x7b,0xf4,0x4e)],_0x53126d[_0x1ac764(-0x1f5,-0x1dd,-_0x3de82d._0x4c7cbb,-0x257)]=_0x228ceb[_0x1dfff8(0x47,0x4e,0x4d,0x99)],_0x53126d[_0x1ac764(-0x213,-_0x3de82d._0x18765e,-0x19a,-_0x3de82d._0x977a22)]=_0x228ceb[_0x1ac764(-_0x3de82d._0x395850,-0x213,-0x1a7,-_0x3de82d._0x2a23fc)],_0x53126d[_0x1ac764(-_0x3de82d._0x4db063,-0x28a,-_0x3de82d._0x6f6dec,-_0x3de82d._0x56570f)]=_0x5daf5d;const _0x4c859f={};_0x4c859f['message']=_0x27d294[_0x1ac764(-_0x3de82d._0x2f0749,-_0x3de82d._0x2e0b6c,-_0x3de82d._0x9c4f1c,-_0x3de82d._0x30021e)],_0x4c859f[_0x1dfff8(-_0x3de82d._0xcae724,-_0x3de82d._0xffba45,-0x7d,-0x9)]=_0x53126d,_0x4c859f['apiKey']=_0x555055[_0x1ac764(-_0x3de82d._0x3cd2af,-_0x3de82d._0x253212,-_0x3de82d._0x2f780e,-_0x3de82d._0x30a7e5)],_0xb45dfd['json'](_0x4c859f);}catch(_0x31a82f){logger[_0x1dfff8(_0x3de82d._0x35ee96,-0x29,_0x3de82d._0x4e2c5a,_0x3de82d._0x48849a)](_0x1ac764(-0x1b4,-0x1ce,-_0x3de82d._0x466ff0,-_0x3de82d._0xd9a21d)+_0x1dfff8(0x3c,-_0x3de82d._0x338185,-0x99,_0x3de82d._0x303b6d),_0x31a82f);const _0x1521fa={};_0x1521fa[_0x1dfff8(_0x3de82d._0x42ec4c,-0x29,-_0x3de82d._0x75eeae,-0x4e)]=_0x27d294[_0x1ac764(-_0x3de82d._0x425a56,-0x1ff,-_0x3de82d._0x46ef99,-0x17a)],_0x1521fa[_0x1ac764(-_0x3de82d._0x414ec4,-0x294,-_0x3de82d._0x2e7b21,-0x253)]='An\x20error\x20o'+_0x1dfff8(-0x24,_0x3de82d._0x3f4c2a,_0x3de82d._0x3e970b,0x88)+_0x1dfff8(_0x3de82d._0x1a1fdc,0x11,-_0x3de82d._0x1892ba,0x67)+_0x1ac764(-_0x3de82d._0x4a1986,-0x1f8,-_0x3de82d._0x1570ea,-_0x3de82d._0x997cae),_0xb45dfd[_0x1ac764(-0x1a7,-_0x3de82d._0x4549de,-0x222,-0x262)](-0x4*-0x4ce+0x3*0x593+-0x317*0xb)[_0x1ac764(-_0x3de82d._0x1915e5,-0x210,-0x208,-_0x3de82d._0x1ebadb)](_0x1521fa);}}),router[_0x675ac7(-0x185,-0x1bc,-0x186,-0x199)]('/profile',requireAuth,async(_0x39be25,_0x458d3a)=>{const _0x45d16c={_0xa4646b:0x1b0,_0xb8b43c:0x22b,_0x526f10:0x1a7,_0xa0d1ba:0x305,_0x49afcc:0x26a,_0x15bcfe:0x179,_0x3e216a:0x1a9,_0x13841e:0x20b,_0x268be9:0x18a,_0x488309:0x1e8,_0x36a110:0x1d1,_0x1000c2:0x1e9,_0x2c9e1a:0x240,_0x24ce76:0x250,_0x38d766:0x20f,_0x38afa1:0x26d,_0x185cc6:0x1b8,_0x254730:0x216,_0x29f1da:0x19b,_0x14954a:0x14b,_0xc7ff00:0x283,_0x52be1f:0x296,_0x1959da:0x23c,_0x96828a:0x25d,_0x23509c:0x2be,_0x125a3d:0x15e,_0x51e90d:0x17a,_0x46ff24:0x305,_0x3f8c5a:0x267,_0x123c11:0x223,_0x115f75:0x22a,_0x15a872:0x25a,_0x18fd1a:0x27a,_0x4b6916:0x21b,_0x31fb7e:0x27b,_0x29c1d3:0x1f1,_0xe69d2b:0x319,_0x21dd6e:0x2de,_0x45b1a5:0x2f1,_0x3ca888:0x334,_0x1eb07b:0x2be,_0x548086:0x268,_0x44b900:0x1de,_0x40ade6:0x1f3,_0x390420:0x243,_0x520f2b:0x1e0,_0x55c733:0x251,_0x478704:0x1fc,_0x21e979:0x1c7,_0xd6beaf:0x20d,_0x4befb0:0x27d,_0x122894:0x1ee,_0x2aad74:0x265,_0x7d7507:0x17e,_0x8e97c3:0x1be,_0x31ef59:0x1da,_0x32d7d9:0x184,_0x11674b:0x25c,_0x59b796:0x1f1,_0xbebef7:0x213,_0x297e7a:0x211,_0x4a2216:0x29f,_0x3c8ffe:0x1f9,_0x3019f5:0x25e,_0x14fc44:0x34c,_0xf92177:0x176,_0x425942:0x1ad,_0x18da9b:0x13d,_0x29daca:0x22b,_0x2b3a11:0x1a6,_0x5f5b20:0x25b,_0x58e09c:0x1b2},_0x2fd88e={_0x3b1f0e:0x3f};function _0x244190(_0x5d2b77,_0x1aa7e9,_0x21dfab,_0xfb1ab7){return _0x675ac7(_0x5d2b77-0x46,_0x1aa7e9,_0x21dfab-0x1d0,_0xfb1ab7- -0x112);}const _0x2cb3a2={'lmufp':_0x244190(-0x28c,-_0x45d16c._0xa4646b,-0x1df,-0x222)+_0x5b873(0x1b5,_0x45d16c._0xb8b43c,0x26f,_0x45d16c._0x526f10)+_0x244190(-0x2dd,-_0x45d16c._0xa0d1ba,-_0x45d16c._0x49afcc,-0x2d4)+'nfo','ObHXE':'Failed\x20to\x20'+_0x5b873(_0x45d16c._0x15bcfe,_0x45d16c._0x3e216a,_0x45d16c._0x13841e,_0x45d16c._0x268be9)+'\x20info','dmSJV':function(_0x49e6bf,_0x225399){return _0x49e6bf===_0x225399;},'nahTi':_0x244190(-_0x45d16c._0x488309,-_0x45d16c._0x36a110,-_0x45d16c._0x1000c2,-0x1e8),'RKBaW':function(_0x112842,_0x494464){return _0x112842(_0x494464);},'rfKBI':_0x5b873(0x2b9,_0x45d16c._0x2c9e1a,0x1cf,0x1d8)+'ound','UTSaW':_0x5b873(_0x45d16c._0x24ce76,_0x45d16c._0x38d766,_0x45d16c._0x38afa1,0x1f7)+_0x5b873(0x254,0x22b,_0x45d16c._0x185cc6,0x1b4)+'e'};function _0x5b873(_0x564280,_0x1c67a7,_0x46bc5d,_0x479463){return _0x169054(_0x564280-0x14,_0x1c67a7-0x84,_0x46bc5d,_0x1c67a7- -_0x2fd88e._0x3b1f0e);}try{if(_0x2cb3a2[_0x244190(-0x24f,-_0x45d16c._0x254730,-0x28f,-0x254)](_0x2cb3a2[_0x5b873(0x1e0,_0x45d16c._0x29f1da,0x196,_0x45d16c._0x14954a)],_0x2cb3a2[_0x244190(-0x29a,-_0x45d16c._0xc7ff00,-0x2bf,-_0x45d16c._0x52be1f)])){const _0x2e3398=await _0x2cb3a2[_0x244190(-_0x45d16c._0x1959da,-_0x45d16c._0x96828a,-_0x45d16c._0x23509c,-0x2af)](findUserById,_0x39be25[_0x5b873(_0x45d16c._0x125a3d,_0x45d16c._0x51e90d,0x17c,0x1ae)]['id']);if(!_0x2e3398){const _0x10b925={};return _0x10b925[_0x244190(-_0x45d16c._0x46ff24,-0x282,-_0x45d16c._0x3f8c5a,-0x284)]=_0x2cb3a2[_0x244190(-_0x45d16c._0x123c11,-_0x45d16c._0x115f75,-_0x45d16c._0x15a872,-0x28f)],_0x458d3a[_0x5b873(_0x45d16c._0x18fd1a,_0x45d16c._0x4b6916,_0x45d16c._0x31fb7e,0x27b)](0x69*0x5e+0x2379+-0x4873)[_0x5b873(0x210,_0x45d16c._0x29c1d3,0x1fa,0x206)](_0x10b925);}const _0x24accd={};_0x24accd['email_ment'+_0x244190(-_0x45d16c._0xe69d2b,-_0x45d16c._0x21dd6e,-0x2ea,-0x2c5)]=!![],_0x24accd[_0x244190(-_0x45d16c._0x45b1a5,-_0x45d16c._0x3ca888,-_0x45d16c._0x1eb07b,-0x2cf)+_0x5b873(0x274,0x237,_0x45d16c._0x548086,0x2a8)+_0x244190(-_0x45d16c._0x44b900,-0x1df,-0x236,-_0x45d16c._0x1000c2)]=!![];const _0x5828c9={};_0x5828c9['id']=_0x2e3398['id'],_0x5828c9[_0x244190(-0x208,-_0x45d16c._0x40ade6,-_0x45d16c._0x390420,-_0x45d16c._0x520f2b)]=_0x2e3398[_0x5b873(0x2a9,_0x45d16c._0x55c733,0x2a4,_0x45d16c._0x478704)],_0x5828c9[_0x244190(-_0x45d16c._0x21e979,-0x1e6,-0x227,-_0x45d16c._0xd6beaf)]=_0x2e3398[_0x244190(-0x201,-_0x45d16c._0x4befb0,-0x1d1,-_0x45d16c._0xd6beaf)],_0x5828c9['name']=_0x2e3398[_0x5b873(0x1db,_0x45d16c._0x122894,_0x45d16c._0x2aad74,0x25c)],_0x5828c9[_0x5b873(0x19d,_0x45d16c._0x7d7507,_0x45d16c._0x8e97c3,_0x45d16c._0x31ef59)]=_0x2e3398['avatar']||null,_0x5828c9[_0x5b873(0x1b7,0x1c4,0x186,0x1fa)+'s']=_0x2e3398['preference'+'s']||_0x24accd;const _0x32c071={};_0x32c071[_0x5b873(0x1a3,0x163,_0x45d16c._0x32d7d9,0x10d)]=_0x5828c9,_0x458d3a[_0x5b873(_0x45d16c._0x11674b,_0x45d16c._0x59b796,0x1b2,_0x45d16c._0xbebef7)](_0x32c071);}else{_0x1759b5['error'](_0x2cb3a2['lmufp'],_0x441e68);const _0x155dae={};_0x155dae[_0x244190(-_0x45d16c._0x297e7a,-0x2e1,-_0x45d16c._0x548086,-0x284)]=_0x2cb3a2['ObHXE'],_0xc37bf0[_0x5b873(0x287,_0x45d16c._0x4b6916,_0x45d16c._0x4a2216,_0x45d16c._0x3c8ffe)](0x3b3*0x8+-0x75e+-0xa*0x207)['json'](_0x155dae);}}catch(_0x542b23){logger[_0x5b873(0x1f4,0x1ad,0x1ea,0x144)](_0x2cb3a2[_0x244190(-_0x45d16c._0x3019f5,-0x357,-_0x45d16c._0x14fc44,-0x2d2)],_0x542b23);const _0x13b31e={};_0x13b31e[_0x5b873(_0x45d16c._0xf92177,_0x45d16c._0x425942,0x1f5,_0x45d16c._0x18da9b)]='Failed\x20to\x20'+_0x5b873(0x27f,_0x45d16c._0x29daca,0x22f,_0x45d16c._0x2b3a11)+'e',_0x458d3a[_0x244190(-_0x45d16c._0x5f5b20,-_0x45d16c._0x58e09c,-_0x45d16c._0x24ce76,-_0x45d16c._0x254730)](-0x1259+0x4*-0x13a+0x1935)[_0x5b873(0x182,0x1f1,0x1d0,0x24f)](_0x13b31e);}}),router[_0x169054(0x1de,0x208,0x1f5,0x20e)](_0x675ac7(-0x85,-0x160,-0x15d,-0x101),requireAuth,async(_0x3e5976,_0x19f3ad)=>{const _0x1af9fc={_0x3e983b:0x1f0,_0x28ab8c:0x142,_0xa9f79a:0xcb,_0x52bc93:0x1bf,_0x448445:0xc,_0xc4dd68:0x133,_0x22a146:0x195,_0x147a9d:0x115,_0x567de5:0x7e,_0x268273:0x180,_0x3b70b5:0x8e,_0xb0cb8d:0xf1,_0xcf6fbd:0xed,_0x3f6065:0x7e,_0x47bd39:0xf2,_0x324287:0x83,_0xac365a:0xf7,_0x1812f2:0x1dd,_0x23a648:0x7b,_0x41cd08:0x36,_0x5c8640:0x68,_0x3008c1:0x73,_0x5da2f9:0x69,_0x5ea9e8:0xf6,_0x146614:0x7d,_0x5cbb66:0x198,_0x289845:0x178,_0x2b3fb6:0x1d9,_0x283f95:0xac,_0x46d28:0xb0,_0x232295:0x158,_0x59eaac:0x12a,_0x5b6de8:0x163,_0x265df3:0x116,_0x2756b8:0x14b,_0x51265f:0x1f9,_0x17a880:0x1df,_0x14c8c8:0x177,_0x4e8d6a:0x15,_0x1c10ca:0x183,_0x42e4af:0x137,_0x114d44:0x12b,_0x1f8bd5:0x167,_0x5d5ccb:0xae,_0x2b8771:0x4f,_0x8ceb93:0xb3,_0x38cf6f:0x203,_0x2c5d87:0x1e5,_0x59e24f:0x1a7,_0x157c23:0xd0,_0x4778f1:0x11b,_0x36a79:0x13f,_0x243e04:0x165,_0x455411:0x210,_0x5139ac:0x1de,_0x21c669:0xcd,_0x47909a:0xdd,_0x4593ad:0x9,_0x307a48:0x9a,_0x59c1ab:0x168,_0x3c7155:0x10c,_0x1db4c3:0x122,_0x3a5ee7:0x180,_0x22c6b8:0x174,_0x5a0856:0x156,_0x4acd59:0x15d,_0x1ebace:0x15f,_0x345a9e:0x192,_0x20ccd7:0x102,_0x143db7:0x1c2,_0x374b12:0x17a,_0xb0acb:0x96,_0x2e3352:0x26,_0x39a10b:0x1b6,_0x1066fa:0x34,_0x210726:0x72,_0x59be30:0xf5,_0x5431eb:0x235,_0x46a968:0x13f,_0x10c0fd:0x108,_0x30f043:0x21d,_0x2b8fd3:0x1ad,_0x8ad60b:0x63,_0x589acf:0xbf,_0x584060:0x86,_0x533869:0x51,_0x2ffe73:0xc9,_0x5a5df5:0x19d,_0x2c23e6:0x1cb,_0x2a506e:0x1d3,_0x3b1500:0x248,_0x15e159:0x84,_0x1d7ed8:0x53,_0x1605f2:0x5c},_0x52aaf9={_0x264cb7:0x13a,_0xfcda98:0x2b1},_0x46ae76={_0x52962a:0xaf,_0x3f2975:0xa8},_0x364c3f={};_0x364c3f[_0x495f41(0x16c,0x1ef,0x1c1,_0x1af9fc._0x3e983b)]=_0x1e90a1(0xa,-0xdb,-0x5e,0x1c)+_0x495f41(_0x1af9fc._0x28ab8c,_0x1af9fc._0xa9f79a,0x14a,_0x1af9fc._0x52bc93),_0x364c3f[_0x1e90a1(-0xdc,-0x2e,-0x72,_0x1af9fc._0x448445)]=function(_0x52327c,_0x234338){return _0x52327c!==_0x234338;},_0x364c3f['uxRJM']=function(_0x3dd33e,_0x3cb8be){return _0x3dd33e===_0x3cb8be;};function _0x1e90a1(_0x279ebc,_0x247476,_0x2aa866,_0x21faa2){return _0x675ac7(_0x279ebc-_0x46ae76._0x52962a,_0x21faa2,_0x2aa866-0x2c,_0x2aa866-_0x46ae76._0x3f2975);}_0x364c3f['CwDuW']=_0x495f41(_0x1af9fc._0xc4dd68,_0x1af9fc._0x22a146,0x159,_0x1af9fc._0x147a9d)+_0x1e90a1(-_0x1af9fc._0x567de5,-_0x1af9fc._0x268273,-0x102,-0x13a)+_0x1e90a1(-_0x1af9fc._0x3b70b5,-_0x1af9fc._0xb0cb8d,-_0x1af9fc._0xcf6fbd,-_0x1af9fc._0x3f6065);function _0x495f41(_0x3a18e4,_0x4adcb3,_0x5c20a8,_0x38e898){return _0x675ac7(_0x3a18e4-_0x52aaf9._0x264cb7,_0x4adcb3,_0x5c20a8-0x10e,_0x5c20a8-_0x52aaf9._0xfcda98);}_0x364c3f[_0x1e90a1(-_0x1af9fc._0x47bd39,-0x155,-0xd4,-0x152)]=_0x495f41(_0x1af9fc._0x324287,0xb0,_0x1af9fc._0xac365a,0x156)+_0x1e90a1(-0x38,-0xe6,-0x64,-0x2d),_0x364c3f['hNfht']=_0x495f41(0x235,0x262,_0x1af9fc._0x1812f2,0x1d6),_0x364c3f[_0x1e90a1(-_0x1af9fc._0x23a648,-0x13,-_0x1af9fc._0x41cd08,-0x1a)]=_0x1e90a1(-0x7e,-0x9a,-_0x1af9fc._0x5c8640,-0x7b)+_0x1e90a1(-_0x1af9fc._0x3008c1,-_0x1af9fc._0x5da2f9,-0x42,-0xd)+_0x495f41(_0x1af9fc._0x5ea9e8,_0x1af9fc._0x146614,0xfb,0x97);const _0x1fccd0=_0x364c3f,{name:_0x1da999,preferences:_0x58f7bf}=_0x3e5976[_0x495f41(0x1fa,_0x1af9fc._0x5cbb66,_0x1af9fc._0x289845,_0x1af9fc._0x2b3fb6)];try{const _0x44cbe6={};if(_0x1fccd0[_0x1e90a1(-0x1d,-0xa3,-0x72,-_0x1af9fc._0x283f95)](_0x1da999,undefined)){if(!_0x1da999||_0x1da999['trim']()[_0x1e90a1(-_0x1af9fc._0x46d28,-_0x1af9fc._0x232295,-_0x1af9fc._0x59eaac,-_0x1af9fc._0x5b6de8)]===-0x2503*-0x1+0x2*0xdac+-0x405b){const _0x584413={};return _0x584413['error']=_0x1e90a1(-0x176,-0xb0,-_0x1af9fc._0x265df3,-_0x1af9fc._0x2756b8)+_0x495f41(_0x1af9fc._0x51265f,_0x1af9fc._0x17a880,_0x1af9fc._0x14c8c8,0x1ce),_0x19f3ad[_0x1e90a1(-0x90,-_0x1af9fc._0x4e8d6a,-0x5c,-0x49)](0x1*0xaa5+-0x1271*0x1+0x1*0x95c)[_0x495f41(0x203,0x1ca,_0x1af9fc._0x1c10ca,0x167)](_0x584413);}_0x44cbe6[_0x495f41(_0x1af9fc._0x42e4af,0x162,_0x1af9fc._0x268273,_0x1af9fc._0x114d44)]=_0x1da999[_0x495f41(0xed,0x172,_0x1af9fc._0x1f8bd5,0xfa)]();}_0x1fccd0[_0x1e90a1(-0xa3,-_0x1af9fc._0x5d5ccb,-0x72,-_0x1af9fc._0x2b8771)](_0x58f7bf,undefined)&&(_0x44cbe6[_0x1e90a1(-0x99,-_0x1af9fc._0x8ceb93,-0xb3,-0x6e)+'s']=_0x58f7bf);if(_0x1fccd0[_0x495f41(0x182,_0x1af9fc._0x38cf6f,_0x1af9fc._0x2c5d87,_0x1af9fc._0x59e24f)](Object[_0x1e90a1(-0x9d,-0xe0,-_0x1af9fc._0x157c23,-0x52)](_0x44cbe6)['length'],0xf83+0x21*0x103+-0x30e6)){const _0x135c68={};return _0x135c68[_0x495f41(_0x1af9fc._0x4778f1,0x16d,_0x1af9fc._0x36a79,_0x1af9fc._0x243e04)]=_0x1fccd0[_0x495f41(_0x1af9fc._0x455411,_0x1af9fc._0x5139ac,0x1a9,0x130)],_0x19f3ad[_0x1e90a1(-_0x1af9fc._0x21c669,-_0x1af9fc._0x47909a,-0x5c,-_0x1af9fc._0x4593ad)](0x772*0x4+-0x1fbb+0x383)['json'](_0x135c68);}const _0x480093=await updateUser(_0x3e5976[_0x495f41(_0x1af9fc._0x307a48,_0x1af9fc._0x59c1ab,_0x1af9fc._0x3c7155,0x165)]['id'],_0x44cbe6);_0x44cbe6[_0x495f41(_0x1af9fc._0x1db4c3,0x179,_0x1af9fc._0x3a5ee7,0x1c9)]&&(_0x3e5976[_0x495f41(_0x1af9fc._0x22c6b8,_0x1af9fc._0x5a0856,0x113,_0x1af9fc._0x4acd59)]['name']=_0x44cbe6['name']);logger[_0x495f41(_0x1af9fc._0x22a146,_0x1af9fc._0x1ebace,0x164,_0x1af9fc._0x1ebace)](_0x1fccd0[_0x495f41(_0x1af9fc._0x345a9e,0x185,0x135,0xba)],{'userId':_0x3e5976[_0x495f41(0x163,0x171,0x10c,0x189)]['id'],'updates':Object[_0x495f41(_0x1af9fc._0x20ccd7,0x140,0x139,0x106)](_0x44cbe6)});const _0x48dc6d={};_0x48dc6d['id']=_0x480093['id'],_0x48dc6d[_0x495f41(0x1cc,_0x1af9fc._0x143db7,0x1e3,_0x1af9fc._0x374b12)]=_0x480093[_0x1e90a1(-0x3d,-_0x1af9fc._0xb0acb,-_0x1af9fc._0x2e3352,-0x27)],_0x48dc6d[_0x495f41(0x14b,0x181,_0x1af9fc._0x39a10b,0x15c)]=_0x480093[_0x495f41(0x132,0x175,0x1b6,0x1de)],_0x48dc6d[_0x1e90a1(-0x107,-_0x1af9fc._0x1066fa,-0x89,-0x4)]=_0x480093['name'],_0x48dc6d['avatar']=_0x480093['avatar']||null,_0x48dc6d['preference'+'s']=_0x480093[_0x1e90a1(-_0x1af9fc._0x307a48,-0x7e,-0xb3,-_0x1af9fc._0x3008c1)+'s']||{};const _0x4899d6={};_0x4899d6[_0x495f41(0x172,_0x1af9fc._0x210726,_0x1af9fc._0x59be30,0x161)]=_0x48dc6d,_0x19f3ad[_0x495f41(0x1e0,0x177,_0x1af9fc._0x1c10ca,0x18d)](_0x4899d6);}catch(_0x142969){if(_0x1fccd0['hNfht']!==_0x495f41(_0x1af9fc._0x5431eb,0x16c,0x1dd,0x213)){const _0x3dd100={};return _0x3dd100[_0x495f41(0x10d,0xe9,_0x1af9fc._0x46a968,_0x1af9fc._0x10c0fd)]=_0x1fccd0['KLODN'],_0x3ed42d[_0x495f41(0x1d4,_0x1af9fc._0x30f043,_0x1af9fc._0x2b8fd3,0x18d)](-0x1b2e+0x5d*0x11+0x1691)[_0x1e90a1(-_0x1af9fc._0x8ad60b,-_0x1af9fc._0x589acf,-_0x1af9fc._0x584060,-_0x1af9fc._0x533869)](_0x3dd100);}else{logger[_0x495f41(0xc4,_0x1af9fc._0x2ffe73,0x13f,_0x1af9fc._0x5a5df5)](_0x1fccd0[_0x495f41(_0x1af9fc._0x2c23e6,0x256,_0x1af9fc._0x2a506e,_0x1af9fc._0x3b1500)],_0x142969);const _0x35e281={};_0x35e281['error']=_0x1fccd0[_0x1e90a1(-_0x1af9fc._0x15e159,_0x1af9fc._0x41cd08,-0x36,-0x57)],_0x19f3ad[_0x1e90a1(0xa,-_0x1af9fc._0x1d7ed8,-_0x1af9fc._0x1605f2,-0x35)](0x36*0x89+-0x1124+-0x9ce)[_0x495f41(0x119,0x18a,_0x1af9fc._0x1c10ca,0x189)](_0x35e281);}}}),router[_0x169054(0x262,0x25b,0x236,0x249)]('/profile/a'+_0x169054(0x1ea,0x21f,0x1f9,0x1af),requireAuth,avatarUpload['single']('avatar'),async(_0xa3037d,_0x2125eb)=>{const _0x484601={_0x937e33:0x2f1,_0x5f2e3e:0x30d,_0x3863f6:0x2d8,_0x3bd992:0x2a6,_0x4a97dd:0x241,_0x576d52:0x178,_0x14347a:0x1fd,_0x21f030:0x150,_0x25ada1:0x2b0,_0x42f758:0x31a,_0x17403a:0x2b1,_0x9508c7:0x29b,_0x46eaba:0x234,_0x1c9192:0x379,_0x5dc5cb:0x306,_0x5d6294:0x368,_0x1484b9:0x24a,_0x1bc5a0:0x220,_0x19d490:0x1ce,_0x54f6fb:0x16c,_0x1924e4:0x1db,_0x3a79f6:0x1b4,_0x326ec2:0x305,_0x21107d:0x32a,_0x2a0f4b:0x25d,_0x38e96b:0x1eb,_0x4b284c:0x2bc,_0x363aaf:0x26b,_0xe49520:0x28a,_0x3b1e2d:0x181,_0x1f53a3:0x264,_0x45b71c:0x290,_0x5bf1b7:0x26d,_0x4603d3:0x22c,_0x585a5a:0x290,_0x3b43b9:0x213,_0x5039b4:0x1c2,_0x51359b:0x16b,_0xf8188a:0x2f4,_0x4a3230:0x27d,_0x1f9902:0x26c,_0x3812ec:0x245,_0xa33050:0x317,_0x32cdf7:0x25b,_0x236b31:0x230,_0x4144c2:0x314,_0xe51325:0x304,_0x38cf74:0x1c2,_0x2e9c7f:0x16d,_0x28b435:0x221,_0x4a24b4:0x244,_0x32d030:0x207,_0x2c75d0:0x1e8,_0x50826f:0x1b6,_0x18d125:0x1ec,_0x173806:0x31f,_0x35356b:0x253,_0x449dbf:0x221,_0x595930:0x30a,_0x36b66f:0x2cd,_0x162b08:0x210,_0x5ef5fd:0x2b3,_0x1ff643:0x233,_0x5347d7:0x2b2,_0x57a52d:0x2cf,_0x5582ab:0x26d,_0x2c637c:0x26e,_0x31241f:0x2c0,_0xc2c219:0x279,_0x433253:0x22b,_0xfe85a7:0x201,_0x30866e:0x347,_0x348998:0x2db,_0x1b8ab7:0x250,_0x2a0d3b:0x25b,_0x25a062:0x2d5,_0x557ca4:0x2af,_0x19a626:0x274,_0x597785:0x2a3,_0x1b9494:0x277,_0x2c2c20:0x239,_0x3dfe7a:0x276,_0x114c15:0x2f0,_0x562ed7:0x203,_0x588ab5:0x263,_0x4f675f:0x2de,_0x3b71ff:0x25f,_0x5eedb0:0x24e,_0x288f42:0x20d,_0x36ce8f:0x20f,_0x4c71ed:0x2c8,_0x2f160d:0x35d,_0x1a71d8:0x358,_0x26edfe:0x158,_0x1d2b07:0x1a1,_0x5daf02:0x194,_0x2303ea:0x15c,_0x15a4b7:0x1ba,_0x395035:0x1e1,_0x4c6e91:0x252,_0x5875c7:0x185,_0x3de55e:0x1dc,_0x4c96bf:0x1d8,_0x58e147:0x1f6,_0x532297:0x267},_0x257b1a={_0x4787a4:0x31,_0x35dc97:0xd5,_0x47d01c:0xbe},_0x459eb7={_0x1d9051:0x5f,_0x46127e:0x4ad};function _0x8be4b8(_0xfb0ef,_0x1433bf,_0x2adfa9,_0x133327){return _0x169054(_0xfb0ef-_0x459eb7._0x1d9051,_0x1433bf-0x15f,_0x133327,_0x1433bf- -_0x459eb7._0x46127e);}function _0x2bb4fe(_0x31190f,_0x393423,_0x42d020,_0x1ea26d){return _0x675ac7(_0x31190f-_0x257b1a._0x4787a4,_0x42d020,_0x42d020-_0x257b1a._0x35dc97,_0x393423- -_0x257b1a._0x47d01c);}const _0x4d66be={'HkuuV':_0x8be4b8(-_0x484601._0x937e33,-_0x484601._0x5f2e3e,-0x33a,-_0x484601._0x3863f6)+_0x8be4b8(-_0x484601._0x3bd992,-0x289,-_0x484601._0x4a97dd,-0x307),'yqmUd':_0x2bb4fe(-_0x484601._0x576d52,-0x19d,-_0x484601._0x14347a,-_0x484601._0x21f030)+'ound','AiCSG':function(_0x10fcbf,_0x781e8e){return _0x10fcbf!==_0x781e8e;},'tzXhl':'QpnMG','umjnE':_0x8be4b8(-_0x484601._0x25ada1,-0x295,-0x2dd,-_0x484601._0x42f758),'kMGvJ':_0x8be4b8(-_0x484601._0x17403a,-0x255,-_0x484601._0x9508c7,-0x22d)+_0x8be4b8(-_0x484601._0x46eaba,-0x2b6,-0x291,-0x292),'gXjLI':'KarzM','ZwQem':function(_0x453af7){return _0x453af7();},'lAkKH':function(_0x1bca14,_0x50f5de){return _0x1bca14(_0x50f5de);},'sMRoR':_0x8be4b8(-_0x484601._0x1c9192,-_0x484601._0x5dc5cb,-0x2b2,-_0x484601._0x5d6294),'NXDhS':function(_0x781d74,_0x549126){return _0x781d74(_0x549126);},'Tqerk':function(_0x15f27a,_0x50e700,_0x4b29a7){return _0x15f27a(_0x50e700,_0x4b29a7);},'LKcpP':_0x8be4b8(-0x20f,-0x285,-_0x484601._0x1484b9,-0x257)+'oaded','bSAQK':_0x2bb4fe(-_0x484601._0x1bc5a0,-_0x484601._0x19d490,-0x19f,-0x1dd)+'upload\x20ava'+_0x2bb4fe(-_0x484601._0x54f6fb,-0x1ab,-_0x484601._0x1924e4,-_0x484601._0x3a79f6)};if(!_0xa3037d[_0x8be4b8(-0x349,-_0x484601._0x326ec2,-_0x484601._0x21107d,-0x34d)]){if(_0x4d66be[_0x2bb4fe(-0x2bd,-_0x484601._0x2a0f4b,-0x23e,-_0x484601._0x38e96b)](_0x4d66be['tzXhl'],_0x4d66be[_0x8be4b8(-0x232,-0x296,-0x23c,-0x2e8)])){const _0x441740={};return _0x441740['error']=_0x4d66be[_0x8be4b8(-_0x484601._0x4b284c,-_0x484601._0x363aaf,-_0x484601._0xe49520,-0x1ee)],_0x2125eb['status'](0xb3*-0x13+0x1*0x156f+-0x3*0x232)[_0x2bb4fe(-0x23f,-0x1ec,-0x1a2,-_0x484601._0x3b1e2d)](_0x441740);}else{if(!_0x57e83||_0x6d1825[_0x2bb4fe(-0x265,-0x208,-_0x484601._0x1f53a3,-0x289)]()[_0x2bb4fe(-0x293,-_0x484601._0x45b71c,-_0x484601._0x2a0f4b,-0x2a3)]===0x145*-0xa+-0x1*0x97a+-0x2c*-0x81){const _0xebf9c8={};return _0xebf9c8[_0x2bb4fe(-_0x484601._0x5bf1b7,-0x230,-0x206,-0x1fd)]=_0x4d66be[_0x8be4b8(-0x1bd,-_0x484601._0x4603d3,-_0x484601._0x585a5a,-0x2a3)],_0x2c0e0e[_0x2bb4fe(-_0x484601._0x3b43b9,-_0x484601._0x5039b4,-0x19b,-_0x484601._0x51359b)](-0x187f+-0x511*-0x7+-0x968)[_0x8be4b8(-_0x484601._0xf8188a,-_0x484601._0x4a3230,-0x2ca,-0x26f)](_0xebf9c8);}_0x47baa0[_0x2bb4fe(-_0x484601._0x1f9902,-0x1ef,-0x21b,-0x1b5)]=_0x4dd54a[_0x8be4b8(-0x31e,-0x299,-0x271,-_0x484601._0x3812ec)]();}}try{if(_0x4d66be[_0x8be4b8(-0x289,-0x2da,-0x255,-_0x484601._0xa33050)]!==_0x4d66be[_0x2bb4fe(-0x237,-0x249,-0x2bf,-0x1d9)]){const _0x169bf1={};return _0x169bf1[_0x2bb4fe(-_0x484601._0x32cdf7,-_0x484601._0x236b31,-0x24c,-0x229)]=_0x4d66be[_0x8be4b8(-0x330,-_0x484601._0x4144c2,-0x2b2,-_0x484601._0xe51325)],_0x3b8f93[_0x2bb4fe(-0x1e9,-_0x484601._0x38cf74,-_0x484601._0x2e9c7f,-0x20f)](0x1*0x1fa5+-0x2*-0x382+-0x2515)[_0x8be4b8(-0x2a2,-0x27d,-_0x484601._0x28b435,-_0x484601._0x4a24b4)](_0x169bf1);}else{await _0x4d66be[_0x2bb4fe(-_0x484601._0x32d030,-_0x484601._0x2c75d0,-_0x484601._0x50826f,-0x250)](ensureAvatarsDir);const _0x59b7ff=_0x2bb4fe(-_0x484601._0x18d125,-0x24e,-0x213,-0x278)+_0xa3037d[_0x8be4b8(-0x2c5,-0x2f4,-_0x484601._0x173806,-0x2bf)]['id']+'-'+Date[_0x8be4b8(-_0x484601._0x35356b,-0x283,-0x2e9,-0x300)]()+'.png',_0x5c5e0a=_0x43420e['join'](AVATARS_DIR,_0x59b7ff),_0x26dd16={};_0x26dd16[_0x2bb4fe(-_0x484601._0x449dbf,-0x291,-0x2ae,-_0x484601._0x595930)]=0x5a,await _0x4d66be['lAkKH'](_0x2c29b3,_0xa3037d['file'][_0x8be4b8(-_0x484601._0x36b66f,-0x2fd,-_0x484601._0x5dc5cb,-0x303)])[_0x2bb4fe(-0x298,-0x241,-0x288,-_0x484601._0x162b08)](AVATAR_SIZE,AVATAR_SIZE,{'fit':_0x4d66be[_0x8be4b8(-_0x484601._0x5ef5fd,-0x2b0,-_0x484601._0x1ff643,-0x2f4)],'position':_0x8be4b8(-0x231,-0x24e,-_0x484601._0x5347d7,-_0x484601._0x57a52d)})[_0x8be4b8(-_0x484601._0x5582ab,-_0x484601._0x2c637c,-_0x484601._0x31241f,-_0x484601._0xc2c219)](_0x26dd16)[_0x2bb4fe(-0x259,-_0x484601._0x433253,-0x1bc,-_0x484601._0xfe85a7)](_0x5c5e0a);const _0x2dac17=await _0x4d66be['NXDhS'](findUserById,_0xa3037d[_0x8be4b8(-_0x484601._0x30866e,-0x2f4,-0x275,-_0x484601._0x348998)]['id']);if(_0x2dac17[_0x2bb4fe(-_0x484601._0x1b8ab7,-0x25f,-_0x484601._0x2a0d3b,-_0x484601._0x25a062)]){const _0x129d27=_0x43420e[_0x2bb4fe(-_0x484601._0x557ca4,-0x267,-_0x484601._0x19a626,-_0x484601._0x597785)](AVATARS_DIR,_0x2dac17['avatar']);try{await _0xe6921c[_0x2bb4fe(-_0x484601._0x1b9494,-_0x484601._0x2c2c20,-0x299,-0x2b2)](_0x129d27);}catch(_0x1fc62f){}}const _0x4e573d={};_0x4e573d[_0x8be4b8(-_0x484601._0x3dfe7a,-_0x484601._0x114c15,-0x2a5,-0x32e)]=_0x59b7ff,await _0x4d66be['Tqerk'](updateUser,_0xa3037d[_0x2bb4fe(-_0x484601._0x562ed7,-_0x484601._0x588ab5,-0x224,-_0x484601._0x4f675f)]['id'],_0x4e573d);const _0x31ec66={};_0x31ec66[_0x8be4b8(-_0x484601._0x5ef5fd,-0x282,-0x214,-_0x484601._0x3b71ff)]=_0xa3037d[_0x8be4b8(-0x314,-_0x484601._0xf8188a,-0x275,-0x350)]['id'],_0x31ec66[_0x2bb4fe(-_0x484601._0x5eedb0,-_0x484601._0x288f42,-0x199,-_0x484601._0x36ce8f)]=_0x59b7ff,logger['info'](_0x4d66be['LKcpP'],_0x31ec66);const _0x2e1209={};_0x2e1209[_0x8be4b8(-_0x484601._0x4c71ed,-0x2f0,-_0x484601._0x2f160d,-_0x484601._0x1a71d8)]=_0x59b7ff,_0x2e1209[_0x2bb4fe(-_0x484601._0x26edfe,-_0x484601._0x1d2b07,-_0x484601._0x5daf02,-0x188)]=_0x2bb4fe(-_0x484601._0x2303ea,-_0x484601._0x15a4b7,-_0x484601._0x395035,-0x202)+_0x59b7ff,_0x2125eb[_0x2bb4fe(-_0x484601._0x4c6e91,-0x1ec,-0x215,-_0x484601._0x5875c7)](_0x2e1209);}}catch(_0x4e745b){logger['error'](_0x4d66be[_0x8be4b8(-0x293,-_0x484601._0x46eaba,-0x208,-_0x484601._0x9508c7)],_0x4e745b);const _0x6afe87={};_0x6afe87['error']=_0x4d66be[_0x8be4b8(-_0x484601._0x3de55e,-_0x484601._0x46eaba,-0x226,-0x21b)],_0x2125eb[_0x8be4b8(-_0x484601._0x4c96bf,-0x253,-_0x484601._0x58e147,-_0x484601._0x532297)](0xa6*0x8+-0x6d0+0x4*0xe5)['json'](_0x6afe87);}}),router[_0x169054(0x202,0x1ca,0x181,0x205)](_0x675ac7(-0x10f,-0x15e,-0xb2,-0xda)+_0x169054(0x13d,0x18b,0x133,0x1af),requireAuth,async(_0x4b5cae,_0xa48e2)=>{const _0x119999={_0x41edaa:0x304,_0x3c1b3e:0x2e4,_0x21240f:0x90,_0x5cfe90:0xf0,_0x41257b:0x9b,_0x8e0028:0xca,_0x13b86e:0xb4,_0x38f13e:0x6d,_0x368b9d:0x30,_0x49f969:0x28b,_0x28126b:0x291,_0x324c7d:0x21c,_0x4c6348:0x27d,_0x56805e:0x26f,_0x2026e5:0x277,_0x16868a:0x2c3,_0x37f57b:0x16f,_0x41e076:0xff,_0x4b9ad4:0x1e1,_0x12c35c:0x23c,_0x4b2da7:0x22e,_0x227993:0x281,_0x4a652e:0x2b7,_0x531ba4:0x6b,_0x209d4f:0x106,_0x13e764:0x117,_0x406251:0x2a2,_0x5dec02:0x2bc,_0x45cdcc:0x282,_0x280e33:0x2b4,_0x5dd0d9:0x24d,_0x906b8c:0x2d0,_0x518ac9:0x328,_0x5f09ac:0x292},_0x224a07={_0x2c427b:0x1,_0x2ed73f:0x2de};function _0x8a7d15(_0x844fdb,_0x2b196f,_0x5733ce,_0x1eabbb){return _0x675ac7(_0x844fdb-0x1d1,_0x1eabbb,_0x5733ce-0x2b,_0x2b196f-0x3ea);}const _0x533843={'DEBNn':function(_0x2bfee5,_0x5de7ae){return _0x2bfee5(_0x5de7ae);},'wGNkE':function(_0x632050,_0x8c4081,_0x1678fd){return _0x632050(_0x8c4081,_0x1678fd);},'OHxcw':_0x8a7d15(_0x119999._0x41edaa,0x309,0x30f,_0x119999._0x3c1b3e)+'oved','FjIYS':_0x3e1ed6(-0x18,-0x3a,-_0x119999._0x21240f,-_0x119999._0x5cfe90)+_0x3e1ed6(-_0x119999._0x41257b,-_0x119999._0x8e0028,-0x105,-0xdc)+_0x3e1ed6(-_0x119999._0x13b86e,-0xd5,-_0x119999._0x38f13e,0xc)};function _0x3e1ed6(_0x3bde9a,_0x328c55,_0x50a3fc,_0x2ae354){return _0x169054(_0x3bde9a-0x49,_0x328c55-_0x224a07._0x2c427b,_0x3bde9a,_0x50a3fc- -_0x224a07._0x2ed73f);}try{const _0x5d9520=await _0x533843[_0x3e1ed6(-0x9e,-0x92,-0x92,-_0x119999._0x368b9d)](findUserById,_0x4b5cae['user']['id']);if(_0x5d9520[_0x8a7d15(0x253,0x249,_0x119999._0x49f969,0x287)]){const _0x4b039=_0x43420e['join'](AVATARS_DIR,_0x5d9520[_0x8a7d15(_0x119999._0x28126b,0x249,_0x119999._0x324c7d,_0x119999._0x4c6348)]);try{await _0xe6921c[_0x8a7d15(0x280,_0x119999._0x56805e,_0x119999._0x2026e5,_0x119999._0x16868a)](_0x4b039);}catch(_0x1fbd3d){}const _0x3c906d={};_0x3c906d[_0x3e1ed6(-_0x119999._0x37f57b,-0xe1,-0x121,-_0x119999._0x41e076)]=null,await _0x533843[_0x3e1ed6(-0x1d4,-0x127,-0x151,-0xf0)](updateUser,_0x4b5cae[_0x8a7d15(_0x119999._0x4b9ad4,0x245,_0x119999._0x12c35c,_0x119999._0x4b2da7)]['id'],_0x3c906d);const _0xd9b7b9={};_0xd9b7b9[_0x8a7d15(_0x119999._0x227993,_0x119999._0x4a652e,0x2ca,0x31d)]=_0x4b5cae['user']['id'],logger[_0x3e1ed6(-_0x119999._0x531ba4,-0x12d,-0xcd,-_0x119999._0x209d4f)](_0x533843[_0x3e1ed6(-0xa6,-_0x119999._0x13e764,-0xc8,-0x14d)],_0xd9b7b9);}const _0x1334e4={};_0x1334e4[_0x8a7d15(0x231,0x238,0x27e,_0x119999._0x12c35c)]=_0x533843[_0x8a7d15(0x2fd,_0x119999._0x406251,0x26f,0x2c2)],_0xa48e2[_0x8a7d15(0x2e0,_0x119999._0x5dec02,_0x119999._0x45cdcc,_0x119999._0x280e33)](_0x1334e4);}catch(_0x5cd151){logger[_0x8a7d15(0x2b6,0x278,0x29a,0x2d0)](_0x533843['FjIYS'],_0x5cd151);const _0x105c47={};_0x105c47[_0x8a7d15(_0x119999._0x5dd0d9,0x278,0x20f,_0x119999._0x906b8c)]=_0x533843['FjIYS'],_0xa48e2['status'](-0x4e1*-0x3+-0x11f1+0x2a1*0x2)[_0x8a7d15(0x302,0x2bc,_0x119999._0x518ac9,_0x119999._0x5f09ac)](_0x105c47);}}),router[_0x675ac7(-0x1b6,-0x1ca,-0x1af,-0x199)](_0x675ac7(-0x9b,-0x157,-0x120,-0xda)+_0x169054(0x262,0x209,0x2dd,0x286),requireAuth,async(_0x4e37bd,_0x39d3ca)=>{const _0x145888={_0x51f59d:0x55a,_0x298404:0x4e4,_0x3c4033:0x4c0,_0x508ea9:0x402,_0x19148f:0x428,_0x374219:0x4e1,_0x6f04ca:0x4b7,_0xd21200:0x528,_0x574c12:0x48c,_0x5dbc01:0x4af,_0x4fe8c0:0x4e9,_0x4795a5:0x511,_0x24896c:0x544,_0x25e46e:0x511,_0x416b78:0x4d4,_0x4d0b9c:0x46f,_0x2339b7:0x5c0,_0x207612:0x585,_0x579d87:0x5ca,_0x24a647:0x44e,_0xcfd0b8:0x49e,_0x2b0299:0x47e,_0x34f31d:0x569,_0x22e098:0x542,_0x384b82:0x51c,_0x4728ef:0x568,_0x212134:0x4ab,_0x9e3734:0x42a,_0x393fa1:0x456,_0x40a248:0x5a9,_0x511ab1:0x52c,_0x18de31:0x5b3,_0x5b7043:0x542,_0x1c9350:0x436,_0x309362:0x482,_0x1ee547:0x476,_0x24a31c:0x47f,_0xec42cd:0x497,_0x35aef5:0x4c1,_0x1f47ae:0x408,_0x1b0ff6:0x447,_0x163923:0x4c1,_0x505889:0x4d5,_0x16a3b4:0x501,_0x185502:0x490,_0x5b8f14:0x4f3,_0x499375:0x48e,_0x3b2fb5:0x491,_0x5ac4af:0x4b4,_0x510ee2:0x4fb,_0x5a23e3:0x436,_0x38e5c4:0x481,_0x8002a0:0x513,_0xd729a0:0x509,_0x28f7b4:0x4e7,_0x3eb9e1:0x4e3,_0x2df7b1:0x56b,_0x1541a3:0x48f,_0x55c704:0x4ae,_0x493818:0x4e2,_0x771ebe:0x57a,_0x46b0f4:0x521,_0x4f933c:0x4f5,_0xb4ca53:0x459,_0x2ca81c:0x44c,_0x4b2ef1:0x454,_0x4e131b:0x51f,_0x542238:0x4a7,_0x156aa8:0x474,_0x2dbfa2:0x4d1,_0x4a44a5:0x469,_0x28d40f:0x4a1,_0x16b226:0x485,_0x1dee4b:0x472,_0x1ddb8e:0x57b,_0x1446d2:0x5a9,_0x3b7e12:0x547,_0x464bb3:0x512,_0x192850:0x546,_0x3652ff:0x4f8,_0x16bfb8:0x481,_0x75f340:0x4fe,_0x50994b:0x50b,_0x5819fa:0x4dd,_0x35dd39:0x52d,_0x56c7e2:0x503,_0x2c7a4e:0x4db,_0x5f4940:0x55f,_0x590476:0x4fd,_0x5c29a2:0x4b5,_0x42aa12:0x4ad,_0x16389c:0x490,_0x548d81:0x45b,_0x442521:0x4bb,_0x1f536a:0x47e,_0xd4851c:0x459,_0x337b85:0x405,_0x4fcaa9:0x41a,_0x23c253:0x42f,_0x102b88:0x5cd,_0x31ab59:0x463,_0x476343:0x48b,_0x56afc5:0x453,_0x4d65fc:0x448,_0x28086a:0x43b,_0x313ee3:0x5be,_0x21f45a:0x539,_0x2d5972:0x583,_0x528b72:0x4a0,_0x2a8cd4:0x4d3,_0x43aabe:0x54f,_0x1ca82e:0x520,_0x5ceaeb:0x53e,_0x3f6fad:0x49e,_0x50b569:0x51c,_0x1a60a0:0x50c,_0x3c486a:0x4d8,_0x55ea38:0x535,_0x513cfe:0x4dd,_0x3fd783:0x4b9,_0xb7678c:0x4f6,_0x4d7d0b:0x4e3,_0x4b0544:0x4b8,_0x26929e:0x524,_0x511a08:0x4f9,_0x2b2600:0x545,_0x3f1169:0x4f4,_0x1be87b:0x45f,_0x25e326:0x402,_0x4ab2c0:0x43d,_0x437201:0x4bf,_0x31c8cd:0x4ae,_0x1dd035:0x582,_0x1a1c90:0x524,_0x272726:0x57a},_0x5dd1d5={_0x5b4d8c:0x1f3,_0x378fb3:0x170,_0x2a0d0c:0x112,_0x20fc36:0x194,_0x58cea2:0x18d,_0x396978:0x1e2,_0x5e74e8:0x183,_0x406ca3:0x281,_0x1688f5:0x205,_0x49ffe2:0x1a4,_0x290264:0x1fe,_0x49283e:0x1c9},_0x4a3491={_0x244b67:0x2f4};function _0x5a54ab(_0x2f3606,_0x322dbc,_0x59ca09,_0x3ab96a){return _0x169054(_0x2f3606-0x121,_0x322dbc-0xe4,_0x2f3606,_0x59ca09-0x28e);}const _0x4eb8f9={'NelBT':_0x5a54ab(0x517,_0x145888._0x51f59d,0x4dc,0x4bf)+_0x44b1fb(0x4a2,_0x145888._0x298404,0x4f8,_0x145888._0x3c4033)+_0x5a54ab(_0x145888._0x508ea9,0x42c,_0x145888._0x19148f,0x45e)+_0x5a54ab(_0x145888._0x374219,0x453,_0x145888._0x6f04ca,_0x145888._0xd21200),'kuEBP':_0x44b1fb(0x4de,0x435,_0x145888._0x574c12,_0x145888._0x5dbc01),'cQBFD':_0x5a54ab(0x533,_0x145888._0x4fe8c0,_0x145888._0x4795a5,_0x145888._0x24896c),'YgurV':function(_0x57f38b,_0x54a59d,_0x23d7f2,_0x35680c){return _0x57f38b(_0x54a59d,_0x23d7f2,_0x35680c);},'rnPQO':_0x44b1fb(0x549,_0x145888._0x25e46e,_0x145888._0x416b78,_0x145888._0x4d0b9c)+_0x44b1fb(0x5ab,_0x145888._0x2339b7,_0x145888._0x207612,_0x145888._0x579d87)+_0x44b1fb(0x519,_0x145888._0x24a647,0x4b8,0x49f),'dlbNo':function(_0x48898e,_0x3502cb){return _0x48898e(_0x3502cb);},'AQaSI':function(_0x1853c7,_0x3d3280,_0xf8664){return _0x1853c7(_0x3d3280,_0xf8664);},'IMmof':'user','VbcXY':function(_0x271cfb,_0xe6ece9){return _0x271cfb>_0xe6ece9;},'nTseZ':function(_0x500670,_0xc0797c){return _0x500670!==_0xc0797c;},'mXMTp':'environmen'+'t','pNmJq':function(_0x518907,_0x1c188a){return _0x518907>_0x1c188a;},'PrUEK':function(_0x4a0141,_0x654fe8){return _0x4a0141===_0x654fe8;},'TsWnH':_0x5a54ab(0x502,0x49c,_0x145888._0xcfd0b8,_0x145888._0x2b0299),'fYfBR':_0x44b1fb(_0x145888._0x34f31d,0x558,_0x145888._0x22e098,_0x145888._0x384b82)+_0x5a54ab(_0x145888._0x4728ef,0x4b7,0x4f8,0x558)+_0x5a54ab(0x47c,_0x145888._0x212134,_0x145888._0x9e3734,_0x145888._0x393fa1)+_0x44b1fb(0x4f3,_0x145888._0x40a248,_0x145888._0x511ab1,0x579),'efTYA':_0x44b1fb(_0x145888._0x18de31,0x4d6,_0x145888._0x5b7043,_0x145888._0x416b78)+_0x5a54ab(_0x145888._0x1c9350,_0x145888._0x309362,_0x145888._0x1ee547,_0x145888._0x24a31c)+_0x5a54ab(0x532,_0x145888._0xec42cd,0x4cb,_0x145888._0x35aef5)};function _0x44b1fb(_0x309fd1,_0x36f7da,_0x220cae,_0x362795){return _0x169054(_0x309fd1-0x1df,_0x36f7da-0x170,_0x362795,_0x220cae-_0x4a3491._0x244b67);}try{const _0x4409c5=_0x4e37bd[_0x5a54ab(0x468,_0x145888._0x1f47ae,_0x145888._0x1b0ff6,0x42d)]['id'],_0x2751c9=await _0x4eb8f9[_0x5a54ab(0x4a3,_0x145888._0x163923,_0x145888._0x309362,_0x145888._0x505889)](getTeamsByUserId,_0x4409c5),_0x3d0254=await Promise[_0x5a54ab(0x447,_0x145888._0x16a3b4,_0x145888._0x185502,0x49b)](_0x2751c9[_0x44b1fb(0x4f1,0x4b4,_0x145888._0x5b8f14,0x47f)](async _0xb953f=>{const _0x412c8e={_0x4be110:0x64f,_0x327fa7:0x5c};function _0x4dcd1b(_0x3ab77f,_0x2bbd9e,_0xc7519,_0x506dea){return _0x5a54ab(_0x506dea,_0x2bbd9e-0x176,_0x3ab77f- -0x424,_0x506dea-0x1b8);}function _0x5235f9(_0x2c7ccc,_0x5b7bbf,_0x2aa33c,_0x6b9c24){return _0x5a54ab(_0x5b7bbf,_0x5b7bbf-0x1d3,_0x6b9c24- -_0x412c8e._0x4be110,_0x6b9c24-_0x412c8e._0x327fa7);}if(_0x4eb8f9['kuEBP']!==_0x4eb8f9['cQBFD']){const _0x15786c=await _0x4eb8f9['YgurV'](hasPermission,_0x4409c5,_0x4eb8f9['rnPQO'],_0xb953f['id']),_0x5917a9={};return _0x5917a9['id']=_0xb953f['id'],_0x5917a9[_0x5235f9(-_0x5dd1d5._0x5b4d8c,-0x1b8,-0x1a2,-0x194)]=_0xb953f[_0x5235f9(-_0x5dd1d5._0x378fb3,-_0x5dd1d5._0x2a0d0c,-0x14d,-_0x5dd1d5._0x20fc36)],_0x5917a9[_0x5235f9(-0x21e,-_0x5dd1d5._0x58cea2,-0x18f,-_0x5dd1d5._0x396978)+_0x5235f9(-_0x5dd1d5._0x5e74e8,-_0x5dd1d5._0x406ca3,-0x25d,-_0x5dd1d5._0x1688f5)]=_0x15786c,_0x5917a9;}else _0x2ad60d[_0x5235f9(-_0x5dd1d5._0x49ffe2,-_0x5dd1d5._0x290264,-_0x5dd1d5._0x49283e,-0x1d5)](_0x4eb8f9['NelBT'],_0x5b4d4e);})),_0x2640d8=new Map(),_0x4efda3=await _0x4eb8f9[_0x44b1fb(_0x145888._0x499375,0x4a8,_0x145888._0x3b2fb5,0x4ca)](getBindingsBySubject,_0x4eb8f9[_0x5a54ab(0x4a7,_0x145888._0x5ac4af,_0x145888._0x510ee2,0x4d3)],_0x4409c5);for(const _0x7c1c4c of _0x4efda3){if(_0x7c1c4c[_0x5a54ab(_0x145888._0x5a23e3,0x4fd,_0x145888._0x38e5c4,0x4ea)+_0x5a54ab(0x530,0x542,_0x145888._0x8002a0,0x4a2)]!==_0x5a54ab(_0x145888._0xd729a0,0x495,_0x145888._0x28f7b4,0x558)+'t'||!_0x7c1c4c[_0x44b1fb(_0x145888._0x3eb9e1,_0x145888._0x2df7b1,0x506,0x569)+'d'])continue;const _0x3c6a0a=await _0x4eb8f9[_0x5a54ab(0x4f5,0x4a4,0x482,0x4f1)](getRoleById,_0x7c1c4c[_0x5a54ab(0x4dc,0x4ab,_0x145888._0x1541a3,_0x145888._0x55c704)]),_0x2d79c7=_0x3c6a0a?_0x3c6a0a[_0x44b1fb(_0x145888._0x493818,_0x145888._0x771ebe,_0x145888._0x46b0f4,0x50f)]:_0x7c1c4c[_0x44b1fb(_0x145888._0x3c4033,_0x145888._0x5b8f14,_0x145888._0x4f933c,0x556)],_0x3fc3aa=_0x3c6a0a?_0x3c6a0a[_0x5a54ab(0x410,0x460,_0x145888._0xb4ca53,0x45e)+'s'][_0x44b1fb(_0x145888._0x2ca81c,_0x145888._0x4b2ef1,0x480,0x502)]:-0x886*-0x2+-0xd5b+0x1b*-0x23,_0xd2fca2=_0x2640d8['get'](_0x7c1c4c[_0x5a54ab(_0x145888._0x4e131b,_0x145888._0x542238,0x4a0,0x45b)+'d']);(!_0xd2fca2||_0x4eb8f9[_0x5a54ab(_0x145888._0x156aa8,_0x145888._0x2dbfa2,0x46b,_0x145888._0x4a44a5)](_0x3fc3aa,_0xd2fca2[_0x44b1fb(0x453,0x4fb,_0x145888._0x28d40f,_0x145888._0x1541a3)+'unt']))&&_0x2640d8[_0x5a54ab(0x4be,0x4d7,0x4d3,_0x145888._0x3b2fb5)](_0x7c1c4c[_0x5a54ab(_0x145888._0x16b226,0x4d2,0x4a0,_0x145888._0x1dee4b)+'d'],{'name':_0x7c1c4c['resource_i'+'d'],'roleName':_0x2d79c7,'rolePermCount':_0x3fc3aa,'via':'direct'});}for(const _0x5654a3 of _0x2751c9){const _0x2d3025=await getBindingsBySubject(_0x44b1fb(_0x145888._0x1ddb8e,_0x145888._0x1446d2,_0x145888._0x3b7e12,0x4ff),_0x5654a3['id']);for(const _0x46d66e of _0x2d3025){if(_0x4eb8f9[_0x44b1fb(_0x145888._0x464bb3,_0x145888._0x192850,_0x145888._0x24896c,0x4d5)](_0x46d66e[_0x5a54ab(0x43b,_0x145888._0x3652ff,_0x145888._0x16bfb8,_0x145888._0x75f340)+_0x44b1fb(_0x145888._0x50994b,0x505,0x579,0x4fc)],_0x4eb8f9[_0x5a54ab(_0x145888._0x5819fa,_0x145888._0x35dd39,_0x145888._0x56c7e2,_0x145888._0x2c7a4e)])||!_0x46d66e[_0x44b1fb(_0x145888._0x5f4940,0x4e8,0x506,_0x145888._0x590476)+'d'])continue;const _0x5374be=await _0x4eb8f9[_0x5a54ab(0x493,_0x145888._0x5c29a2,0x482,_0x145888._0x42aa12)](getRoleById,_0x46d66e['role_id']),_0x1c4c6c=_0x5374be?_0x5374be[_0x5a54ab(_0x145888._0x16389c,_0x145888._0x548d81,_0x145888._0x442521,0x436)]:_0x46d66e[_0x5a54ab(0x4e8,0x4d2,0x48f,_0x145888._0x1f536a)],_0x4e3e6c=_0x5374be?_0x5374be[_0x5a54ab(0x4cb,0x4c3,_0x145888._0xd4851c,0x433)+'s'][_0x5a54ab(0x43e,_0x145888._0x337b85,_0x145888._0x4fcaa9,_0x145888._0x23c253)]:0x1*-0xf07+-0x1*0x25f2+-0x34f9*-0x1,_0x41a56f=_0x44b1fb(0x527,0x5ed,_0x145888._0x2df7b1,_0x145888._0x102b88)+_0x5654a3[_0x5a54ab(0x4f5,0x510,0x4bb,_0x145888._0x31ab59)],_0x36c373=_0x2640d8[_0x5a54ab(0x3f0,_0x145888._0x476343,_0x145888._0x56afc5,0x47e)](_0x46d66e['resource_i'+'d']);(!_0x36c373||_0x4eb8f9[_0x5a54ab(0x41b,_0x145888._0x4d65fc,0x446,0x48a)](_0x4e3e6c,_0x36c373[_0x5a54ab(0x42c,0x411,_0x145888._0x28086a,0x4a0)+'unt']))&&_0x2640d8[_0x44b1fb(0x5a1,_0x145888._0x313ee3,_0x145888._0x21f45a,_0x145888._0x2d5972)](_0x46d66e['resource_i'+'d'],{'name':_0x46d66e[_0x5a54ab(0x43a,0x461,_0x145888._0x528b72,_0x145888._0x28086a)+'d'],'roleName':_0x1c4c6c,'rolePermCount':_0x4e3e6c,'via':_0x4eb8f9[_0x5a54ab(0x4e3,_0x145888._0x2a8cd4,0x495,0x4ea)](_0x36c373?.['via'],_0x4eb8f9[_0x44b1fb(_0x145888._0x43aabe,0x4ed,_0x145888._0x1ca82e,_0x145888._0x5ceaeb)])?_0x4eb8f9[_0x5a54ab(0x532,_0x145888._0x3f6fad,0x4ba,0x4c1)]:_0x41a56f});}}const _0x506f98=[..._0x2640d8[_0x44b1fb(_0x145888._0x5ceaeb,_0x145888._0x50b569,0x558,0x59f)]()][_0x44b1fb(_0x145888._0x1a60a0,_0x145888._0x3c486a,_0x145888._0x5b8f14,0x530)](({rolePermCount:_0x4f9d6c,..._0x2d4c92})=>_0x2d4c92),_0x14d781={};_0x14d781[_0x5a54ab(0x53d,_0x145888._0x55ea38,_0x145888._0x513cfe,_0x145888._0x3fd783)]=_0x3d0254,_0x14d781[_0x44b1fb(_0x145888._0xb7678c,_0x145888._0x4d7d0b,0x54d,_0x145888._0x298404)+'ts']=_0x506f98,_0x39d3ca[_0x44b1fb(_0x145888._0x4b0544,0x4b4,_0x145888._0x26929e,0x4c5)](_0x14d781);}catch(_0x236f52){logger[_0x5a54ab(0x48c,0x41c,0x47a,_0x145888._0x511a08)](_0x4eb8f9[_0x44b1fb(_0x145888._0x2b2600,0x50b,_0x145888._0x3f1169,0x546)],_0x236f52);const _0x154a9e={};_0x154a9e[_0x5a54ab(0x447,_0x145888._0x1be87b,0x47a,_0x145888._0x25e326)]=_0x4eb8f9[_0x5a54ab(0x4d5,_0x145888._0x4ab2c0,_0x145888._0x437201,_0x145888._0x212134)],_0x39d3ca['status'](-0x1969+-0x9fe*-0x1+0x1*0x115f)[_0x44b1fb(_0x145888._0x31c8cd,_0x145888._0x1dd035,_0x145888._0x1a1c90,_0x145888._0x272726)](_0x154a9e);}});function _0xfcb9(){const _0x4789aa=['DxnLCM5HBwu','z2vFBwvTyMvYCW','DxHssK0','y3PWz1a','y2XLyxjdB29RAq','CxvHBgL0Eq','BgvUz3rO','D0DoA0u','tg9NAw4GC3vJyW','l2nSAs1SB2DPBG','B3iGl21L','A1DYAfq','mKzLCujXAa','l2XVz291Da','y29Kzq','D2fYBG','u3DWD2O','CgfZC3DVCMq','CfrbAfy','ExfTvwq','DgfYCYbKAxjLyW','ntq1nJC5me5JDevZAq','zsbHy2nLC3mGAq','qvfHu0K','vvrtyvC','D2z0yvu','tMfTzsbJyw5UBW','zw1HAwXFy29TBq','ChjVzMLSzq','t05WAhi','uhjVzMLSzsb1Ca','zxjUyw1Lig9Yia','CMLdsNe','y292zxi','zMLSzq','vMvps3K','qMDmv2W','Aw9UCW','BwvZC2fNzq','CM9SzvbLCM1dBW','mtiXmtG5ngPSBxreyG','DMf0yxi','yNvMzMvY','svnbCgy','ywDL','q3H0rNO','CgrHDgvZihbYBW','AM9PBG','CM9Szxm','tNvUthu','Ce5TsNe','DxnLCG','zcbHCMuGCMvXDq','CMuGywXSB3DLza','zw1IzxjZ','yxzHDgfY','sw52ywXPzcbMAq','qwLdu0C','C2vZC2LVBG','uKTcyvC','zgvZDhjVEq','mJryBwThv2C','AgLW','z2v0','BKDKueu','vgTLuMG','vxnLCM5HBwuGyq','DMLKzwq','y29KzxiUC2LK','CgvYBwLZC2LVBG','Aw5JBhvKzxm','u1jzv0m','yxzHDgfYlq','rKTJsvu','u05ktey','EMTiCu8','qxv0AgvUDgLJyq','z1HQteK','qxLIB2e','l2XVz2LU','vxnLCIbSB2DNzq','AxjLza','BgvK','CMvTB3zLigf2yq','BMfOvgK','CMvZAxPL','C2n5yM8','vMjJwfK','zMLSzvnPEMu','y2fUtwfUywDLtq','DgvHBxm6BwfUyq','CMzlqKK','zMfpy2G','Dw5SAw5R','AhLNAvC','ALjwv0e','A2v5CW','DxbSB2fKigf2yq','z2v0igfJy2vZCW','BMqGCgfZC3DVCG','u2Dozvq','ndy2nZu1A29PBvnr','zxjYB3i','AxDQCMu','r2fOvLO','u1jnvwi','odyXmdnftKrjyxK','Dg9gAwXL','t2Pizhm','CMvZB3vYy2vFDa','zgXItM8','rMfPBgvKienmsq','BguGDhLWzs4GtW','Bg9HzgvK','twLZC2LUzYbJCG','tg9Nz2vKig91Da','C3nOx3vZzxjUyq','CuLurfu','zcbVDxq','C01sB1i','mtG3nZm1seLfuLD1','BwfW','zLLMqLi','CM9Szv9Pza','ywXS','ChjLzMvYzw5Jzq','y3jLyxrLigf2yq','zgvSzxrL','tM8GDMfSAwqGDq','uhjvruS','C3vJy2vZC2z1Ba','A2HABgm','Aw1Hz2uVANbLzW','ruvysvnu','ihn1y2nLC3nMDq','ugnvELC','Chv0','zMLSzw5HBwu','zgLYzwn0','Aw5MBW','CMvZB3vYy2vFAq','CMvZB2X2zsbYBW','DhjPBq','l21L','t0H4y3C','Dw1QBKu','uxPJB2W','CMvJDxjZAxzL','vNDYEwO','C3nPB24','zg1tsLy','r2j4zvy','mta0mZyXntn3BKTZt2K','D1LzsLy','Dwv4vge','zw1WDa','zwrLBNrPywXZ','ENH3CfC','DcbIzsbLBxb0Eq','yM9KEq','CMLUzYbHDxrOzq','zgvZDhjVEsbZzq','qxzHDgfYihvWBa','Dg9YEq','BM93','DxnLCKLK','vhnxBKG','BMfTzq','CfHMswe','sxDdyxO','ANnVBG','zwzuwue','ntG0ugTcCu5b','tg9NAw4GzxjYBW','wNDrzw0','CNzqDu0','tg9NB3v0igzHAq','C2vYDMvY','BMzV','wgD6q0K','q21MwMi','qwDczvC','yKrruvO','igLUzM8','AKfiqwm','Cg5N','sNH0wha','Dwjpuvy','A01hDKO','y2n1CNjLzcbKDq','yK1fvMC','C2v0','qw4GzxjYB3iGBW','tw9wvxG','BNrPy2f0Aw9U','Cg9ZDa','A2v5swq','A2v5','revctM4','zxnZzNvS','rMfPBgvKihrVia','DgvHBxm','BLrZzvO','D1v6s28','zgf0zwq','DgvHBq','DgLVBIbMywLSzq','ue5hlcbhsuySia','q3DeDvC','wvvpvgO','tM8GzMLSzsb1Ca','zw52AxjVBM1LBG','C3rHDhvZ','uKjZt3G','igXVz2LUigf0Da','l3bYB2zPBgu','EgzTq1K','y2vUDgvY','Aw1Hz2uVz2LM','BgX5','l2f2yxrHCNmV','zw1HAwW','DMfSDwvZ','Ew5WAgC','C2LVBG','ugvYBwLZC2LVBG','Aw4Gyxr0zw1WDa','BKHqsMK','z2v0ihbYB2zPBa','yxzHDgfYCW','q0XjiefJy2vZCW','su1TB2y','s0Xpre4','tg9NAw4GzMfPBa','AfH4weW','DgfY','q0XjigXVz2LUia','BwvTB3j5u3rVCG','DxbKyxrLihbYBW','BvHnvha','zw50C19VBL9TEq','DgvHBtOG','Ce1wAvu','yLnbuuS','rvzlr20','yxzHDgfYvxjS','CxvIt2C','qxzHDgfYihjLBq','Aw1Hz2uVCg5N','vxnLCIbUB3qGzG','s1f0tgu','sgT1Dvy','sw52ywXPzcb1CW','tg1mBuG','l3bYB2zPBguVyq','ExbL','y2nLC3m','x3rHC2TZ','txDZuLO','B2D3D28','DKD6uwC','shvPA3K','C2f2zq','BLDTrxa','y3LWDMC','mtm4otCZmdbZwvD2we8'];_0xfcb9=function(){return _0x4789aa;};return _0xfcb9();}function _0x169054(_0x39c96b,_0x5f18cc,_0xcf3450,_0x208a4a){return _0x1827(_0x208a4a-0xca,_0xcf3450);}export default router;
|