@profoundlogic/coderflow-server 0.7.0 → 0.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/base-image/standard-instructions/ibmi-exploratory-verification.md +2 -0
- package/dist/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -1
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/external-connections.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/ibmi-sync.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/rbac-user-state.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-aliases.js +1 -1
- package/dist/lib/task-name-format.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +1 -1
- package/dist/playwright.config.js +1 -1
- package/dist/playwright.task-terminal.config.js +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/file-selection-tree.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/ibmi-file-filter.js +1 -1
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/permissions.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/server-health.js +1 -1
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/task-judging-helpers.js +1 -1
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.js +1 -1
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
package/dist/routes/auth.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x52c75c,_0xffa869){const _0x1e0b70={_0x4f07d3:0x400,_0x674f12:0x4e2,_0x1adb04:0x502,_0x58dfd5:0x2f3,_0x3948c0:0x36a,_0xda65a7:0x374,_0x44f82e:0x2dd,_0x4da241:0x2eb,_0x7eeb0a:0x280,_0x1f09b8:0x232,_0x451656:0x426,_0x3ff6a3:0x414,_0x1e38a1:0x3b0,_0x6da51c:0x3db,_0x7a86a7:0x3f2,_0x38d5ec:0x462,_0x58daee:0x3bb,_0x2d7b6d:0x419,_0x467762:0x434,_0x47cc55:0x23a},_0x4f0ac7={_0x100a28:0x167},_0x14130c=_0x52c75c();function _0x4439e4(_0x2949b4,_0x29c2f4,_0xfbd6e9,_0x9f09ad){return _0x43ef(_0x9f09ad-0x253,_0x29c2f4);}function _0xd5ae34(_0x3cfdd2,_0x3d3dec,_0x540825,_0x333286){return _0x43ef(_0x3d3dec-_0x4f0ac7._0x100a28,_0x540825);}while(!![]){try{const _0x2ab945=parseInt(_0x4439e4(0x441,0x3da,_0x1e0b70._0x4f07d3,0x3a8))/(0xf19+-0x1f7c+0x1064)*(parseInt(_0x4439e4(0x4ca,_0x1e0b70._0x674f12,_0x1e0b70._0x1adb04,0x4b2))/(0x8bb*0x2+0x1*-0x8f5+-0x5*0x1b3))+-parseInt(_0xd5ae34(_0x1e0b70._0x58dfd5,0x321,_0x1e0b70._0x3948c0,_0x1e0b70._0xda65a7))/(0x2*-0x110c+-0xb*0x54+0x25b7*0x1)+-parseInt(_0xd5ae34(_0x1e0b70._0x44f82e,_0x1e0b70._0x4da241,0x370,0x2e1))/(-0x1*-0x215a+0xfbb+-0x3111)*(parseInt(_0xd5ae34(_0x1e0b70._0x7eeb0a,0x2c1,0x2b7,_0x1e0b70._0x1f09b8))/(-0xd50+0x2*-0xe9b+0x2a8b*0x1))+-parseInt(_0x4439e4(0x3cc,_0x1e0b70._0x451656,0x485,_0x1e0b70._0x3ff6a3))/(0x15*0x16f+-0x1*0x259+0x14*-0x163)+-parseInt(_0x4439e4(0x4bd,0x456,0x402,0x44c))/(0x23cf+0x772*0x5+0x6*-0xc2b)*(-parseInt(_0xd5ae34(0x2e9,0x358,0x3b5,_0x1e0b70._0x1e38a1))/(-0xa90+-0xf6b*0x1+0x1a03))+parseInt(_0x4439e4(_0x1e0b70._0x6da51c,0x437,0x3ca,0x3ae))/(-0x2635+-0x2*0x64d+0x32d8)*(-parseInt(_0x4439e4(0x400,_0x1e0b70._0x7a86a7,0x4ae,_0x1e0b70._0x38d5ec))/(0x1bf6+0x3b4+-0xb*0x2e0))+-parseInt(_0x4439e4(_0x1e0b70._0x58daee,0x39d,_0x1e0b70._0x2d7b6d,_0x1e0b70._0x467762))/(-0x1*0x24bb+0xac*0x19+0x13fa)*(-parseInt(_0xd5ae34(0x355,0x2cd,0x248,_0x1e0b70._0x47cc55))/(-0x174b*0x1+-0x1c8d+0x171*0x24));if(_0x2ab945===_0xffa869)break;else _0x14130c['push'](_0x14130c['shift']());}catch(_0xbcfcf9){_0x14130c['push'](_0x14130c['shift']());}}}(_0x3aa0,0x2*0x101d1+-0x1b*-0x1958+-0x1a50*0x18));import _0x426edb from'express';import _0x11f1b4 from'multer';function _0x3aa0(){const _0x33afed=['tg9NAw4GzxjYBW','y29KzxiUC2LK','ChjLzMvYzw5Jzq','B3iGl21L','ve55ywy','C2LVBG','Au1PDfO','A2v5swq','rMfPBgvKihrVia','qvD1yKW','rxzAEgW','tg9Nz2vKig91Da','zcbPBG','l2XVz291Da','s3ziy2C','CMLUzYbHDxrOzq','y2vUDgvY','DgLVBIbMywLSzq','C2v0','DMfSDwvZ','ChjVzMLSzq','l3bYB2zPBguVyq','C3vJy2vZC2z1Ba','q0XjigXVz2LUia','ywXS','AvvmAvK','DgfY','CgfZC3DVCMq','l3bYB2zPBgu','ruvqqK4','vNrUqwu','B3bhC0u','uMLuAhu','r2TzquO','zw1HAwW','v0zltxy','C1z4qwW','ALjcAeq','z2v0','C2f2zq','D2ruvMy','qxzHDgfYihvWBa','C3rHy2S','zw1WDa','Agzxvgi','C3rHDhvZ','Chv0','u3rRDwi','tK9SB3q','BwvZC2fNzq','DMLH','nte5mJK3s0rNuxf1','BwTKAxi','CMvTB3zLigf2yq','rM9Ts0u','AuvKq3a','vKHuvgy','C01owuG','nJCXmtG0wfvkq0jg','sw52ywXPzcbMAq','sfPSEva','AxjLza','vKTwD0q','Aw1Hz2uVz2LM','vxnLCM5HBwuGyq','yKvWy1G','tejcuuW','wxntANO','ihjLC29SDxrPBW','v3bnDLC','yxzHDgfYlq','vxnLCIbUB3qGzG','yKH0uwe','zcbVDxq','DMLKzwq','DxnLCG','tM8GzMLSzsb1Ca','BgTPruS','CxzcwMW','BgvUz3rO','DeTTr08','zwrLBNrPywXZ','CMvZAxPL','CMvJDxjZAxzL','DxnLCM5HBwu','uNngEK8','BLbmCeK','yMvNr1a','y01xv3C','zw1HAwXFy29TBq','ntu2mdC1m1nmz3HstG','AgLW','igXVz2LUigf0Da','qwPzu0y','z0jeDve','CM9Szxm','y2n1CNjLzcbKDq','l2nSAs1SB2DPBG','BgvK','z3vSEhy','D2fYBG','CMvZB3vYy2vFAq','reXZv0K','ugrbzMK','rMfPBgvKienmsq','l2XVz2LU','mZK2ndy0wMnsvgzm','y29Kzq','AuXvyxG','z1ntt24','EwPXvfC','y2fUtwfUywDLtq','BxzlCLO','tg9NAw4GC3vJyW','mJfzzNzOvuC','DxbSB2fKigf2yq','twLZC2LUzYbJCG','tu9tv3C','zuTwwM8','EvHkvLy','t0rryNu','zMLSzw5HBwu','wK5cvLy','Dg9YEq','zxjUyw1Lig9Yia','Bg9HzgvK','x3rHC2TZ','Dfzzy1e','zw52AxjVBM1LBG','C2vxtwG','AM5ABfG','B3vUza','EM9bugq','BKHNvwi','lNbUzW','CvHmA0G','mZCWmdeWy29csM1p','A1Drvwu','tw5oveK','C2vYDMvY','rMfPBgvKigXVzW','B2LssMe','r1vdAxC','DwnZAwK','vhLIAuO','zgvZDhjVEq','uvPTu2m','CxvHBgL0Eq','Dw5SAw5R','zw50C19VBL9TEq','CgvYBwLZC2LVBG','AMrrz04','z0v3B0C','Aw5MBW','q1PuD0i','BguGDhLWzs4GtW','qw4GzxjYB3iGBW','DgvHBxm','BMzV','DvnIyKW','wvrmug0','yNvMzMvY','ExbL','BM93','BgvZigzVCIbdta','s2TNDw8','zsbHy2nLC3mGAq','uNPgs2e','BeHlv3a','zMLSzq','yw5KifDLyLaGyq','DuX1Dfq','CM9SzvbLCM1dBW','DhjPBq','B0T1vxq','z2v0ihbYB2zPBa','z0X6vfq','Aw1Hz2uVCg5N','qxbMDgW','tun1D0K','CwDYz2C','z1HPrxC','sLLltxC','DezLu3K','Dg9gAwXL','y292zxi','CvDUEwS','qxv0AgvUDgLJyq','DcbIzsbLBxb0Eq','BIbMywLSzwqGzG','yxzHDgfYvxjS','BwfW','weLswgS','Aw1Hz2uVD2vICa','Dw50','yxzHDgfY','y3jLyxrLihnLCW','C3nOx3vZzxjUyq','BfzJDvu','uhjVzMLSzsb1Ca','s0vVrNy','DxnLCKLK','CLHOwvm','CMvZB3vYy2vFDa','ufn4ANe','igLUzM8','sw52ywXPzcb1CW','suLLrMK','BwLTzxr5Cgu','y2nLC3m','zw1IzxjZ','B3zLza','ExLbENq','ugvYBwLZC2LVBG','y1rTr1i','wMTjEKS','mJzuqw5qwgy','Cg5N','uvvivMu','CMuGywXSB3DLza','BMfTzq','zxDKD0y','DgvHBq','DgfYCYbKAxjLyW','zxnZzNvS','vxnLCIbSB2DNzq','yxbPs2v5','rLrAs1a','tMfTzsbJyw5UBW','DgvHBtOG','C2vZC2LVBG','z1z0DwG','rMrMwKS','l21L','vgnpy3O','CgrHDgvZihbYBW','DMfkwuy','BgX5','z2v0igfJy2vZCW','DgvHBxm6BwfUyq','ywDL','AM9PBG','tg9NB3v0igzHAq','zgvSzxrL','qxzHDgfYihjLBq','AfLptxO','BwvTB3j5u3rVCG','DMf0yxi','ANnVBG','tM8GDMfSAwqGDq','Dgv4Ew4','y2XLyxjdB29RAq','r0HpCgG','rxn1BLu','ruvysvnu','DhDTrMu','sM9QBva','mte5nZfsr3HvDNe','v1HnshG','vgDXCLu','z2vFBwvTyMvYCW','Duz0Be0','nuXvwMfXvW','ntrxserAB1a','shPHqMu','rfP2u3O','s2z2Bwm','BNrPy2f0Aw9U','yM9KEq','sgDquvC','ELHLru4','zgLYzwn0','CwThAg8','CuvLyKu','mtj4s3L0yKq','zw1HAwXFBwvUDa','l2f2yxrHCNmV','CM9Szu5HBwu','AvPZD2O','DxbKyxrLihbYBW','CMvZB2X2zsbYBW','B2fKzwq','CM9Szv9Pza','tg9NAw4GzMfPBa','qvDev28','BMqGCgfZC3DVCG','BMX5iePqruCSia','vvfSwgC','yufnwNO','y3jLyxrLigf2yq','r3P0tLy','A2v5','q1nAz1G','u0vYq1O','zgvZDhjVEsbZzq','Cvj0qxq','zxjYB3i','u0vAEMe','ue5hlcbhsuySia','zcbHCMuGCMvXDq','C3nPB24','yxzHDgfYCW','A3bpwu8','AgP4qwy','nJi5mZq4zvL0zLbI','Cg9ZDa','swXcseG'];_0x3aa0=function(){return _0x33afed;};return _0x3aa0();}function _0xb2c31e(_0x1ea464,_0x2c1724,_0x19f7c6,_0x371f2d){const _0xb2416b={_0x4019ad:0x1b};return _0x43ef(_0x2c1724-_0xb2416b._0x4019ad,_0x371f2d);}function _0x43ef(_0x4f158e,_0xd80229){_0x4f158e=_0x4f158e-(0x3d*0x6a+0xf*0x195+-0x2fb9*0x1);const _0x40b3d6=_0x3aa0();let _0x3b35c9=_0x40b3d6[_0x4f158e];if(_0x43ef['uTIKBX']===undefined){var _0x38a357=function(_0x16f432){const _0x31875f='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x427c7f='',_0x430e63='';for(let _0x425030=0xb8*0x20+0x269f+0xc53*-0x5,_0x383a1e,_0x3a7eba,_0xf0bd61=0x1d6b+-0x21*-0x49+-0x26d4;_0x3a7eba=_0x16f432['charAt'](_0xf0bd61++);~_0x3a7eba&&(_0x383a1e=_0x425030%(-0x91a+-0x1*-0x241e+-0x2*0xd80)?_0x383a1e*(0x2ad+-0x20a5+-0x8*-0x3c7)+_0x3a7eba:_0x3a7eba,_0x425030++%(0x1*-0x2645+-0x1ba5+0x6*0xafd))?_0x427c7f+=String['fromCharCode'](0x2224+-0x18d8+-0x84d&_0x383a1e>>(-(0x94*-0x5+0x1e96+0x8*-0x376)*_0x425030&-0x7a*-0x44+0x51*0x57+-0x3be9)):-0x189*-0x17+0x2*-0x1279+0x1a3){_0x3a7eba=_0x31875f['indexOf'](_0x3a7eba);}for(let _0x1c9b51=0xc06+-0x1*0xcf7+0xf1,_0x2a2e96=_0x427c7f['length'];_0x1c9b51<_0x2a2e96;_0x1c9b51++){_0x430e63+='%'+('00'+_0x427c7f['charCodeAt'](_0x1c9b51)['toString'](0x1*-0x1d99+0x1457*-0x1+0x280*0x14))['slice'](-(-0x1901+-0xe93+-0x2*-0x13cb));}return decodeURIComponent(_0x430e63);};_0x43ef['HEtByI']=_0x38a357,_0x43ef['GiqCWy']={},_0x43ef['uTIKBX']=!![];}const _0x544891=_0x40b3d6[0xe6a+-0x13*0x77+-0x595*0x1],_0xf346d3=_0x4f158e+_0x544891,_0x2d554d=_0x43ef['GiqCWy'][_0xf346d3];return!_0x2d554d?(_0x3b35c9=_0x43ef['HEtByI'](_0x3b35c9),_0x43ef['GiqCWy'][_0xf346d3]=_0x3b35c9):_0x3b35c9=_0x2d554d,_0x3b35c9;}import _0x3e9bbd from'sharp';import _0x50fcd7 from'path';import{promises as _0x214eb8}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';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';const AVATARS_DIR=_0x50fcd7[_0x4c161b(0x1b1,0x12f,0x185,0x20e)](DATA_DIR,_0xb2c31e(0x1f7,0x19c,0x1d9,0x20d)),AVATAR_SIZE=0x1*-0x155d+0x1f76+-0x919,_0x48168e={};function _0x4c161b(_0x2278bc,_0x1788a6,_0x5b4898,_0x4d23ed){const _0x5f3a20={_0x2c5f6f:0x40};return _0x43ef(_0x5b4898-_0x5f3a20._0x2c5f6f,_0x4d23ed);}_0x48168e['fileSize']=(0x2*0x1105+0x30a*-0x5+-0x3a*0x53)*(0xdd5*-0x1+-0x130d*-0x2+-0x1*0x1445)*(0xc84+-0x6a*-0x7+-0xb6a*0x1);const avatarUpload=_0x11f1b4({'storage':_0x11f1b4[_0x4c161b(0x1d3,0x1df,0x18a,0x195)+_0x4c161b(0x10d,0x18a,0x184,0x189)](),'limits':_0x48168e,'fileFilter':(_0x22aa4a,_0x363ecd,_0x3a7cd1)=>{const _0x5b59ba={_0x459cd3:0x5e7,_0x48f44e:0x566,_0x4a6a63:0x690,_0x5b9e4f:0x7c,_0x3fc5d7:0x5a,_0x2a343a:0x4eb,_0x2b5acf:0x493,_0x17df8c:0x72,_0x1d06ab:0x5c,_0x2114f7:0x66,_0x2efd0d:0x648,_0x365b60:0x5d3,_0x195897:0x5e1,_0x2ac770:0x58e,_0x25ca0b:0x89,_0x4c33e9:0xd1,_0x319a78:0x579,_0x3a7494:0x606,_0x1b0a27:0x13b,_0x2ddd41:0xb4,_0x242fbc:0x125},_0x43c7c4={_0x1c9d05:0x12a},_0x26aedc={_0x319da3:0x1a7,_0x2c0aca:0x1a1,_0x14e8b9:0x36f};function _0x29dfce(_0x24e01e,_0xbe4597,_0x1644cc,_0xe016e5){return _0x4c161b(_0x24e01e-_0x26aedc._0x319da3,_0xbe4597-_0x26aedc._0x2c0aca,_0xbe4597-_0x26aedc._0x14e8b9,_0x1644cc);}const _0x36b46f={'oKuUt':_0x29dfce(0x65b,_0x5b59ba._0x459cd3,0x60f,0x56d),'GUCiw':_0x29dfce(0x64d,0x5f7,_0x5b59ba._0x48f44e,_0x5b59ba._0x4a6a63),'aPQpA':function(_0xd7a106,_0x4277ac,_0x1fc390){return _0xd7a106(_0x4277ac,_0x1fc390);},'nPLpI':function(_0x2b1e1b,_0x4c73f3){return _0x2b1e1b(_0x4c73f3);},'TgqrU':_0x2bdd83(-0xde,-_0x5b59ba._0x5b9e4f,-_0x5b59ba._0x3fc5d7,-0xd5)+'le\x20type.\x20O'+_0x29dfce(0x56a,0x521,_0x5b59ba._0x2a343a,_0x5b59ba._0x2b5acf)+'PNG,\x20GIF,\x20'+_0x2bdd83(-_0x5b59ba._0x17df8c,-_0x5b59ba._0x1d06ab,-0xb4,-_0x5b59ba._0x2114f7)+_0x29dfce(_0x5b59ba._0x2efd0d,0x611,0x696,_0x5b59ba._0x365b60)+'.'};function _0x2bdd83(_0xaa2788,_0x18df41,_0xdd67ee,_0x219ed1){return _0xb2c31e(_0xaa2788-_0x43c7c4._0x1c9d05,_0x219ed1- -0x2b2,_0xdd67ee-0x62,_0xaa2788);}const _0x33de5d=['image/jpeg',_0x36b46f[_0x29dfce(0x65c,0x5e4,_0x5b59ba._0x195897,_0x5b59ba._0x2ac770)],_0x2bdd83(-_0x5b59ba._0x25ca0b,-0x97,-0x44,-_0x5b59ba._0x4c33e9),_0x36b46f[_0x29dfce(0x582,0x5c4,0x639,_0x5b59ba._0x319a78)]];_0x33de5d['includes'](_0x363ecd[_0x29dfce(0x5fc,_0x5b59ba._0x3a7494,0x69a,0x5cf)])?_0x36b46f['aPQpA'](_0x3a7cd1,null,!![]):_0x36b46f[_0x2bdd83(-0x95,-_0x5b59ba._0x1b0a27,-_0x5b59ba._0x2ddd41,-0xba)](_0x3a7cd1,new Error(_0x36b46f[_0x2bdd83(-0x116,-0x1c2,-_0x5b59ba._0x242fbc,-0x140)]));}});async function ensureAvatarsDir(){const _0x471578={_0x5446c7:0x1ba,_0x43994b:0x1cb,_0x20d0c3:0xc1,_0x379ad5:0x16f,_0x5cf7d3:0x119,_0x23630d:0xbb,_0x2f5a75:0x207,_0xf6af20:0x1b2,_0x24d3a4:0x19a,_0x7f60b:0x117,_0x26e36e:0xb3,_0x1c7fbf:0x13a,_0x18a69f:0x170,_0x6bf3e4:0x148,_0x5d3aa8:0x1ce,_0x49d720:0x168,_0x55968c:0x7d,_0x3dd79a:0x90,_0x394601:0x20f,_0x232f3c:0xa2,_0x34080f:0xb9,_0x420aa5:0x6d,_0x2d05a7:0x15c,_0x20adc0:0x57,_0x39ca51:0x5c,_0x51109f:0x138,_0x51a457:0x153,_0x3e8d59:0xc3,_0xa3f8ee:0x150,_0x3cebee:0x46,_0x4d7d8b:0x139,_0x297654:0x1a5,_0x215eee:0x116,_0x538d18:0x144,_0x56bf4b:0xc6,_0x4c5620:0x157,_0x1f51cb:0x161,_0xfc72c8:0x206,_0x1b2606:0x11c,_0x577a84:0x1b4,_0x1d3797:0x17c,_0x3ec432:0x83,_0x27d6be:0xe1,_0x3d0988:0x155,_0x51d611:0xf0},_0x463f84={_0x531f90:0xd6,_0x47b29b:0x2ee,_0x57cf2f:0x1e9},_0x41e3a4={_0x283182:0x18c},_0x45bab9={};function _0x467232(_0x107e1b,_0x315b79,_0x4b1f6a,_0xa84291){return _0x4c161b(_0x107e1b-_0x41e3a4._0x283182,_0x315b79-0x5a,_0x4b1f6a- -0xe2,_0xa84291);}_0x45bab9['dPsVj']=_0x467232(0x1cd,_0x471578._0x5446c7,_0x471578._0x5446c7,_0x471578._0x43994b)+'\x20resolutio'+_0x5d75ab(-0x39,-0x8f,-_0x471578._0x20d0c3,-0x117)+_0x5d75ab(-_0x471578._0x379ad5,-0x149,-_0x471578._0x5cf7d3,-_0x471578._0x23630d),_0x45bab9['yXJVV']=_0x467232(_0x471578._0x2f5a75,_0x471578._0xf6af20,0x18c,_0x471578._0x24d3a4);function _0x5d75ab(_0x54df83,_0x41170c,_0x548633,_0x1fad6d){return _0xb2c31e(_0x54df83-_0x463f84._0x531f90,_0x41170c- -_0x463f84._0x47b29b,_0x548633-_0x463f84._0x57cf2f,_0x54df83);}_0x45bab9[_0x467232(_0x471578._0x7f60b,_0x471578._0x26e36e,_0x471578._0x1c7fbf,_0x471578._0x18a69f)]=_0x467232(_0x471578._0x6bf3e4,_0x471578._0x5d3aa8,0x16a,_0x471578._0x49d720),_0x45bab9[_0x5d75ab(-0xdd,-_0x471578._0x55968c,-0xb4,-_0x471578._0x3dd79a)]=function(_0xbc870f,_0x13144f){return _0xbc870f!==_0x13144f;},_0x45bab9['twmFe']=_0x5d75ab(-_0x471578._0x394601,-0x181,-0x218,-0xfb),_0x45bab9['hfWTb']='Failed\x20to\x20'+_0x467232(_0x471578._0x232f3c,0x84,0xd3,_0x471578._0x34080f)+_0x5d75ab(-0x5c,-_0x471578._0x420aa5,-0xa6,-0xf1)+_0x5d75ab(-0xd8,-0xd1,-_0x471578._0x2d05a7,-_0x471578._0x20adc0);const _0x3d49df=_0x45bab9;try{if(_0x3d49df[_0x5d75ab(-_0x471578._0x39ca51,-0xd5,-0x143,-0x152)]!==_0x3d49df['RsFzO']){const _0x247efd={};_0x247efd[_0x467232(0x130,0x1bc,_0x471578._0x51109f,0x151)]=!![],await _0x214eb8[_0x5d75ab(-_0x471578._0x51a457,-0x118,-_0x471578._0x3e8d59,-_0x471578._0xa3f8ee)](AVATARS_DIR,_0x247efd);}else{const _0x3477ca={};_0x3477ca[_0x467232(0x165,_0x471578._0x3cebee,0xda,_0x471578._0x4d7d8b)]=_0x35beab[_0x467232(0x15c,_0x471578._0x297654,_0x471578._0x215eee,_0x471578._0x538d18)],_0x3477ca['stack']=_0x2479dd[_0x5d75ab(-_0x471578._0x56bf4b,-0x122,-_0x471578._0x51109f,-_0x471578._0x34080f)],_0x3b36c7[_0x5d75ab(-0x126,-_0x471578._0x4c5620,-_0x471578._0x1f51cb,-0x15d)](_0x3d49df['dPsVj'],_0x3477ca);}}catch(_0x4c8141){_0x3d49df[_0x467232(_0x471578._0xfc72c8,_0x471578._0x1b2606,_0x471578._0x577a84,_0x471578._0x1d3797)](_0x4c8141[_0x5d75ab(-_0x471578._0x3ec432,-_0x471578._0x27d6be,-0xf7,-0x16e)],_0x3d49df[_0x5d75ab(-0x146,-0x180,-0x149,-_0x471578._0x3d0988)])&&logger['error'](_0x3d49df[_0x5d75ab(-0x15a,-0x120,-_0x471578._0x4c5620,-_0x471578._0x51d611)],_0x4c8141);}}const router=_0x426edb['Router']();router[_0xb2c31e(0x1cd,0x1a0,0x11f,0x113)](_0x4c161b(0x1bd,0x238,0x230,0x2c5),async(_0x595fad,_0x570e23)=>{const _0x3efaf7={_0x2092fc:0x5f5,_0x583985:0x589,_0x158457:0x527,_0x434dd0:0x4c8,_0x598b9d:0x4b4,_0x1c4f20:0xc2,_0x51e1f9:0x5a,_0x1003e1:0x11,_0x3322ba:0x5b,_0x32ed17:0x2c,_0x1400bd:0x558,_0x5baecd:0x4e8,_0x16489e:0x1a,_0x2b2c8e:0x18,_0x24e657:0x93,_0x3ae376:0xc3,_0x2f46df:0xbb,_0x4daf95:0x85,_0x464750:0xdf,_0x398f71:0x525,_0x43a80a:0x92,_0x18f06b:0xf,_0x4b521f:0x4,_0x32b075:0x5d1,_0x12c429:0x96,_0x4036c6:0x50c,_0x581b79:0x599,_0x15d58e:0x47c,_0x186133:0x4c9,_0xb87d44:0x480,_0x1b4d5a:0x10,_0x198aea:0x28,_0x4af0a2:0x50e,_0x36f8f8:0xa2,_0x135db7:0x83,_0x54a80f:0x7a,_0x4c849c:0x447,_0x500934:0x49d,_0x15e477:0x483,_0x43493c:0x42b,_0x3c95d6:0xb,_0x1dce20:0x59,_0x399779:0x16,_0x6e7899:0xf,_0x2e1835:0x69,_0x5f5011:0x90,_0x4b6fc2:0xfb,_0x2076dc:0xc1,_0x21655f:0x46d,_0x9c3d32:0x423,_0x10142c:0x24,_0x1a6a3a:0x5a,_0x548be9:0x453,_0x4591ab:0x49,_0x3b8dd5:0x82,_0x530aaf:0x9c,_0x532314:0x6a,_0x110360:0x51,_0x376883:0x552,_0x1ec243:0x524,_0x3d39e3:0x5a9,_0x200886:0x62,_0x5c799a:0x58e,_0x495a5f:0xa0,_0xaedad:0xc0,_0x3eecc6:0x29,_0x572980:0x27,_0x3825b4:0x24,_0x4a8a3f:0x5b,_0x18ed87:0xba,_0x27c386:0x5f0,_0x1da30c:0x4ff,_0xada8e8:0x5de,_0x41a122:0x603,_0xb23a17:0x4ed,_0x4fa024:0x619,_0xbb454a:0x4c,_0x51d04c:0x48,_0x861da5:0x1b,_0x16ee70:0x4f5,_0x187381:0x4fc,_0x1bd0e5:0x4c,_0x26d10f:0x37,_0x4f43c6:0x65,_0x57e68a:0x4e6,_0x3e942f:0xe1,_0x112949:0xb3,_0x93611f:0x455,_0x17cbe6:0xb8},_0xc69673={_0x116bef:0x1cc,_0x58c5de:0xb8,_0x4c9d85:0x1ce,_0x5312e2:0x147,_0x30f2f1:0xe9,_0x5a8d87:0xfc,_0x33028a:0x159,_0x5d8c0e:0x1a5,_0x62ee87:0x180,_0x169ef8:0x10d,_0x101a91:0x1c1,_0x42290a:0x130,_0x4b4179:0x74,_0x25e172:0x198,_0xeede5d:0x1ab,_0x37bb58:0x117,_0x52884d:0x10b,_0x107b58:0x15a,_0x477684:0x1f3,_0x1f9563:0x173,_0x9b0c25:0x87,_0x34690f:0x48,_0x1149ad:0x105,_0x2f21d6:0x9f,_0x2e599e:0x1a9,_0x3ee914:0x88,_0x2b295b:0x8e,_0x1592a6:0x56,_0x2beec2:0xea,_0x41211a:0xd6,_0x457cf5:0x168,_0x2d8f35:0xe2,_0x2d6fa7:0x1a7,_0x54bddc:0x99,_0x4fb2ca:0xa,_0xb46e7b:0x72,_0x3eff6c:0x93,_0x53cf90:0x4f,_0x57b301:0x177,_0x16c4a1:0x11d,_0x3044e9:0x1bc,_0x38607:0x228},_0x4add23={_0xbbb3d0:0x306,_0x2c6fcb:0x1eb},_0x250c2f={_0x270cd7:0x21f,_0x31189b:0x9b},_0x1b8c96={'qWnyk':'Failed\x20to\x20'+'save\x20sessi'+'on','AWDWo':_0x353549(_0x3efaf7._0x2092fc,_0x3efaf7._0x583985,_0x3efaf7._0x158457,0x555)+_0x353549(_0x3efaf7._0x434dd0,_0x3efaf7._0x598b9d,0x4ee,0x4a5),'Kkguo':function(_0x364b2a,_0x5c9c32){return _0x364b2a||_0x5c9c32;},'QdnzJ':function(_0x477b9a,_0x1ebb71){return _0x477b9a!==_0x1ebb71;},'zXeEN':_0x3a7c6d(-0x6a,-_0x3efaf7._0x1c4f20,-_0x3efaf7._0x51e1f9,_0x3efaf7._0x1003e1),'cTmGR':_0x3a7c6d(-0xd,_0x3efaf7._0x3322ba,-0x9,-0x5e)+_0x3a7c6d(0x12,0x4f,-_0x3efaf7._0x32ed17,0x5),'aAMZz':_0x353549(_0x3efaf7._0x1400bd,_0x3efaf7._0x5baecd,0x4d8,0x4a4)+_0x3a7c6d(-_0x3efaf7._0x16489e,-_0x3efaf7._0x2b2c8e,-_0x3efaf7._0x24e657,-0x75)+_0x3a7c6d(-_0x3efaf7._0x3ae376,-_0x3efaf7._0x2f46df,-_0x3efaf7._0x4daf95,-_0x3efaf7._0x464750)+_0x353549(0x52f,0x4e5,0x4ce,_0x3efaf7._0x398f71),'GztNV':function(_0x3697f9,_0x527112,_0xe6da3e){return _0x3697f9(_0x527112,_0xe6da3e);},'PdAfi':_0x3a7c6d(-0x31,_0x3efaf7._0x43a80a,_0x3efaf7._0x18f06b,-_0x3efaf7._0x4b521f)+'in\x20attempt','kpOYO':_0x353549(0x576,0x563,_0x3efaf7._0x32b075,0x578)+_0x3a7c6d(-_0x3efaf7._0x12c429,-0x13,-0x6c,-0x8f)+'d','vSaXy':_0x3a7c6d(0x11,-0xb9,-0x7d,-0x26)+'r','UFKJN':_0x353549(_0x3efaf7._0x4036c6,0x544,0x54d,0x4f7)+_0x353549(_0x3efaf7._0x581b79,0x508,_0x3efaf7._0x15d58e,_0x3efaf7._0x186133)+'ring\x20authe'+_0x353549(0x436,_0x3efaf7._0xb87d44,0x433,0x43e)};function _0x3a7c6d(_0x757b00,_0x1d8e85,_0x486396,_0x2ee334){return _0xb2c31e(_0x757b00-0x182,_0x486396- -_0x250c2f._0x270cd7,_0x486396-_0x250c2f._0x31189b,_0x2ee334);}const {username:_0xc20d64,password:_0x55144b}=_0x595fad['body'];if(_0x1b8c96[_0x3a7c6d(_0x3efaf7._0x1003e1,-_0x3efaf7._0x1b4d5a,_0x3efaf7._0x198aea,-0x46)](!_0xc20d64,!_0x55144b)){if(_0x1b8c96['QdnzJ'](_0x1b8c96[_0x353549(0x43d,0x483,0x4ef,_0x3efaf7._0x4af0a2)],_0x1b8c96[_0x3a7c6d(-0x65,-0x65,-_0x3efaf7._0x36f8f8,-0x95)]))_0x4ac78c[_0x3a7c6d(_0x3efaf7._0x135db7,-0x17,0x69,_0x3efaf7._0x54a80f)][_0x3a7c6d(0x8d,0x81,0x5f,0xb3)]=_0xf73859['name'];else{const _0x2bae01={};return _0x2bae01[_0x353549(_0x3efaf7._0x4c849c,_0x3efaf7._0x500934,_0x3efaf7._0x15e477,_0x3efaf7._0x43493c)]=_0x1b8c96[_0x3a7c6d(0x5c,_0x3efaf7._0x3c95d6,_0x3efaf7._0x1dce20,_0x3efaf7._0x399779)],_0x2bae01['message']=_0x1b8c96[_0x3a7c6d(-_0x3efaf7._0x6e7899,-_0x3efaf7._0x2e1835,-_0x3efaf7._0x5f5011,-_0x3efaf7._0x4b6fc2)],_0x570e23[_0x3a7c6d(-0xcc,-_0x3efaf7._0x2076dc,-0x50,0x42)](0x1f17+-0x89a*0x2+-0xc53)[_0x353549(0x40f,_0x3efaf7._0x21655f,_0x3efaf7._0x9c3d32,0x4ab)](_0x2bae01);}}function _0x353549(_0x4df52c,_0x4d2b59,_0x19ed24,_0x49d7e6){return _0xb2c31e(_0x4df52c-0x1a7,_0x4d2b59-_0x4add23._0xbbb3d0,_0x19ed24-_0x4add23._0x2c6fcb,_0x49d7e6);}try{const _0xd4de3a=await _0x1b8c96[_0x3a7c6d(-_0x3efaf7._0x10142c,-0x7f,-0x8e,-0x64)](validatePassword,_0xc20d64,_0x55144b);if(!_0xd4de3a){const _0x964771={};_0x964771[_0x3a7c6d(0x3d,-0xa1,-0x29,-0x8)]=_0xc20d64,logger['warn'](_0x1b8c96[_0x3a7c6d(-0x45,0x79,-0x16,-_0x3efaf7._0x1a6a3a)],_0x964771);const _0x1584ee={};return _0x1584ee[_0x353549(_0x3efaf7._0x548be9,0x49d,0x4ec,0x51e)]=_0x1b8c96[_0x3a7c6d(0x7,-_0x3efaf7._0x4591ab,-_0x3efaf7._0x3b8dd5,-0x7f)],_0x1584ee[_0x3a7c6d(-0x1d,-0x59,-0x4c,-_0x3efaf7._0x530aaf)]=_0x3a7c6d(_0x3efaf7._0x532314,0x38,_0x3efaf7._0x110360,0x16)+_0x353549(_0x3efaf7._0x376883,_0x3efaf7._0x1ec243,0x4e5,_0x3efaf7._0x3d39e3)+_0x3a7c6d(-0xef,-0x13,-_0x3efaf7._0x200886,-0xd9),_0x570e23['status'](-0x1371+-0x626+0x1b28)['json'](_0x1584ee);}_0x595fad[_0x353549(0x537,_0x3efaf7._0x5c799a,0x617,0x587)]['userId']=_0xd4de3a['id'],_0x595fad[_0x3a7c6d(0x12,_0x3efaf7._0x495a5f,0x69,0xa6)]['username']=_0xd4de3a[_0x3a7c6d(0x3a,-_0x3efaf7._0xaedad,-_0x3efaf7._0x3eecc6,-_0x3efaf7._0x572980)],_0x595fad['session'][_0x3a7c6d(-_0x3efaf7._0x198aea,-_0x3efaf7._0x3825b4,-_0x3efaf7._0x4a8a3f,-_0x3efaf7._0x18ed87)]=_0xd4de3a['email'],_0x595fad[_0x353549(0x5d3,0x58e,_0x3efaf7._0x27c386,_0x3efaf7._0x1da30c)][_0x353549(_0x3efaf7._0xada8e8,0x584,_0x3efaf7._0x41a122,0x59e)]=_0xd4de3a[_0x353549(0x4fc,0x584,0x50b,_0x3efaf7._0xb23a17)],_0x595fad[_0x353549(0x508,_0x3efaf7._0x5c799a,_0x3efaf7._0x4fa024,0x585)][_0x3a7c6d(-_0x3efaf7._0xbb454a,-0x2c,_0x3efaf7._0x51d04c,_0x3efaf7._0x861da5)+'me']=_0xd4de3a['ssh_userna'+'me'],_0x595fad[_0x353549(_0x3efaf7._0x16ee70,0x58e,_0x3efaf7._0x187381,0x595)][_0x3a7c6d(-_0x3efaf7._0x1bd0e5,_0x3efaf7._0x26d10f,-0x56,-_0x3efaf7._0x4f43c6)](_0x59f24d=>{const _0x3602a0={_0x3b19b1:0x1e0,_0x19a859:0x610},_0x485598={_0x511fc7:0xbb};if(_0x59f24d){logger[_0xad28ca(-0x155,-0x101,-_0xc69673._0x116bef,-0x173)](_0x1b8c96[_0x40b697(-_0xc69673._0x58c5de,-0x49,-0x83,-0x7e)],_0x59f24d);const _0x1a3836={};return _0x1a3836[_0xad28ca(-_0xc69673._0x4c9d85,-_0xc69673._0x5312e2,-_0xc69673._0x30f2f1,-0x173)]=_0xad28ca(-_0xc69673._0x5a8d87,-_0xc69673._0x33028a,-_0xc69673._0x5d8c0e,-_0xc69673._0x62ee87)+'ed',_0x1a3836[_0xad28ca(-0x10f,-0xa5,-0x12a,-0x137)]=_0x40b697(-_0xc69673._0x169ef8,-_0xc69673._0x101a91,-0xdf,-_0xc69673._0x42290a)+_0x40b697(-0x50,-0x40,-0x107,-_0xc69673._0x4b4179)+_0x40b697(-0xb9,-_0xc69673._0x25e172,-_0xc69673._0xeede5d,-0x133),_0x570e23[_0x40b697(-0x8c,-_0xc69673._0x37bb58,-0x133,-_0xc69673._0x52884d)](-0x162f+-0x755+0x1f78)[_0x40b697(-0x1ec,-_0xc69673._0x107b58,-_0xc69673._0x477684,-_0xc69673._0x1f9563)](_0x1a3836);}const _0x443cb2={};_0x443cb2[_0xad28ca(-_0xc69673._0x9b0c25,-_0xc69673._0x34690f,-_0xc69673._0x1149ad,-_0xc69673._0x2f21d6)]=_0xd4de3a['id'],_0x443cb2[_0xad28ca(-0x125,-_0xc69673._0x2e599e,-0x103,-0x114)]=_0xd4de3a[_0x40b697(-_0xc69673._0x3ee914,-_0xc69673._0x2b295b,-_0xc69673._0x1592a6,-0xe4)];function _0x40b697(_0x3de102,_0x1b2c1c,_0x20d046,_0x42c915){return _0x3a7c6d(_0x3de102-0x1ce,_0x1b2c1c-0x62,_0x42c915- -_0x485598._0x511fc7,_0x20d046);}logger['info'](_0x1b8c96[_0x40b697(-_0xc69673._0x2beec2,-_0xc69673._0x41211a,-0x17b,-0x14f)],_0x443cb2);const _0x2b8e12={};_0x2b8e12['id']=_0xd4de3a['id'];function _0xad28ca(_0x49de19,_0x58e7b2,_0x4b5ec6,_0x2ed0c7){return _0x353549(_0x49de19-_0x3602a0._0x3b19b1,_0x2ed0c7- -_0x3602a0._0x19a859,_0x4b5ec6-0x0,_0x4b5ec6);}_0x2b8e12[_0x40b697(-_0xc69673._0x41211a,-0x85,-_0xc69673._0x457cf5,-0xe4)]=_0xd4de3a['username'],_0x2b8e12['email']=_0xd4de3a[_0x40b697(-_0xc69673._0x2d8f35,-0x12f,-_0xc69673._0x2d6fa7,-0x116)],_0x2b8e12[_0xad28ca(-_0xc69673._0x54bddc,-0x76,-0x42,-0x8c)]=_0xd4de3a[_0x40b697(_0xc69673._0x4fb2ca,-_0xc69673._0xb46e7b,-_0xc69673._0x3eff6c,-0x5c)],_0x2b8e12['ssh_userna'+'me']=_0xd4de3a[_0xad28ca(-0x104,-0x50,-_0xc69673._0x53cf90,-0xa3)+'me'];const _0x435700={};_0x435700[_0xad28ca(-0x196,-0x1a2,-_0xc69673._0x57b301,-_0xc69673._0x16c4a1)]=_0x2b8e12,_0x570e23[_0xad28ca(-0x139,-_0xc69673._0x3044e9,-_0xc69673._0x38607,-0x1a3)](_0x435700);});}catch(_0x6ed787){logger[_0x353549(0x4ce,_0x3efaf7._0x500934,0x4a7,_0x3efaf7._0x57e68a)](_0x1b8c96['vSaXy'],_0x6ed787);const _0x2bb2be={};_0x2bb2be[_0x3a7c6d(-0xc3,-_0x3efaf7._0x3e942f,-0x88,-_0x3efaf7._0x112949)]='Login\x20fail'+'ed',_0x2bb2be[_0x3a7c6d(-0x18,0x21,-_0x3efaf7._0x1bd0e5,-0x2e)]=_0x1b8c96['UFKJN'],_0x570e23[_0x353549(_0x3efaf7._0x93611f,0x4d5,0x54c,0x4bf)](0xe9e*-0x1+0x2*0xab6+-0x4da)[_0x3a7c6d(-0x123,-0xef,-_0x3efaf7._0x17cbe6,-0x62)](_0x2bb2be);}}),router[_0xb2c31e(0x139,0x1a0,0x143,0x1fa)](_0x4c161b(0x1fe,0x1f1,0x1d4,0x16e),(_0x22df79,_0x2e4822)=>{const _0x2928d3={_0x123402:0xac,_0x1d893c:0x5b,_0x4885ad:0x86,_0x58db34:0xdd,_0x25881b:0x85,_0x1d10d5:0x117,_0x844f96:0xde,_0x5c16b8:0xec,_0x427019:0xd1,_0x4b1949:0xc9,_0x273cea:0x4,_0x1a14e5:0xc6,_0x6eeb07:0x81,_0x5cfba3:0xc3,_0x1bccf1:0xd6,_0x394104:0xf4,_0x138d36:0x63,_0x21d379:0x1cf,_0x22ceec:0x1a3,_0xddcdfa:0x71,_0x5441f2:0x1c,_0x47d0d1:0x39,_0x325aa8:0x77,_0x56b0fe:0x1c,_0x357281:0x11c,_0x446ded:0x1f0,_0x314bba:0xed,_0x51aed3:0x124,_0x35f71f:0x17f,_0x316c8a:0x125,_0x37c3d5:0xc6,_0x4cbd6b:0x24,_0x2daa61:0x3b},_0x568758={_0x118a46:0x71,_0x458659:0x98,_0x4fc2cf:0x3,_0x1cda1c:0x9f,_0x19d232:0x1f,_0xc1204f:0x60,_0x51399b:0x2,_0x51032c:0x37,_0x56c873:0x3d,_0x1fbb37:0x103,_0x2666c8:0xb,_0x15f779:0x94,_0x142fe3:0x39,_0x1f1a10:0x4d,_0x4971c7:0x116,_0xdf9a65:0xd5,_0x51cc33:0x42,_0x49a4a1:0x61,_0x588032:0x4b,_0x103973:0x57,_0x299cd2:0x49,_0x48cec7:0x4d0,_0xc230e:0x4bf,_0x477914:0x38,_0x27a2d2:0x1d,_0x139ade:0x11,_0x1e2ca0:0x4f4,_0x25fc15:0x524},_0x49c646={_0x2ec828:0x106,_0xb98451:0x4c6},_0x3b51a4={_0x57ef7a:0x74},_0x338c3f={_0x1f2103:0x10c},_0x1679ea={};function _0x8a6faf(_0x557e66,_0x49240e,_0x24850a,_0x25d21d){return _0xb2c31e(_0x557e66-_0x338c3f._0x1f2103,_0x25d21d- -0x287,_0x24850a-0x12e,_0x49240e);}_0x1679ea[_0x2dfe6e(_0x2928d3._0x123402,_0x2928d3._0x1d893c,0xb7,0x57)]='Logout\x20fai'+'led',_0x1679ea['oiRJa']=_0x8a6faf(-_0x2928d3._0x4885ad,-0xe0,-0x140,-_0x2928d3._0x58db34)+_0x2dfe6e(_0x2928d3._0x25881b,0x8c,_0x2928d3._0x1d10d5,0x24)+_0x8a6faf(-_0x2928d3._0x844f96,-0x169,-0x14c,-_0x2928d3._0x5c16b8),_0x1679ea[_0x8a6faf(-0xf9,-_0x2928d3._0x427019,-_0x2928d3._0x4b1949,-0x11c)]=_0x8a6faf(0x5c,0x28,0x10,-_0x2928d3._0x273cea)+_0x2dfe6e(0x11f,0xe2,0x93,_0x2928d3._0x1a14e5),_0x1679ea[_0x8a6faf(-_0x2928d3._0x6eeb07,-_0x2928d3._0x5cfba3,-_0x2928d3._0x1bccf1,-_0x2928d3._0x394104)]=_0x8a6faf(-0x78,-_0x2928d3._0x138d36,-0x138,-0xda)+'\x20successfu'+_0x2dfe6e(0x1d2,0x186,_0x2928d3._0x21d379,_0x2928d3._0x22ceec);const _0x71dc44=_0x1679ea,_0x29a230=_0x22df79[_0x8a6faf(-0x68,0x63,-_0x2928d3._0xddcdfa,0x1)]?.[_0x8a6faf(-_0x2928d3._0x5441f2,-_0x2928d3._0x47d0d1,-_0x2928d3._0x325aa8,-_0x2928d3._0x56b0fe)];function _0x2dfe6e(_0x1a4ad6,_0x5d791e,_0x36a046,_0x58463a){return _0xb2c31e(_0x1a4ad6-_0x3b51a4._0x57ef7a,_0x5d791e- -0x109,_0x36a046-0x1bf,_0x36a046);}const _0x39a15d=_0x22df79[_0x2dfe6e(_0x2928d3._0x357281,0x17f,0x20f,_0x2928d3._0x446ded)]?.[_0x2dfe6e(0x15c,_0x2928d3._0x314bba,0xb9,_0x2928d3._0x51aed3)];_0x22df79[_0x2dfe6e(_0x2928d3._0x394104,_0x2928d3._0x35f71f,0x12a,_0x2928d3._0x316c8a)][_0x8a6faf(-_0x2928d3._0x37c3d5,-_0x2928d3._0x4cbd6b,_0x2928d3._0x2daa61,-0x54)](_0x2b735e=>{const _0x81568a={_0x1e2512:0x15b};if(_0x2b735e){const _0x33b39b={};_0x33b39b[_0x594658(_0x568758._0x118a46,_0x568758._0x458659,0x129,0xb7)]=_0x29a230,_0x33b39b['username']=_0x39a15d,logger['error']('Failed\x20to\x20'+_0x594658(_0x568758._0x4fc2cf,-_0x568758._0x1cda1c,0x64,-_0x568758._0x19d232)+_0x594658(0x56,-0xa6,-0x63,-0x19),_0x2b735e,_0x33b39b);const _0x19f1b2={};return _0x19f1b2[_0x594658(-0xa,0x5c,-_0x568758._0xc1204f,-0x1d)]=_0x71dc44[_0x594658(_0x568758._0x51399b,0x25,0x2c,-0x50)],_0x19f1b2[_0x594658(_0x568758._0x51032c,_0x568758._0x56c873,-0x43,0x1f)]=_0x71dc44[_0x594658(0xcd,_0x568758._0x1fbb37,-_0x568758._0x2666c8,0x7b)],_0x2e4822['status'](0x15*-0x1b7+0x633+0x1fc4)[_0x594658(-_0x568758._0x15f779,-0x5c,_0x568758._0x142fe3,-_0x568758._0x1f1a10)](_0x19f1b2);}const _0xa6e11d={};_0xa6e11d[_0x594658(_0x568758._0x4971c7,0x95,0x10b,0xb7)]=_0x29a230,_0xa6e11d[_0x594658(0xb1,0xc3,_0x568758._0xdf9a65,_0x568758._0x51cc33)]=_0x39a15d,logger['info'](_0x71dc44[_0x594658(-_0x568758._0x49a4a1,_0x568758._0x588032,-_0x568758._0x103973,-_0x568758._0x299cd2)],_0xa6e11d),_0x2e4822[_0x283987(0x53d,_0x568758._0x48cec7,_0x568758._0xc230e,0x527)+'e'](_0x594658(_0x568758._0x477914,_0x568758._0x27a2d2,0x72,-_0x568758._0x139ade));const _0x55bf97={};function _0x283987(_0x8066b,_0x379953,_0x38f71e,_0x1ac895){return _0x2dfe6e(_0x8066b-_0x49c646._0x2ec828,_0x1ac895-_0x49c646._0xb98451,_0x38f71e,_0x1ac895-0x167);}_0x55bf97[_0x283987(0x5d3,0x5d6,0x551,0x590)]=_0x71dc44['CSZgX'];function _0x594658(_0x34fc63,_0x3d105f,_0x1940a0,_0x36831a){return _0x8a6faf(_0x34fc63-0xfd,_0x1940a0,_0x1940a0-_0x81568a._0x1e2512,_0x36831a-0xd3);}_0x2e4822[_0x283987(0x4a8,_0x568758._0x1e2ca0,0x59a,_0x568758._0x25fc15)](_0x55bf97);});}),router[_0x4c161b(0x282,0x277,0x1ed,0x281)](_0xb2c31e(0x2b7,0x28b,0x2dc,0x2e6),requireAuth,async(_0x4107d5,_0x3d66c1)=>{const _0x4b3066={_0x5b567f:0x54a,_0x13a695:0x590,_0x3f33ca:0x55b,_0x42819a:0x1bf,_0x47ce21:0x1f7,_0x32e909:0x20d,_0x3ceff7:0x5af,_0x376049:0xdb,_0x3ea7ec:0xfd,_0x823f0e:0x127,_0x31ed7a:0x18e,_0x7639b8:0x5ea,_0x1e14d0:0x5b7,_0x3cf3cc:0x5cb,_0x302028:0x1d8,_0x1dfcf4:0x14c,_0x263bfb:0x183,_0x93e9ee:0x1b0,_0x467f47:0x66b,_0x2dd5e6:0x549,_0x512376:0x625,_0x150277:0x59a,_0x521eb2:0xef,_0x1bb9e5:0x193,_0x45fa12:0x60b,_0x161b2d:0x689,_0x470ed0:0x60d,_0x1c0d3d:0x537,_0x22678c:0x4a8,_0x52a867:0x53a,_0x5d8c3f:0x4f2,_0x511c6f:0x268,_0x5a36bc:0x26b,_0x17789d:0x56e,_0x5914ac:0x150,_0x4906d5:0x55c,_0x1590a4:0x5fe,_0x2b80f1:0x507,_0x47726c:0x507,_0x52037e:0x507,_0xef9280:0x55a,_0x25308d:0x566,_0x2c1a6b:0x581,_0x4f4196:0x573,_0x5f4fc4:0x570,_0x3e74db:0x16a,_0x283ec0:0x16d,_0x24afd1:0x115,_0x14f7e0:0x120,_0x3c14e2:0x56c,_0x5c437d:0x4ec,_0x79126b:0x4d3,_0x4f1fd7:0x1a2,_0x11b5de:0x211,_0x449edd:0x12a,_0x2f1266:0x153,_0x383919:0x11e,_0x5f0df8:0x61e,_0x21f7dc:0x587,_0x38d3a3:0x619,_0x36791b:0x17b,_0x2dfb63:0x156,_0x2914b4:0xec,_0x9f38ab:0x159,_0x3276dc:0x5b3,_0xd5a02:0x503,_0x32cf2f:0x160,_0x5d10d9:0x123,_0x3f7e4f:0x55b,_0x56acf2:0x510,_0x581d45:0x4b5,_0x46b932:0x60,_0x3ec6fc:0x668,_0x23d5fa:0x143,_0x5e3ae5:0x131,_0x35158d:0x4f9,_0x461a7f:0x5d7,_0x13c463:0xa8,_0x5eafa5:0xbb,_0x1b6759:0x75,_0x2873e2:0x1cc,_0x29c03a:0x2f,_0x4a4614:0x114,_0x1f0b5d:0x5b,_0x33805a:0xd2,_0x5523c0:0x113,_0x1071a:0xd4,_0x4537d8:0x6f,_0x337395:0x14d,_0x4dfb51:0x5e7,_0x1391cc:0x523,_0x438007:0x1d2,_0x1f2df2:0x16e,_0x444a1d:0x642,_0x297207:0x5c2,_0x554647:0x650,_0x2e7625:0x553,_0x382fca:0x58d,_0x2d437a:0x547,_0x69dadd:0x117,_0x5d7d95:0x1b6,_0x1419eb:0x125,_0x43fa49:0x54e,_0x427935:0x538,_0x53b9d2:0x564,_0x11b8e3:0x581,_0x187059:0x644,_0x537a40:0x5a8,_0x23d212:0x115,_0x35a6eb:0x101,_0x233fd8:0xf7,_0x23bcd1:0x14a,_0x13a903:0x607,_0x1ac3b2:0x653,_0x8badcb:0x5bc,_0x4b6565:0x5d1,_0x19b304:0xea,_0x4114d6:0x1b8},_0x4e0e51={_0x5ab15c:0xd0,_0x217723:0x35e},_0x33da75={_0x1b6577:0x3a0,_0x51549e:0x184};function _0x2deb45(_0x46bd47,_0x25ffd7,_0x3532bf,_0xb7774a){return _0xb2c31e(_0x46bd47-0x106,_0x46bd47-_0x33da75._0x1b6577,_0x3532bf-_0x33da75._0x51549e,_0x25ffd7);}function _0x429866(_0x2ff830,_0x20e0b8,_0x380860,_0x140fc){return _0x4c161b(_0x2ff830-0x96,_0x20e0b8-_0x4e0e51._0x5ab15c,_0x20e0b8- -_0x4e0e51._0x217723,_0x380860);}const _0x1e2965={'LQnSs':_0x2deb45(_0x4b3066._0x5b567f,_0x4b3066._0x13a695,_0x4b3066._0x3f33ca,0x54b)+_0x429866(-_0x4b3066._0x42819a,-0x1a4,-_0x4b3066._0x47ce21,-_0x4b3066._0x32e909)+'ssion','bEpcX':function(_0x4d074,_0x46da0a){return _0x4d074===_0x46da0a;},'gEwoG':_0x2deb45(0x626,0x6c0,0x668,_0x4b3066._0x3ceff7)+_0x429866(-0x111,-_0x4b3066._0x376049,-0x16a,-0xa7),'MOSWw':function(_0x212081,_0x4c71fe){return _0x212081(_0x4c71fe);},'SErCZ':function(_0x4d396d,_0x4d938b){return _0x4d396d!==_0x4d938b;},'cpVyE':_0x429866(-0x115,-_0x4b3066._0x3ea7ec,-0x6b,-0x133),'FTZKP':_0x429866(-_0x4b3066._0x823f0e,-_0x4b3066._0x31ed7a,-_0x4b3066._0x32e909,-0x101),'NOlot':function(_0x16d0e4,_0x506913){return _0x16d0e4===_0x506913;},'mmlFM':_0x2deb45(0x566,_0x4b3066._0x7639b8,0x56e,0x522)};try{const _0x3157a7=await _0x1e2965[_0x2deb45(_0x4b3066._0x1e14d0,0x61d,_0x4b3066._0x3cf3cc,0x55e)](findUserById,_0x4107d5[_0x429866(-_0x4b3066._0x302028,-_0x4b3066._0x1dfcf4,-0x14b,-_0x4b3066._0x263bfb)]['id']),_0x3fef6d={};_0x3fef6d['server']=[],_0x3fef6d[_0x429866(-0x1a3,-0x117,-0xb7,-_0x4b3066._0x93e9ee)+'ts']={},_0x3fef6d[_0x2deb45(0x5df,0x611,0x5f4,_0x4b3066._0x467f47)]={};let _0x14b9b2=_0x3fef6d;try{if(_0x1e2965[_0x2deb45(0x534,0x4d2,0x521,_0x4b3066._0x2dd5e6)](_0x1e2965['cpVyE'],_0x1e2965[_0x2deb45(_0x4b3066._0x512376,_0x4b3066._0x150277,0x624,0x6b2)]))_0x14b9b2=await _0x1e2965[_0x429866(-_0x4b3066._0x521eb2,-0x122,-0x104,-_0x4b3066._0x1bb9e5)](resolveAllUserPermissions,_0x4107d5[_0x2deb45(0x58d,0x5e4,0x5d0,0x5d8)]['id']);else{const _0x2cc559={};_0x2cc559[_0x2deb45(_0x4b3066._0x45fa12,_0x4b3066._0x161b2d,_0x4b3066._0x470ed0,0x624)]=_0x5d9622,_0x2cc559['username']=_0x5bf3af,_0x5321e3[_0x2deb45(_0x4b3066._0x1c0d3d,_0x4b3066._0x22678c,_0x4b3066._0x52a867,0x56b)](_0x1e2965['LQnSs'],_0x24a3b8,_0x2cc559);const _0xcf9049={};return _0xcf9049[_0x2deb45(0x537,_0x4b3066._0x5d8c3f,0x54c,0x508)]=_0x429866(-_0x4b3066._0x511c6f,-0x1d8,-0x1f6,-_0x4b3066._0x5a36bc)+_0x2deb45(0x5a4,_0x4b3066._0x17789d,0x5ab,0x5ae),_0xcf9049[_0x429866(-0x126,-0x166,-0x19f,-_0x4b3066._0x5914ac)]=_0x1e2965['LQnSs'],_0x5e62d3[_0x2deb45(0x56f,_0x4b3066._0x4906d5,0x55b,_0x4b3066._0x1590a4)](-0x15*0xc2+0xec4+0x31a)[_0x2deb45(_0x4b3066._0x2b80f1,_0x4b3066._0x47726c,_0x4b3066._0x52037e,0x4bd)](_0xcf9049);}}catch(_0x3869ca){if(_0x1e2965[_0x2deb45(0x572,0x5c0,0x577,_0x4b3066._0xef9280)](_0x2deb45(_0x4b3066._0x25308d,0x5d1,0x5dd,_0x4b3066._0x2c1a6b),_0x1e2965['mmlFM'])){const _0x5df38a={};_0x5df38a[_0x2deb45(0x537,0x569,0x5ba,0x51c)]=_0x3869ca[_0x2deb45(_0x4b3066._0x4f4196,0x56d,0x585,_0x4b3066._0x5f4fc4)],_0x5df38a[_0x429866(-_0x4b3066._0x3e74db,-_0x4b3066._0x283ec0,-_0x4b3066._0x24afd1,-_0x4b3066._0x14f7e0)]=_0x3869ca[_0x2deb45(_0x4b3066._0x3c14e2,_0x4b3066._0x5c437d,0x4d8,_0x4b3066._0x79126b)],logger[_0x429866(-0x159,-_0x4b3066._0x4f1fd7,-_0x4b3066._0x11b5de,-0x16d)]('Permission'+_0x429866(-_0x4b3066._0x449edd,-_0x4b3066._0x2f1266,-0x1c0,-_0x4b3066._0x383919)+_0x2deb45(0x5ff,_0x4b3066._0x5f0df8,_0x4b3066._0x21f7dc,_0x4b3066._0x38d3a3)+_0x429866(-0x17b,-0x194,-0x105,-0x19d),_0x5df38a);}else{if(!_0xdb90a9||_0x1e2965[_0x429866(-_0x4b3066._0x36791b,-_0x4b3066._0x2dfb63,-_0x4b3066._0x2914b4,-_0x4b3066._0x9f38ab)](_0x577508['trim']()['length'],-0x1d51+0x1*0x3f0+0x1*0x1961)){const _0x4dfb32={};return _0x4dfb32[_0x2deb45(0x537,0x5a2,_0x4b3066._0x3276dc,_0x4b3066._0xd5a02)]=_0x1e2965[_0x429866(-0x10a,-0xff,-_0x4b3066._0x32cf2f,-_0x4b3066._0x5d10d9)],_0x428465['status'](-0x7*-0x2a7+0x1ab*0x16+-0x35b3)[_0x2deb45(_0x4b3066._0x47726c,_0x4b3066._0x3f7e4f,_0x4b3066._0x56acf2,_0x4b3066._0x581d45)](_0x4dfb32);}_0x144ce3[_0x429866(-0xc0,-0xbb,-_0x4b3066._0x46b932,-0x9d)]=_0x3619d1[_0x2deb45(0x5ef,_0x4b3066._0x3ec6fc,0x5e0,0x643)]();}}const _0x1304b8={};_0x1304b8['id']=_0x4107d5['user']['id'],_0x1304b8[_0x429866(-0x15f,-0x143,-0x144,-0x148)]=_0x4107d5['user'][_0x429866(-0xcc,-_0x4b3066._0x23d5fa,-_0x4b3066._0x5e3ae5,-0x1c5)],_0x1304b8[_0x2deb45(0x564,0x5d3,_0x4b3066._0x35158d,0x4d8)]=_0x4107d5['user'][_0x2deb45(0x564,0x502,0x4e1,_0x4b3066._0x461a7f)],_0x1304b8[_0x429866(-_0x4b3066._0x13c463,-_0x4b3066._0x5eafa5,-0xdc,-_0x4b3066._0x1b6759)]=_0x4107d5[_0x429866(-_0x4b3066._0x2873e2,-0x14c,-0x15a,-0x111)][_0x429866(-_0x4b3066._0x29c03a,-0xbb,-_0x4b3066._0x4a4614,-_0x4b3066._0x1f0b5d)],_0x1304b8['permission'+'s']=_0x14b9b2,_0x1304b8['ssh_userna'+'me']=_0x4107d5['user'][_0x429866(-0xae,-_0x4b3066._0x33805a,-0x61,-_0x4b3066._0x5523c0)+'me'],_0x1304b8[_0x429866(-0x123,-_0x4b3066._0x1071a,-_0x4b3066._0x4537d8,-0x60)]=_0x3157a7?.[_0x429866(-0x11f,-_0x4b3066._0x1071a,-0x12d,-0xdf)]||null,_0x1304b8['preference'+'s']=_0x3157a7?.[_0x429866(-_0x4b3066._0x337395,-0x195,-0x1d3,-0x14c)+'s']||{};const _0xf1efe6={};_0xf1efe6[_0x2deb45(0x58d,_0x4b3066._0x4dfb51,_0x4b3066._0x1391cc,0x5ff)]=_0x1304b8,_0x3d66c1[_0x429866(-0x1f5,-_0x4b3066._0x438007,-0x1ce,-_0x4b3066._0x1f2df2)](_0xf1efe6);}catch(_0x50a93a){const _0x545e47={};_0x545e47[_0x2deb45(0x5cd,0x5bf,0x651,_0x4b3066._0x444a1d)]=[],_0x545e47[_0x2deb45(_0x4b3066._0x297207,_0x4b3066._0x554647,0x52f,_0x4b3066._0x2e7625)+'ts']={},_0x545e47[_0x429866(-0xe3,-0xfa,-0x104,-0x85)]={};const _0x55860d={};_0x55860d['id']=_0x4107d5[_0x2deb45(_0x4b3066._0x382fca,_0x4b3066._0x2d437a,0x623,0x55e)]['id'],_0x55860d['username']=_0x4107d5[_0x429866(-_0x4b3066._0x69dadd,-_0x4b3066._0x1dfcf4,-0xfe,-_0x4b3066._0x5d7d95)][_0x429866(-0xde,-0x143,-_0x4b3066._0x1419eb,-0x175)],_0x55860d['email']=_0x4107d5[_0x2deb45(_0x4b3066._0x382fca,_0x4b3066._0x43fa49,_0x4b3066._0x427935,0x617)][_0x2deb45(_0x4b3066._0x53b9d2,_0x4b3066._0x11b8e3,0x580,0x571)],_0x55860d[_0x2deb45(0x61e,_0x4b3066._0x187059,_0x4b3066._0x3cf3cc,0x673)]=_0x4107d5[_0x2deb45(0x58d,_0x4b3066._0x537a40,0x4f8,0x626)][_0x429866(-_0x4b3066._0x23d212,-0xbb,-0xdb,-0xea)],_0x55860d[_0x429866(-0x84,-_0x4b3066._0x35a6eb,-_0x4b3066._0x233fd8,-_0x4b3066._0x23bcd1)+'s']=_0x545e47,_0x55860d[_0x2deb45(_0x4b3066._0x13a903,_0x4b3066._0x1ac3b2,0x5b7,_0x4b3066._0x8badcb)+'me']=_0x4107d5['user']['ssh_userna'+'me'],_0x55860d[_0x2deb45(0x605,0x5d4,0x65b,_0x4b3066._0x4b6565)]=null,_0x55860d[_0x429866(-0x22a,-0x195,-0x1fb,-0x181)+'s']={};const _0x338ca7={};_0x338ca7[_0x429866(-0xc3,-_0x4b3066._0x1dfcf4,-_0x4b3066._0x19b304,-0x13a)]=_0x55860d,_0x3d66c1[_0x429866(-0x183,-0x1d2,-_0x4b3066._0x4114d6,-0x26a)](_0x338ca7);}}),router[_0xb2c31e(0x111,0x1a0,0x154,0x11d)](_0x4c161b(0x26a,0x246,0x228,0x2b2),async(_0x4120a7,_0x208b27)=>{const _0x2bc4f1={_0x36d4f8:0x247,_0x54a54f:0x193,_0x299d69:0x1e2,_0x4a1d07:0x285,_0x4b0143:0x209,_0x3ea9d5:0x21b,_0x3a5039:0x2d4,_0xf3618a:0x265,_0x235e8a:0x146,_0x3862cc:0xea,_0x166000:0x2f4,_0x3c1ef9:0x3a4,_0x463ca7:0x29c,_0x14b67b:0x1de,_0x39c726:0x23c,_0x3a325c:0x2ff,_0x34044d:0x2a7,_0x3421be:0x2eb,_0x3d3d69:0x2e5,_0x283007:0x1a6,_0x3de3bc:0x226,_0x499796:0x249,_0x11d5fd:0x2da,_0x4f1956:0x292,_0x5e46ae:0x1e6,_0x5b1c00:0x1af,_0x1637cb:0x21f,_0x1a4f4b:0x190,_0x1350aa:0x192,_0xe86360:0x302,_0x2719a4:0x324,_0x3aac58:0x2ce,_0x309ea0:0x2de,_0x3d3a5d:0x1d1,_0xf2e531:0x250,_0x59ba03:0x231,_0x64bf7c:0x32f,_0x1b1b32:0x32a,_0x3a54ce:0x22f,_0x340453:0x288,_0x5b0834:0x1f1,_0xec892:0x1e8,_0x3efd5d:0x159,_0x26a9b5:0x2b1,_0x56fc2b:0x341,_0x588d7b:0x2b0,_0x4bf8c5:0x278,_0x386c4a:0x2d1,_0x256f77:0x291,_0xf4cde6:0x31d,_0x615a6b:0x28a,_0x436d9d:0x2c9,_0x570dac:0x30d,_0x53ff7b:0x2c0,_0x52d715:0x160,_0x428643:0x1d2,_0x45ec55:0x268,_0x46c559:0x246,_0x5ce296:0x1c4,_0x47c995:0x22f,_0x2a5bd0:0x25f,_0x565214:0x2d5,_0xbeae15:0x229,_0x4da33c:0x284,_0x22b3b4:0x221,_0xe55360:0x267,_0x56fbfe:0x303,_0x272f2d:0x296,_0x414d76:0x2d8,_0x30f155:0x25b,_0x56e28b:0x283,_0x1e963e:0x23f,_0x2825b1:0x34e,_0x5451ad:0x35d,_0x4c0eaf:0x331,_0x20354f:0x355,_0x5d9fc8:0x24b,_0x464040:0x286,_0x225c5a:0x2c5,_0xd9b932:0x2a4,_0x539b40:0x2d6,_0x21d75e:0x2e2,_0x5c2bb2:0x232,_0x3bbef3:0x1b7,_0xb4473b:0x1d3,_0x259b8d:0x31c,_0x368093:0x34a,_0x5d7f9f:0x329,_0x422e36:0x2ea,_0x48e4a3:0x381,_0x2123b5:0x240,_0x3836a0:0x267,_0x1dece1:0x24c,_0x3adeca:0x1b9,_0x3f4d78:0x243,_0x24d4f0:0x371,_0x2bc87b:0x305,_0x476015:0x18a,_0x1a4903:0x208,_0x3c37fa:0x1b5,_0x197a21:0x208,_0x2b6b43:0x2a1,_0x54b3f3:0x2c6,_0x10b7e7:0x264,_0xacacde:0x1e1,_0x15784b:0x2c7,_0x471932:0x2ee,_0x4199a4:0x367,_0x13c285:0x344,_0x257c4a:0x1a7,_0x3d61d6:0x15c,_0x415618:0x137,_0x241917:0x180,_0x341f7b:0x2f9,_0x239b69:0x279,_0x335de1:0x2cb,_0x2314ba:0x32c,_0x3cfdae:0x33a,_0x115ea9:0x3b6,_0x412b07:0x3a8,_0x316e6a:0x1e9,_0x160c30:0x25a,_0x23e22a:0x2e1,_0x4fbdbf:0x2bf,_0x4fae6b:0x26b,_0x2d150e:0x2fb,_0x88e49a:0x21a,_0x5d1af5:0x321,_0x339de0:0x1fa,_0x520b05:0x207,_0x51c043:0x20e,_0x56feeb:0x245,_0x490baf:0x274,_0x6c364a:0x260,_0x135401:0x2aa,_0x179feb:0x2bf,_0xd40ffd:0x1b2,_0x392d68:0x1c0,_0x38fa9b:0x1c2},_0x58ed9e={_0x220f82:0x1ad,_0x5bcb41:0x423},_0x44c448={_0x1149e6:0xf8},_0x59e911={'MnNTI':'Failed\x20to\x20'+'upload\x20ava'+_0xabce1a(-_0x2bc4f1._0x36d4f8,-0x1d5,-0x255,-0x242),'jRBhD':'Invalid\x20fi'+_0xabce1a(-_0x2bc4f1._0x54a54f,-_0x2bc4f1._0x299d69,-0x173,-0x1c1)+_0x12ff3c(_0x2bc4f1._0x4a1d07,0x20f,0x264,_0x2bc4f1._0x4b0143)+_0xabce1a(-_0x2bc4f1._0x3ea9d5,-0x2ed,-_0x2bc4f1._0x3a5039,-_0x2bc4f1._0xf3618a)+_0xabce1a(-0x247,-_0x2bc4f1._0x235e8a,-0x17b,-0x1b2)+_0xabce1a(-0xfd,-0x137,-_0x2bc4f1._0x3862cc,-0x181)+'.','uFtlM':function(_0xcd5865,_0x471d94){return _0xcd5865||_0x471d94;},'Stkub':_0x12ff3c(0x331,_0x2bc4f1._0x166000,0x37f,_0x2bc4f1._0x3c1ef9),'PoJBR':_0xabce1a(-_0x2bc4f1._0x463ca7,-_0x2bc4f1._0x14b67b,-0x228,-_0x2bc4f1._0x39c726),'YTLPm':_0x12ff3c(0x30e,_0x2bc4f1._0x3a325c,0x31c,_0x2bc4f1._0x34044d)+_0x12ff3c(_0x2bc4f1._0x3421be,_0x2bc4f1._0x3d3d69,0x357,0x2cd),'qvBZl':_0xabce1a(-_0x2bc4f1._0x283007,-_0x2bc4f1._0x3de3bc,-0x19f,-0x21c)+_0xabce1a(-_0x2bc4f1._0x499796,-0x2d6,-_0x2bc4f1._0x11d5fd,-0x272)+_0x12ff3c(_0x2bc4f1._0x4f1956,0x29a,0x229,_0x2bc4f1._0x3421be)+_0xabce1a(-0x198,-_0x2bc4f1._0x5e46ae,-_0x2bc4f1._0x5b1c00,-_0x2bc4f1._0x1637cb),'UbJCU':function(_0x27b99a,_0x35d043){return _0x27b99a===_0x35d043;},'KvHcg':_0xabce1a(-_0x2bc4f1._0x1a4f4b,-0x1bf,-0x1b9,-_0x2bc4f1._0x1350aa),'qgrgg':_0x12ff3c(_0x2bc4f1._0xe86360,0x37f,_0x2bc4f1._0x2719a4,_0x2bc4f1._0x3aac58)+_0x12ff3c(0x2f6,0x381,0x371,_0x2bc4f1._0x309ea0)+_0xabce1a(-0x23c,-_0x2bc4f1._0x3d3a5d,-_0x2bc4f1._0xf2e531,-_0x2bc4f1._0x59ba03),'UQlXg':_0x12ff3c(0x368,0x324,0x303,0x324)+_0x12ff3c(0x316,_0x2bc4f1._0x64bf7c,0x35c,0x3a7)+_0x12ff3c(0x2b5,_0x2bc4f1._0x1b1b32,_0x2bc4f1._0x3a54ce,0x293),'EvZxl':function(_0x5dc769,_0x14207f,_0x5c7b9a){return _0x5dc769(_0x14207f,_0x5c7b9a);},'kWQUe':'CLI\x20Access','jnZlX':function(_0x491934,_0x5a888b){return _0x491934!==_0x5a888b;},'tKmGO':'cEHJa','MlZcR':'RAFsa','iULiY':_0xabce1a(-_0x2bc4f1._0x340453,-0x1f7,-_0x2bc4f1._0x5b0834,-0x254)+_0x12ff3c(0x27f,0x207,0x2b6,_0x2bc4f1._0xec892)+_0xabce1a(-0x156,-0x16b,-_0x2bc4f1._0x3efd5d,-0x1b8)+'I\x20login','EsunU':_0x12ff3c(_0x2bc4f1._0x26a9b5,0x2d9,0x267,_0x2bc4f1._0x56fc2b)+_0x12ff3c(_0x2bc4f1._0x588d7b,0x2b2,0x344,_0x2bc4f1._0x4bf8c5),'GjYhM':_0xabce1a(-_0x2bc4f1._0x386c4a,-_0x2bc4f1._0x386c4a,-_0x2bc4f1._0xf2e531,-0x274)+'ed'},{username:_0xbb1870,password:_0x4aad56}=_0x4120a7[_0x12ff3c(0x273,0x2ca,0x219,0x2c5)];function _0x12ff3c(_0x55e397,_0x5e6e9f,_0x11143f,_0x57eba2){return _0xb2c31e(_0x55e397-0x1db,_0x55e397-_0x44c448._0x1149e6,_0x11143f-0x1ca,_0x57eba2);}if(_0x59e911[_0xabce1a(-_0x2bc4f1._0x256f77,-0x219,-_0x2bc4f1._0xf4cde6,-_0x2bc4f1._0x615a6b)](!_0xbb1870,!_0x4aad56)){if(_0x59e911[_0x12ff3c(_0x2bc4f1._0x436d9d,0x2e6,0x235,0x34d)]===_0x59e911['PoJBR']){_0xe2ed0a['error']('Failed\x20to\x20'+_0x12ff3c(_0x2bc4f1._0x570dac,0x32a,0x3a2,_0x2bc4f1._0x53ff7b)+'tar',_0x44e0da);const _0x4fbd35={};_0x4fbd35['error']=_0x59e911[_0xabce1a(-_0x2bc4f1._0x52d715,-0x19b,-0x1fa,-_0x2bc4f1._0x428643)],_0x2635c3[_0xabce1a(-_0x2bc4f1._0x45ec55,-_0x2bc4f1._0x46c559,-_0x2bc4f1._0x5ce296,-_0x2bc4f1._0x47c995)](0x5*-0x6c7+-0x11*-0x11b+-0x4*-0x443)[_0x12ff3c(_0x2bc4f1._0x2a5bd0,_0x2bc4f1._0x565214,_0x2bc4f1._0x3d3d69,_0x2bc4f1._0xbeae15)](_0x4fbd35);}else{const _0x15b056={};return _0x15b056[_0xabce1a(-_0x2bc4f1._0x4da33c,-0x27d,-_0x2bc4f1._0x22b3b4,-_0x2bc4f1._0xe55360)]=_0x59e911[_0x12ff3c(0x33a,_0x2bc4f1._0x56fbfe,0x397,0x30c)],_0x15b056['message']=_0x59e911[_0xabce1a(-0x1a2,-_0x2bc4f1._0x272f2d,-0x177,-0x20e)],_0x208b27['status'](0x3*0x3d5+-0x165+0x445*-0x2)[_0x12ff3c(0x25f,0x2c8,_0x2bc4f1._0x414d76,0x1d9)](_0x15b056);}}function _0xabce1a(_0x36a53e,_0x524c9d,_0x47a555,_0x5dba18){return _0x4c161b(_0x36a53e-0x4a,_0x524c9d-_0x58ed9e._0x220f82,_0x5dba18- -_0x58ed9e._0x5bcb41,_0x47a555);}try{if(_0x59e911['UbJCU'](_0x59e911['KvHcg'],_0x59e911[_0x12ff3c(0x2a8,0x2c9,_0x2bc4f1._0x30f155,_0x2bc4f1._0x56e28b)])){const _0x2a47ab=await validatePassword(_0xbb1870,_0x4aad56);if(!_0x2a47ab){const _0x164641={};_0x164641[_0xabce1a(-0x223,-_0x2bc4f1._0x1e963e,-0x28b,-0x208)]=_0xbb1870,logger['warn'](_0x59e911[_0x12ff3c(_0x2bc4f1._0x2825b1,_0x2bc4f1._0x5451ad,0x362,_0x2bc4f1._0x4c0eaf)],_0x164641);const _0x221379={};return _0x221379['error']=_0x12ff3c(_0x2bc4f1._0x20354f,0x35e,0x353,0x3a1)+_0xabce1a(-0x29b,-0x21d,-0x217,-_0x2bc4f1._0x5d9fc8)+'d',_0x221379[_0xabce1a(-0x1ef,-0x1cc,-0x28a,-0x22b)]=_0x59e911[_0x12ff3c(_0x2bc4f1._0x464040,0x28d,_0x2bc4f1._0x225c5a,0x2c5)],_0x208b27['status'](0x2d*0x9b+-0xb9e+-0xe10)['json'](_0x221379);}const _0x548ae1=await _0x59e911[_0x12ff3c(_0x2bc4f1._0xd9b932,_0x2bc4f1._0x539b40,_0x2bc4f1._0x21d75e,0x2a4)](createApiKey,_0x2a47ab['id'],_0x59e911[_0xabce1a(-_0x2bc4f1._0x5c2bb2,-0x162,-_0x2bc4f1._0x3bbef3,-_0x2bc4f1._0xb4473b)]);let _0x5d2f91=[];try{_0x59e911[_0x12ff3c(_0x2bc4f1._0x259b8d,_0x2bc4f1._0x368093,_0x2bc4f1._0x5d7f9f,0x304)](_0x59e911[_0x12ff3c(_0x2bc4f1._0x422e36,_0x2bc4f1._0x48e4a3,0x34b,0x318)],_0x59e911['MlZcR'])?_0x5d2f91=await resolveUserRoleNames(_0x2a47ab['id']):_0x54ac78['preference'+'s']=_0x2be62e;}catch(_0x37a9e6){const _0x3c1e70={};_0x3c1e70['userId']=_0x2a47ab['id'],_0x3c1e70[_0xabce1a(-_0x2bc4f1._0x2123b5,-0x23d,-0x2f1,-_0x2bc4f1._0x3836a0)]=_0x37a9e6['message'],logger['warn'](_0x59e911[_0xabce1a(-0x1d5,-_0x2bc4f1._0x1dece1,-_0x2bc4f1._0x3adeca,-_0x2bc4f1._0x3f4d78)],_0x3c1e70);}const _0x2cced9={};_0x2cced9[_0x12ff3c(0x363,_0x2bc4f1._0x24d4f0,0x3a3,_0x2bc4f1._0x2bc87b)]=_0x2a47ab['id'],_0x2cced9[_0xabce1a(-_0x2bc4f1._0x476015,-0x173,-0x25e,-_0x2bc4f1._0x1a4903)]=_0x2a47ab[_0xabce1a(-0x25b,-0x186,-_0x2bc4f1._0x3c37fa,-_0x2bc4f1._0x197a21)],_0x2cced9[_0x12ff3c(_0x2bc4f1._0x2b6b43,0x284,0x2ba,_0x2bc4f1._0x54b3f3)]=_0x548ae1['id'],logger['info'](_0x59e911[_0x12ff3c(_0x2bc4f1._0x10b7e7,_0x2bc4f1._0xacacde,_0x2bc4f1._0x15784b,0x257)],_0x2cced9);const _0x14a9c2={};_0x14a9c2['id']=_0x2a47ab['id'],_0x14a9c2['username']=_0x2a47ab[_0x12ff3c(_0x2bc4f1._0x471932,_0x2bc4f1._0x4199a4,_0x2bc4f1._0x13c285,0x343)],_0x14a9c2['email']=_0x2a47ab['email'],_0x14a9c2[_0xabce1a(-_0x2bc4f1._0x257c4a,-_0x2bc4f1._0x3d61d6,-_0x2bc4f1._0x415618,-_0x2bc4f1._0x241917)]=_0x2a47ab['name'],_0x14a9c2[_0x12ff3c(_0x2bc4f1._0x341f7b,0x290,_0x2bc4f1._0x239b69,_0x2bc4f1._0x5d7f9f)]=_0x5d2f91;const _0x26342d={};_0x26342d[_0x12ff3c(_0x2bc4f1._0x335de1,0x260,_0x2bc4f1._0x2314ba,0x329)]=_0x12ff3c(0x30b,0x2e3,_0x2bc4f1._0x3cfdae,0x2d7)+_0x12ff3c(0x37a,_0x2bc4f1._0x115ea9,0x369,_0x2bc4f1._0x412b07),_0x26342d['user']=_0x14a9c2,_0x26342d[_0xabce1a(-0x202,-_0x2bc4f1._0x316e6a,-0x1b7,-0x17a)]=_0x548ae1[_0xabce1a(-0x288,-0x27d,-_0x2bc4f1._0x160c30,-0x26c)],_0x208b27[_0x12ff3c(0x25f,_0x2bc4f1._0x23e22a,_0x2bc4f1._0x422e36,0x1d1)](_0x26342d);}else _0x309fcb(new _0x2d9c3c(_0x59e911[_0x12ff3c(_0x2bc4f1._0x4fbdbf,_0x2bc4f1._0x4fae6b,0x24b,_0x2bc4f1._0x2d150e)]));}catch(_0x5c01c1){logger[_0x12ff3c(0x28f,0x2a8,_0x2bc4f1._0x88e49a,_0x2bc4f1._0x5d1af5)](_0xabce1a(-_0x2bc4f1._0x339de0,-_0x2bc4f1._0x520b05,-_0x2bc4f1._0x51c043,-_0x2bc4f1._0x56feeb)+_0xabce1a(-0x299,-0x299,-0x21b,-_0x2bc4f1._0x3836a0),_0x5c01c1);const _0x596b60={};_0x596b60[_0xabce1a(-_0x2bc4f1._0x490baf,-_0x2bc4f1._0x6c364a,-_0x2bc4f1._0x135401,-0x267)]=_0x59e911['GjYhM'],_0x596b60[_0x12ff3c(0x2cb,0x2b1,_0x2bc4f1._0x499796,_0x2bc4f1._0x179feb)]=_0xabce1a(-_0x2bc4f1._0xd40ffd,-0x247,-0x257,-_0x2bc4f1._0x392d68)+_0xabce1a(-_0x2bc4f1._0x51c043,-0x187,-0x202,-0x1fc)+'ring\x20authe'+_0xabce1a(-0x27c,-0x232,-0x313,-0x284),_0x208b27[_0xabce1a(-_0x2bc4f1._0x5e46ae,-_0x2bc4f1._0x38fa9b,-0x259,-0x22f)](-0x252+0x18*-0x78+0xf86)[_0x12ff3c(0x25f,0x27b,0x29b,0x2c4)](_0x596b60);}}),router[_0xb2c31e(0x1b9,0x1c8,0x250,0x19e)](_0xb2c31e(0x183,0x1be,0x20c,0x1c4),requireAuth,async(_0x488019,_0x410d62)=>{const _0x3294ba={_0x52288a:0x2db,_0xd7b1bc:0x434,_0x173f7e:0x443,_0x1c0eaf:0x412,_0x4be3fe:0x2f3,_0x3deb34:0x31e,_0x2921b3:0x396,_0x49719b:0x47e,_0x58df22:0x42d,_0x3c7c2d:0x330,_0x15cad6:0x324,_0x4c9810:0x2d8,_0x293e43:0x357,_0x11e3fe:0x320,_0x3b7f09:0x35c,_0xbc336e:0x34e,_0x29b12d:0x3ba,_0x199896:0x3c9,_0x335ee6:0x337,_0x943eca:0x379,_0x27c515:0x3d9,_0x375342:0x3ec,_0x261f2c:0x30e,_0x3ca580:0x347,_0xe77858:0x36a,_0x47d87a:0x2fe,_0x604d59:0x3f4,_0x592b9a:0x3e0,_0x14c71e:0x46a,_0x567cfe:0x38f,_0xcb1951:0x360,_0x1a2939:0x340,_0x4a1c3f:0x44a,_0x2d1678:0x2ed,_0x14f0d3:0x2ae,_0x2cb61a:0x287,_0x31536a:0x243,_0x1a1524:0x272,_0x32369d:0x363,_0x18cc1c:0x2d9,_0x3201f0:0x393,_0x45731f:0x3b9},_0x321b6d={_0x5bdc3e:0x183},_0x4054d7={_0x33ec7f:0xe6},_0x1a4a0f={};_0x1a4a0f['yyAzt']=_0x2e18d8(_0x3294ba._0x52288a,0x36c,0x350,0x2f7)+_0x2e18d8(0x36a,0x3a8,0x398,_0x3294ba._0xd7b1bc);function _0x51e9c0(_0x7a79fc,_0x1ba35e,_0x2c0151,_0x96653a){return _0x4c161b(_0x7a79fc-0x4f,_0x1ba35e-_0x4054d7._0x33ec7f,_0x1ba35e-0x13c,_0x2c0151);}_0x1a4a0f[_0x2e18d8(0x338,0x3b5,_0x3294ba._0x173f7e,0x3d5)]='Failed\x20to\x20'+_0x51e9c0(0x38a,0x3b2,_0x3294ba._0x1c0eaf,0x325)+'e';function _0x2e18d8(_0xa35415,_0x11058c,_0x2000e4,_0x22d193){return _0xb2c31e(_0xa35415-0x4,_0x11058c-_0x321b6d._0x5bdc3e,_0x2000e4-0x10,_0x22d193);}const _0x25c482=_0x1a4a0f;try{const _0x1872ee=await findUserById(_0x488019[_0x2e18d8(_0x3294ba._0x4be3fe,0x370,_0x3294ba._0x3deb34,_0x3294ba._0x2921b3)]['id']);if(!_0x1872ee){const _0x4951f5={};return _0x4951f5['error']=_0x25c482[_0x2e18d8(0x3d4,0x3f9,_0x3294ba._0x49719b,_0x3294ba._0x58df22)],_0x410d62[_0x51e9c0(0x2a8,_0x3294ba._0x3c7c2d,_0x3294ba._0x15cad6,_0x3294ba._0x4c9810)](-0x20f6+0x2018+0x272)[_0x51e9c0(0x283,0x2c8,0x261,_0x3294ba._0x293e43)](_0x4951f5);}const _0x23bf24={};_0x23bf24[_0x2e18d8(0x314,0x305,0x375,_0x3294ba._0x11e3fe)+'ions']=!![],_0x23bf24[_0x51e9c0(0x38a,_0x3294ba._0x3b7f09,_0x3294ba._0xbc336e,0x2f9)+_0x2e18d8(0x43b,_0x3294ba._0x29b12d,0x36e,_0x3294ba._0x199896)+_0x51e9c0(0x325,0x381,0x413,0x369)]=!![];const _0x100c9c={};_0x100c9c['id']=_0x1872ee['id'],_0x100c9c[_0x2e18d8(_0x3294ba._0x335ee6,_0x3294ba._0x943eca,_0x3294ba._0x27c515,_0x3294ba._0x375342)]=_0x1872ee[_0x51e9c0(0x39d,_0x3294ba._0x293e43,0x36b,0x3bb)],_0x100c9c[_0x2e18d8(0x2ae,0x347,_0x3294ba._0x261f2c,0x304)]=_0x1872ee[_0x2e18d8(_0x3294ba._0x3c7c2d,_0x3294ba._0x3ca580,_0x3294ba._0xe77858,_0x3294ba._0x47d87a)],_0x100c9c[_0x2e18d8(_0x3294ba._0x49719b,0x401,_0x3294ba._0x604d59,_0x3294ba._0x592b9a)]=_0x1872ee[_0x51e9c0(_0x3294ba._0x2921b3,0x3df,_0x3294ba._0x14c71e,_0x3294ba._0x567cfe)],_0x100c9c[_0x51e9c0(_0x3294ba._0xcb1951,0x3c6,0x3c7,_0x3294ba._0x1a2939)]=_0x1872ee[_0x51e9c0(0x3d5,0x3c6,_0x3294ba._0x3b7f09,_0x3294ba._0x4a1c3f)]||null,_0x100c9c[_0x51e9c0(_0x3294ba._0x2d1678,0x305,_0x3294ba._0x14f0d3,_0x3294ba._0x2cb61a)+'s']=_0x1872ee['preference'+'s']||_0x23bf24;const _0x432d92={};_0x432d92[_0x2e18d8(0x38e,0x339,0x3ab,0x3b3)]=_0x100c9c,_0x410d62[_0x51e9c0(_0x3294ba._0x31536a,0x2c8,_0x3294ba._0x1a1524,0x22f)](_0x432d92);}catch(_0x56f27b){logger[_0x51e9c0(_0x3294ba._0x32369d,0x2f8,_0x3294ba._0x18cc1c,0x37b)](_0x25c482[_0x51e9c0(_0x3294ba._0xcb1951,_0x3294ba._0x3201f0,0x363,0x312)],_0x56f27b);const _0x150cb8={};_0x150cb8['error']=_0x25c482[_0x51e9c0(0x31f,0x393,0x414,0x3b0)],_0x410d62[_0x2e18d8(_0x3294ba._0x45731f,0x352,0x3e1,0x2fa)](-0x7c*-0x11+0x1572+-0x1bba)[_0x51e9c0(0x25f,0x2c8,0x299,0x35d)](_0x150cb8);}}),router[_0xb2c31e(0x16e,0x1d0,0x18b,0x218)]('/profile',requireAuth,async(_0x11197f,_0x2171b3)=>{const _0x5d2898={_0xd095ef:0x2d5,_0x157e44:0x307,_0x3e47df:0x2cf,_0x36e521:0x268,_0x102b3d:0x242,_0x615994:0x294,_0x4ec714:0x208,_0x4d07f3:0x229,_0x1b50da:0x1d7,_0x128128:0x1b2,_0x5ab505:0x1a2,_0x48577f:0x1ce,_0x508bed:0x1c0,_0x5e9a53:0x24a,_0x3fa1bc:0x1ff,_0x52fad0:0x17e,_0x12b42d:0x145,_0x174472:0x18d,_0x2b450f:0x254,_0x4d9025:0x1d0,_0xc95d74:0x290,_0x56c903:0x286,_0x4b414f:0x2e9,_0x13c335:0x20d,_0x481351:0x284,_0x1f7991:0x30b,_0x30c1da:0x334,_0x176b91:0x25a,_0x508506:0x27b,_0xab3bed:0x358,_0x34aa20:0x361,_0x85adb2:0x1bb,_0x4fe4f9:0x16a,_0x28e260:0x156,_0x327ab4:0x237,_0x188c16:0x250,_0x4aa0d5:0x187,_0x150c0c:0x12f,_0x1ccd6c:0x308,_0x3e21db:0x35e,_0x5375f6:0x1e6,_0xdbff4d:0x186,_0x5cdf14:0x1cc,_0x37f805:0x187,_0x55ea1b:0x1be,_0x188305:0x1dd,_0x42a9dd:0x232,_0x4f5768:0x221,_0x5b65ec:0x217,_0x83d132:0x254,_0x43ae58:0x2ba,_0x2744d4:0x32c,_0x2f9f05:0x220,_0x3841ac:0x1bd,_0x290e7e:0x37a,_0x4cb7c6:0x2ff,_0x28f979:0x394,_0x3ed51c:0x181,_0x12dfa3:0x1f5,_0x548134:0x1b4,_0x1d9c09:0x207,_0x3f3f50:0x283,_0x458332:0x233,_0x2d0883:0x2b7,_0xe23738:0x2c1,_0x4101cf:0x286,_0x2c2a88:0x305,_0x1c53dd:0x201,_0x305e1b:0x203,_0x5d5d6c:0x1ab,_0xd64d24:0x1cd,_0x3643b4:0x243,_0x2c3829:0x2ea,_0x19a16c:0x2a4,_0x1d0cf6:0x2a9,_0x3fe20e:0x1d7,_0x131cb9:0x1db,_0x344a71:0x16c,_0x4192e6:0x1b6,_0x2d6744:0x18f,_0x4ba32b:0x1fa,_0x1122f9:0x3c1,_0x25453d:0x2ac,_0x23a0f7:0x384,_0x3f2fd9:0x210,_0x2d965f:0x271,_0x456a8b:0x272,_0x32ed68:0x2ee,_0x61207e:0x33f,_0x596123:0x2af,_0x8e62d1:0x2b3,_0x5491da:0x253,_0x199e31:0x2eb,_0x3558ab:0x2a6,_0x324048:0x204,_0x32b59e:0x36e,_0xe3feac:0x3ac,_0x4d3933:0x27e,_0x46ec25:0x1d1,_0x1d6828:0x24d,_0x4cf854:0x35a,_0x4612f4:0x3cb,_0x3efa75:0x2c4,_0x96ed05:0x258,_0x57e6db:0x1da,_0x533d2a:0x307,_0xac5c21:0x225,_0x504c01:0x231,_0x451c99:0x33b,_0x27d158:0x38a,_0x17e77c:0x2d4,_0x247d51:0x309,_0x1b5e45:0x395,_0x2c4e14:0x320,_0x47ef3a:0x31b,_0x2c9a5e:0x3ad,_0xe300b2:0x2c1,_0x5d7ece:0x2c9,_0x116ecd:0x2ad,_0x2c3094:0x2c3,_0x30ef27:0x1ea,_0x23c6bd:0x21c,_0x8756a5:0x2a0,_0x2e7bc0:0x286,_0x48770a:0x2a0,_0x4a4dbe:0x302,_0x1d4229:0x32e,_0x1a2213:0x284,_0x743c2d:0x20c,_0xf927be:0x28d,_0x145243:0x2f5,_0x423844:0x27a,_0x51a21e:0x28b,_0x13d8af:0x280,_0x5e76f9:0x21b,_0x2f8380:0x2a5,_0x53d68c:0x243,_0x33b154:0x1e3,_0x54de3a:0x1e6,_0x426731:0x1cb,_0x56f462:0x2bd,_0x2a65ac:0x2df,_0x36515e:0x382,_0x481397:0x343,_0x3430e4:0x2d2,_0x2f9660:0x25b,_0x568275:0x250,_0x4aeda2:0x1fd,_0x37aaf5:0x373,_0x468566:0x341,_0x514f0c:0x332,_0x4abe7b:0x34d,_0x5862a5:0x39e,_0x3c687b:0x35d,_0x3f2a7e:0x292,_0x151a2f:0x20a,_0x58a377:0x2dc,_0x14a12f:0x274,_0x53c132:0x321,_0x3883b6:0x2bc,_0x5b1e0e:0x291,_0x154ccb:0x29c,_0x1e618a:0x25d,_0x59a527:0x380,_0x4a52cc:0x32a,_0x423e8d:0x13a,_0x286c5d:0x123,_0x2a57a1:0x125,_0x549df1:0x20d,_0x17504f:0x131,_0x217ac6:0x256,_0x1b9ee3:0x1bd,_0x5cef63:0x27d,_0x39c6a2:0x280,_0x9c7874:0x259,_0x4289e2:0x247,_0x32d9ff:0x22d,_0x66c37f:0x1a9,_0x4160f8:0x1f0},_0x30fe76={_0x6dba30:0x24,_0x28dadf:0x190,_0x24119e:0x1},_0x27045d={_0x506ae9:0xdc};function _0x221c0a(_0x58e795,_0x4a293b,_0x2199e0,_0x2f4134){return _0xb2c31e(_0x58e795-0x90,_0x4a293b-_0x27045d._0x506ae9,_0x2199e0-0x41,_0x58e795);}function _0x562005(_0x57c070,_0x56d39c,_0x875914,_0x31b10a){return _0x4c161b(_0x57c070-_0x30fe76._0x6dba30,_0x56d39c-_0x30fe76._0x28dadf,_0x31b10a-_0x30fe76._0x24119e,_0x57c070);}const _0x39cfb4={'tVYcQ':function(_0x47da96,_0x35c0f8){return _0x47da96!==_0x35c0f8;},'sMNYH':_0x221c0a(0x20f,0x249,_0x5d2898._0xd095ef,0x250),'mvKrZ':'Missing\x20cr'+_0x221c0a(_0x5d2898._0x157e44,_0x5d2898._0x3e47df,_0x5d2898._0x36e521,_0x5d2898._0x102b3d),'HzaBe':_0x562005(_0x5d2898._0x615994,0x25a,0x284,_0x5d2898._0x4ec714)+_0x562005(_0x5d2898._0x4d07f3,_0x5d2898._0x1b50da,0x187,_0x5d2898._0x128128)+_0x562005(_0x5d2898._0x5ab505,0x23a,_0x5d2898._0x48577f,_0x5d2898._0x508bed)+_0x562005(_0x5d2898._0x5e9a53,_0x5d2898._0x3fa1bc,_0x5d2898._0x52fad0,0x205),'iLUax':_0x562005(_0x5d2898._0x12b42d,_0x5d2898._0x174472,_0x5d2898._0x2b450f,_0x5d2898._0x4d9025)+_0x221c0a(_0x5d2898._0xc95d74,0x263,_0x5d2898._0x56c903,0x219)+_0x221c0a(_0x5d2898._0x4b414f,0x322,0x31a,_0x5d2898._0x615994)+'I\x20login','HgPQW':'Failed\x20to\x20'+'get\x20profil'+'e','VtnAe':function(_0x28de4e,_0xa3fb2c){return _0x28de4e===_0xa3fb2c;},'SEZza':_0x562005(0x20c,0x175,0x296,_0x5d2898._0x13c335),'seWMh':'Name\x20canno'+_0x562005(0x2d9,0x1fa,0x286,_0x5d2898._0x481351),'EEPBN':function(_0x45ada6,_0x4c95aa){return _0x45ada6!==_0x4c95aa;},'texyn':function(_0x156fb4,_0x4563a){return _0x156fb4===_0x4563a;},'XIRXk':'ZDkzX','lHKWp':'No\x20valid\x20u'+_0x221c0a(_0x5d2898._0x1f7991,0x369,_0x5d2898._0x30c1da,0x323)+_0x562005(0x17f,_0x5d2898._0x176b91,_0x5d2898._0x508506,0x212),'GkYAJ':function(_0x308bf9,_0x7ff83a,_0x461e5f){return _0x308bf9(_0x7ff83a,_0x461e5f);},'DZvSz':_0x221c0a(0x3c4,_0x5d2898._0xab3bed,0x340,_0x5d2898._0x34aa20),'qEebE':_0x562005(_0x5d2898._0x85adb2,_0x5d2898._0x4fe4f9,_0x5d2898._0x28e260,0x195),'wdTVf':_0x221c0a(_0x5d2898._0x327ab4,0x286,0x26b,_0x5d2898._0x188c16)+_0x562005(0x21d,_0x5d2898._0x4aa0d5,_0x5d2898._0x150c0c,0x1ac)+_0x221c0a(0x3b9,0x327,_0x5d2898._0x1ccd6c,_0x5d2898._0x3e21db)},{name:_0x22fbb1,preferences:_0x28ba44}=_0x11197f['body'];try{if(_0x39cfb4[_0x562005(0x1ce,0x1b5,_0x5d2898._0x5e9a53,_0x5d2898._0x5375f6)](_0x39cfb4[_0x562005(_0x5d2898._0xdbff4d,0x17e,_0x5d2898._0x5cdf14,0x1be)],_0x39cfb4[_0x562005(_0x5d2898._0x37f805,0x23f,0x191,_0x5d2898._0x55ea1b)])){const _0x11aa08={};if(_0x22fbb1!==undefined){if(!_0x22fbb1||_0x39cfb4['VtnAe'](_0x22fbb1[_0x562005(_0x5d2898._0x188305,0x2ca,_0x5d2898._0x42a9dd,0x275)]()[_0x562005(_0x5d2898._0x4f5768,0x1ed,0x252,_0x5d2898._0x5b65ec)],-0x2*-0x6a8+-0x45*0x33+0x3*0x25)){if(_0x221c0a(_0x5d2898._0x83d132,_0x5d2898._0x43ae58,_0x5d2898._0x2744d4,0x288)!==_0x221c0a(0x2c0,0x2d6,0x25e,0x2d8)){const _0x439457={};return _0x439457[_0x562005(0x172,0x206,_0x5d2898._0x2f9f05,_0x5d2898._0x3841ac)]=_0x39cfb4[_0x221c0a(_0x5d2898._0x290e7e,_0x5d2898._0x4cb7c6,_0x5d2898._0x28f979,0x320)],_0x2171b3[_0x562005(0x252,_0x5d2898._0x3ed51c,0x1b0,_0x5d2898._0x12dfa3)](0x1c5a+-0x7*-0x347+-0x31bb)['json'](_0x439457);}else _0x39cfb4[_0x562005(0x2c4,0x1c2,_0x5d2898._0x548134,0x247)](_0x139b50[_0x562005(_0x5d2898._0x1d9c09,_0x5d2898._0x3f3f50,0x246,_0x5d2898._0x458332)],_0x39cfb4[_0x221c0a(0x316,_0x5d2898._0x2d0883,0x32d,0x2c4)])&&_0xfa495[_0x221c0a(_0x5d2898._0xe23738,0x273,0x22c,0x30c)](_0x221c0a(0x219,_0x5d2898._0x4101cf,0x30e,0x248)+_0x221c0a(_0x5d2898._0x2c2a88,0x26c,_0x5d2898._0x1c53dd,_0x5d2898._0x305e1b)+'tars\x20direc'+_0x562005(0x2a2,_0x5d2898._0x5d5d6c,_0x5d2898._0xd64d24,_0x5d2898._0x3643b4),_0xdf2995);}_0x11aa08[_0x562005(0x2ce,_0x5d2898._0x2c3829,_0x5d2898._0x3e47df,_0x5d2898._0x19a16c)]=_0x22fbb1[_0x562005(0x257,_0x5d2898._0x1d0cf6,0x2fc,0x275)]();}_0x39cfb4[_0x562005(_0x5d2898._0x3fe20e,0x26d,_0x5d2898._0x131cb9,0x1e5)](_0x28ba44,undefined)&&(_0x11aa08['preference'+'s']=_0x28ba44);if(_0x39cfb4[_0x562005(_0x5d2898._0x344a71,_0x5d2898._0x4192e6,0x1a4,_0x5d2898._0x2d6744)](Object['keys'](_0x11aa08)['length'],-0x1c07+0xe11*0x1+-0xdf6*-0x1)){if(_0x39cfb4[_0x562005(0x1cc,_0x5d2898._0x4ba32b,0x25f,0x247)](_0x39cfb4[_0x221c0a(0x2dd,0x33e,_0x5d2898._0x1122f9,0x307)],_0x39cfb4[_0x221c0a(_0x5d2898._0x25453d,0x33e,_0x5d2898._0x23a0f7,0x379)])){const _0x1a696f={};return _0x1a696f[_0x221c0a(_0x5d2898._0x3f2fd9,0x273,_0x5d2898._0x2d965f,_0x5d2898._0x456a8b)]=_0x39cfb4[_0x221c0a(0x29c,_0x5d2898._0x32ed68,_0x5d2898._0x61207e,0x322)],_0x1a696f[_0x221c0a(0x292,_0x5d2898._0x596123,0x26a,0x23a)]=_0x39cfb4[_0x221c0a(_0x5d2898._0x8e62d1,_0x5d2898._0x5491da,0x1e0,_0x5d2898._0x199e31)],_0x17b640[_0x221c0a(_0x5d2898._0x3558ab,0x2ab,0x275,0x2c2)](0xb*-0x2d2+0x1*0x20f5+0x5*-0x13)['json'](_0x1a696f);}else{const _0xc681d6={};return _0xc681d6[_0x562005(0x1da,_0x5d2898._0x324048,0x18f,0x1bd)]=_0x39cfb4[_0x221c0a(_0x5d2898._0x34aa20,0x326,_0x5d2898._0x32b59e,_0x5d2898._0xe3feac)],_0x2171b3[_0x221c0a(_0x5d2898._0x481351,0x2ab,0x2cb,0x213)](0xdbe*0x1+-0x11bf+-0x4b*-0x13)[_0x221c0a(0x280,0x243,_0x5d2898._0x4d3933,_0x5d2898._0x46ec25)](_0xc681d6);}}const _0x51cb6c=await _0x39cfb4[_0x562005(0x243,_0x5d2898._0x1d6828,_0x5d2898._0x48577f,0x1e9)](updateUser,_0x11197f['user']['id'],_0x11aa08);if(_0x11aa08[_0x221c0a(0x3bd,_0x5d2898._0x4cf854,0x3b6,_0x5d2898._0x4612f4)]){if(_0x39cfb4[_0x221c0a(0x2ed,0x29c,_0x5d2898._0x3efa75,0x32c)](_0x39cfb4[_0x221c0a(0x2c6,_0x5d2898._0x83d132,_0x5d2898._0x96ed05,_0x5d2898._0x57e6db)],_0x562005(0x279,_0x5d2898._0x533d2a,0x25c,0x2a2)))_0x11197f[_0x562005(0x26b,_0x5d2898._0xac5c21,_0x5d2898._0x504c01,0x2ae)]['name']=_0x11aa08[_0x221c0a(_0x5d2898._0x451c99,0x35a,_0x5d2898._0x27d158,_0x5d2898._0x17e77c)];else{const _0x5b856e={};_0x5b856e[_0x221c0a(0x35d,_0x5d2898._0x247d51,_0x5d2898._0x1b5e45,0x2dd)]=[],_0x5b856e['environmen'+'ts']={},_0x5b856e[_0x221c0a(_0x5d2898._0x2c4e14,_0x5d2898._0x47ef3a,_0x5d2898._0x2c9a5e,_0x5d2898._0xe300b2)]={};const _0x490745={};_0x490745['id']=_0x41bb67[_0x562005(0x194,0x276,0x1e9,0x213)]['id'],_0x490745['username']=_0x2eba9b[_0x221c0a(0x27c,_0x5d2898._0x5d7ece,_0x5d2898._0x116ecd,_0x5d2898._0x2c3094)][_0x562005(0x235,0x202,_0x5d2898._0x30ef27,_0x5d2898._0x23c6bd)],_0x490745[_0x221c0a(0x279,_0x5d2898._0x8756a5,0x2b7,0x208)]=_0x3280cc['user'][_0x221c0a(_0x5d2898._0x2e7bc0,_0x5d2898._0x48770a,_0x5d2898._0x4a4dbe,_0x5d2898._0x1d4229)],_0x490745[_0x221c0a(0x3ad,_0x5d2898._0x4cf854,0x2c6,_0x5d2898._0x4cf854)]=_0x12e25[_0x221c0a(0x311,0x2c9,0x308,_0x5d2898._0x1a2213)]['name'],_0x490745[_0x562005(0x276,0x1f1,0x1e3,0x25e)+'s']=_0x5b856e,_0x490745[_0x562005(_0x5d2898._0x743c2d,0x303,0x28c,_0x5d2898._0xf927be)+'me']=_0x3f8121[_0x221c0a(0x2bc,0x2c9,_0x5d2898._0x145243,0x300)]['ssh_userna'+'me'],_0x490745[_0x562005(_0x5d2898._0x12dfa3,0x2d5,_0x5d2898._0x423844,_0x5d2898._0x51a21e)]=null,_0x490745[_0x221c0a(0x28e,_0x5d2898._0x13d8af,_0x5d2898._0x5e76f9,_0x5d2898._0x743c2d)+'s']={};const _0x2a6a04={};_0x2a6a04['user']=_0x490745,_0x769f32[_0x221c0a(_0x5d2898._0x2f8380,_0x5d2898._0x53d68c,_0x5d2898._0x33b154,0x285)](_0x2a6a04);}}logger[_0x562005(_0x5d2898._0x54de3a,_0x5d2898._0x1c53dd,_0x5d2898._0x426731,0x261)](_0x221c0a(_0x5d2898._0x56f462,0x345,_0x5d2898._0x2a65ac,_0x5d2898._0x36515e)+'dated',{'userId':_0x11197f['user']['id'],'updates':Object['keys'](_0x11aa08)});const _0x15d504={};_0x15d504['id']=_0x51cb6c['id'],_0x15d504['username']=_0x51cb6c[_0x221c0a(_0x5d2898._0x481397,_0x5d2898._0x3430e4,0x326,0x23f)],_0x15d504[_0x221c0a(_0x5d2898._0x2f9660,0x2a0,_0x5d2898._0x568275,0x329)]=_0x51cb6c[_0x562005(_0x5d2898._0x4aeda2,0x20d,0x184,_0x5d2898._0x30ef27)],_0x15d504['name']=_0x51cb6c['name'],_0x15d504[_0x221c0a(_0x5d2898._0x37aaf5,_0x5d2898._0x468566,_0x5d2898._0x514f0c,0x393)]=_0x51cb6c[_0x221c0a(_0x5d2898._0x4abe7b,_0x5d2898._0x468566,_0x5d2898._0x5862a5,_0x5d2898._0x3c687b)]||null,_0x15d504['preference'+'s']=_0x51cb6c[_0x562005(0x1ad,_0x5d2898._0x4f5768,0x133,0x1ca)+'s']||{};const _0x4ddb0b={};_0x4ddb0b[_0x221c0a(_0x5d2898._0x5e76f9,_0x5d2898._0x3f2a7e,_0x5d2898._0x151a2f,_0x5d2898._0x58a377)]=_0x15d504,_0x2171b3['json'](_0x4ddb0b);}else{const _0x598b4a={};_0x598b4a[_0x562005(_0x5d2898._0x14a12f,_0x5d2898._0x53c132,_0x5d2898._0x3883b6,_0x5d2898._0x5b1e0e)]=_0x2a1105['id'],_0x598b4a['error']=_0x13a18f[_0x562005(0x292,0x276,0x27f,0x1f9)],_0x3d006b['warn'](_0x39cfb4[_0x221c0a(_0x5d2898._0x154ccb,_0x5d2898._0x2c3829,_0x5d2898._0x1e618a,_0x5d2898._0x2a65ac)],_0x598b4a);}}catch(_0x24c9aa){if(_0x39cfb4[_0x221c0a(_0x5d2898._0x59a527,0x2fd,_0x5d2898._0x4a52cc,0x35c)](_0x39cfb4[_0x562005(_0x5d2898._0x423e8d,0x1f5,_0x5d2898._0x286c5d,0x1a6)],'JojmP')){_0x4f16f2['error'](_0x39cfb4[_0x562005(_0x5d2898._0x2a57a1,_0x5d2898._0x549df1,0x11a,0x1a2)],_0x5e1169);const _0x14356f={};_0x14356f[_0x562005(0x216,_0x5d2898._0x17504f,_0x5d2898._0x217ac6,_0x5d2898._0x1b9ee3)]=_0x39cfb4['HgPQW'],_0x21f682[_0x562005(0x1cf,_0x5d2898._0x5cef63,_0x5d2898._0x39c6a2,_0x5d2898._0x12dfa3)](-0x23a4+0x27*-0x18+-0x160*-0x1e)[_0x221c0a(0x2c5,_0x5d2898._0x3643b4,0x2bb,_0x5d2898._0x9c7874)](_0x14356f);}else{logger[_0x562005(_0x5d2898._0x1c53dd,_0x5d2898._0x4289e2,0x212,0x1bd)](_0x39cfb4[_0x221c0a(0x2f6,_0x5d2898._0x3558ab,0x2dd,_0x5d2898._0x32d9ff)],_0x24c9aa);const _0x190505={};_0x190505[_0x562005(_0x5d2898._0x30ef27,0x163,0x1d9,0x1bd)]=_0x39cfb4[_0x562005(0x1fa,_0x5d2898._0x66c37f,0x252,_0x5d2898._0x4160f8)],_0x2171b3['status'](0x25ac+0x1*0xcdb+-0x3093*0x1)[_0x221c0a(0x277,0x243,0x222,0x217)](_0x190505);}}}),router['post']('/profile/a'+_0xb2c31e(0x11c,0x166,0x142,0x193),requireAuth,avatarUpload['single'](_0xb2c31e(0x266,0x265,0x1cc,0x204)),async(_0x23ecbd,_0x3146f0)=>{const _0x20e9d1={_0x2a84b8:0x204,_0x559a32:0x28d,_0x1c64aa:0x2b2,_0x23025f:0x498,_0x16ce2e:0x515,_0x38f58c:0x48d,_0x2c8ae7:0x402,_0x719706:0x3e0,_0x49407f:0x3a9,_0x5e8f26:0x4ba,_0x48612b:0x402,_0x1eb688:0x415,_0x40e7c1:0x486,_0x4b83ab:0x494,_0x2f684c:0x3d7,_0x24d268:0x1d6,_0xfea04e:0x18f,_0x36a9a6:0x221,_0x33446c:0x3e3,_0x196600:0x18d,_0x7409a:0x14a,_0x5a8914:0x458,_0x247c9f:0x3eb,_0x482085:0x404,_0x45a432:0x423,_0x1c52b1:0x227,_0x257c00:0x1dc,_0x5b9582:0x17a,_0x208519:0x1f5,_0x192d0f:0x291,_0x407bd9:0x29d,_0x103368:0x389,_0x598a99:0x46f,_0xed3d66:0x328,_0xf0ed70:0x325,_0x1b6cd0:0x3a0,_0x1a0a13:0x24b,_0x4f4921:0x26a,_0x2ed86a:0x1dd,_0x1d7146:0x1e6,_0x4cde83:0x169,_0x188650:0x20f,_0x116cbc:0x1a2,_0x46000a:0x186,_0x4a42db:0x33c,_0x12dfeb:0x399,_0x31ffc5:0xfb,_0x26f264:0x33d,_0x33d8f1:0x179,_0x27b6ba:0xf7,_0x5370a2:0x1b1,_0x39f5e4:0x3f8,_0x565812:0x1cf,_0x22d314:0x44a,_0x4118d2:0x3d3,_0x5a1e04:0x356,_0x25c90f:0x442,_0x2df98a:0x4e6,_0x158b71:0x4b4,_0x272f17:0x1a8,_0x356bd2:0x1f6,_0x419d93:0x25f,_0x475f54:0x444,_0x7c7607:0x49e,_0x89dcc:0x226,_0x5e0e43:0x1e9,_0x147102:0x25e,_0x4ea2e1:0x4e3,_0x16fd3c:0x4c7,_0x26f48f:0x4f5,_0x176b69:0x440,_0x99a2ad:0x16e,_0x482bc1:0x108,_0x134f2c:0x160,_0x529e5a:0x158,_0x2c3f52:0x46d,_0xf82031:0x40d,_0x260991:0x1b9,_0x110a12:0x201,_0x171c7f:0x1ea,_0x3a87ed:0x12f,_0x5eedcd:0x25c,_0x592aee:0x2a9,_0x5ef29f:0x46f,_0x22803f:0x1cb,_0x556960:0x164,_0x3d1414:0x151,_0x3f3984:0xeb,_0x430779:0x411,_0x41dcd4:0x426,_0x2abf32:0x1a1,_0x11bf97:0x168,_0xd9ed75:0x1b7,_0x41ef04:0x210,_0x5996d8:0x181,_0x28a2c4:0x206,_0x5ddbfc:0x19a,_0x56b43d:0x251,_0x6fbdc7:0x43d,_0x380170:0x3c1,_0x358ed6:0x157,_0x1c4c41:0x19e,_0x196dc4:0x3bc,_0x227f03:0x3bd,_0x3ffd2e:0x30e,_0x49e736:0x379,_0x2a9511:0x3a0,_0x32a456:0x1d7,_0x2dd46d:0x176,_0x115f8b:0x1f7,_0x5d3214:0x45a,_0x197065:0x1a8,_0x1130a3:0x254,_0x44ed40:0x239,_0x2cd3dd:0x530,_0x4199ee:0x4c6,_0x7185c:0x1d0,_0x2d9356:0x1ca,_0x400cde:0x171,_0x221285:0x1f3,_0x26aca1:0x22a,_0x4ab5e4:0x225,_0x141587:0x23c,_0x35b1d3:0x4be,_0x58c86f:0x4c5},_0x37ee6b={_0xd01423:0x1ea,_0x5927f4:0x3bc},_0x329f87={_0x1edfb2:0x214};function _0x3d316c(_0x57b0e8,_0x51afaa,_0x41b5f4,_0x419d11){return _0x4c161b(_0x57b0e8-0xf2,_0x51afaa-0x85,_0x419d11-_0x329f87._0x1edfb2,_0x57b0e8);}const _0x5d73f3={'AjYSF':function(_0x48c61c,_0x273208,_0x20411f){return _0x48c61c(_0x273208,_0x20411f);},'HFKBH':_0x4a7d81(-0x23e,-_0x20e9d1._0x2a84b8,-_0x20e9d1._0x559a32,-_0x20e9d1._0x1c64aa),'kaIib':function(_0x439f18,_0x1eac93){return _0x439f18===_0x1eac93;},'bHtQa':_0x3d316c(0x444,_0x20e9d1._0x23025f,_0x20e9d1._0x16ce2e,_0x20e9d1._0x38f58c),'lkiEK':'HVudi','iubcb':_0x3d316c(_0x20e9d1._0x2c8ae7,_0x20e9d1._0x719706,_0x20e9d1._0x49407f,0x427)+_0x3d316c(0x4ce,_0x20e9d1._0x5e8f26,0x4d9,0x458),'WXMHx':function(_0x5dd6bf){return _0x5dd6bf();},'qkGho':function(_0x3579be,_0x7b8d80){return _0x3579be(_0x7b8d80);},'eKVZo':_0x3d316c(_0x20e9d1._0x48612b,_0x20e9d1._0x1eb688,_0x20e9d1._0x40e7c1,_0x20e9d1._0x4b83ab),'vBDxg':function(_0xaa79e7,_0x1644a9){return _0xaa79e7(_0x1644a9);},'vaJYF':_0x3d316c(0x3f7,0x3c0,0x347,_0x20e9d1._0x2f684c),'YsSjz':_0x4a7d81(-0x1c3,-_0x20e9d1._0x24d268,-_0x20e9d1._0xfea04e,-_0x20e9d1._0x36a9a6),'TcOcz':_0x3d316c(0x361,0x448,0x399,_0x20e9d1._0x33446c)+_0x4a7d81(-0x1a7,-_0x20e9d1._0x196600,-0x15a,-_0x20e9d1._0x7409a)+'tar'};if(!_0x23ecbd[_0x3d316c(_0x20e9d1._0x5a8914,_0x20e9d1._0x247c9f,_0x20e9d1._0x482085,0x484)]){if(_0x5d73f3['kaIib'](_0x5d73f3[_0x3d316c(0x3ba,0x3ec,0x3c0,_0x20e9d1._0x45a432)],_0x5d73f3[_0x4a7d81(-0x1cd,-_0x20e9d1._0x1c52b1,-_0x20e9d1._0x257c00,-_0x20e9d1._0x5b9582)]))_0x5d73f3[_0x4a7d81(-0x1bd,-_0x20e9d1._0x208519,-0x15f,-0x18d)](_0x22dee9,null,!![]);else{const _0x4d6b9b={};return _0x4d6b9b[_0x4a7d81(-0x225,-_0x20e9d1._0x192d0f,-_0x20e9d1._0x407bd9,-0x260)]=_0x5d73f3['iubcb'],_0x3146f0[_0x3d316c(_0x20e9d1._0x103368,0x427,_0x20e9d1._0x598a99,0x408)](-0x508*0x5+-0x344*0x8+0x34d8)[_0x3d316c(0x320,_0x20e9d1._0xed3d66,_0x20e9d1._0xf0ed70,_0x20e9d1._0x1b6cd0)](_0x4d6b9b);}}function _0x4a7d81(_0x129985,_0x518ffd,_0x2936c8,_0x536e93){return _0xb2c31e(_0x129985-_0x37ee6b._0xd01423,_0x129985- -_0x37ee6b._0x5927f4,_0x2936c8-0xc7,_0x2936c8);}try{await _0x5d73f3[_0x4a7d81(-_0x20e9d1._0x1a0a13,-_0x20e9d1._0x4f4921,-_0x20e9d1._0x2ed86a,-_0x20e9d1._0x1d7146)](ensureAvatarsDir);const _0x2f488c=_0x3d316c(0x494,0x447,0x474,0x421)+_0x23ecbd[_0x4a7d81(-0x1cf,-_0x20e9d1._0x4cde83,-_0x20e9d1._0x188650,-0x168)]['id']+'-'+Date[_0x4a7d81(-0x177,-_0x20e9d1._0x116cbc,-0x186,-_0x20e9d1._0x46000a)]()+_0x4a7d81(-0x194,-0x1c1,-0x18a,-0x16b),_0x1bb035=_0x50fcd7[_0x3d316c(0x320,_0x20e9d1._0x4a42db,0x3e7,_0x20e9d1._0x12dfeb)](AVATARS_DIR,_0x2f488c),_0x4bb309={};_0x4bb309[_0x4a7d81(-0x187,-_0x20e9d1._0x31ffc5,-0x146,-_0x20e9d1._0x7409a)]=0x5a,await _0x5d73f3[_0x3d316c(0x3cd,0x43f,_0x20e9d1._0x26f264,0x3b8)](_0x3e9bbd,_0x23ecbd[_0x4a7d81(-0x171,-0x138,-0x13f,-0x204)][_0x4a7d81(-_0x20e9d1._0x33d8f1,-_0x20e9d1._0x27b6ba,-_0x20e9d1._0x5370a2,-0x1f5)])[_0x3d316c(_0x20e9d1._0x39f5e4,_0x20e9d1._0x1eb688,0x46c,0x42d)](AVATAR_SIZE,AVATAR_SIZE,{'fit':_0x5d73f3[_0x4a7d81(-0x1a4,-0x169,-0x165,-_0x20e9d1._0x565812)],'position':_0x3d316c(_0x20e9d1._0x22d314,_0x20e9d1._0x4118d2,_0x20e9d1._0x5a1e04,0x3eb)})[_0x3d316c(_0x20e9d1._0x25c90f,0x548,_0x20e9d1._0x2df98a,_0x20e9d1._0x158b71)](_0x4bb309)[_0x4a7d81(-0x162,-_0x20e9d1._0x272f17,-0x16d,-_0x20e9d1._0x356bd2)](_0x1bb035);const _0x1c7fe0=await _0x5d73f3['vBDxg'](findUserById,_0x23ecbd[_0x4a7d81(-_0x20e9d1._0x565812,-_0x20e9d1._0x419d93,-0x1a5,-_0x20e9d1._0x188650)]['id']);if(_0x1c7fe0[_0x3d316c(0x513,_0x20e9d1._0x475f54,0x4ed,_0x20e9d1._0x7c7607)]){if(_0x5d73f3['kaIib'](_0x4a7d81(-_0x20e9d1._0x89dcc,-0x28d,-_0x20e9d1._0x5e0e43,-_0x20e9d1._0x147102),_0x5d73f3[_0x3d316c(0x4cc,_0x20e9d1._0x4ea2e1,0x4e3,_0x20e9d1._0x16fd3c)])){const _0x2d4530={};_0x2d4530[_0x3d316c(0x46d,_0x20e9d1._0x26f48f,0x491,0x4b7)]=_0x1f9769[_0x3d316c(0x439,0x414,0x446,_0x20e9d1._0x176b69)+'d'],_0x2d4530[_0x4a7d81(-0x238,-0x228,-0x24d,-0x28e)]=_0x5282aa,_0x2d4530[_0x4a7d81(-_0x20e9d1._0x99a2ad,-_0x20e9d1._0x482bc1,-_0x20e9d1._0x134f2c,-0x15f)+_0x4a7d81(-_0x20e9d1._0x529e5a,-0x17f,-0xe2,-0x15e)]=_0x21cad9,_0x2d4530[_0x3d316c(_0x20e9d1._0x2c3f52,0x45c,0x473,_0x20e9d1._0xf82031)]=_0x5d73f3['HFKBH'],_0x401444[_0x4a7d81(-0x208,-_0x20e9d1._0x260991,-_0x20e9d1._0x110a12,-_0x20e9d1._0x171c7f)](_0x2c3301[_0x4a7d81(-0x1b5,-0x1d9,-_0x20e9d1._0x3a87ed,-0x15a)+'d'],_0x2d4530);}else{const _0x45681d=_0x50fcd7[_0x4a7d81(-_0x20e9d1._0x5eedcd,-0x245,-0x2bb,-_0x20e9d1._0x592aee)](AVATARS_DIR,_0x1c7fe0[_0x3d316c(_0x20e9d1._0x5ef29f,0x49e,0x4ac,0x49e)]);try{await _0x214eb8['unlink'](_0x45681d);}catch(_0x3f4f8e){}}}const _0xdd7bd7={};_0xdd7bd7[_0x4a7d81(-0x157,-_0x20e9d1._0x22803f,-0xc1,-_0x20e9d1._0x556960)]=_0x2f488c,await updateUser(_0x23ecbd['user']['id'],_0xdd7bd7);const _0x1bfe3c={};_0x1bfe3c[_0x4a7d81(-_0x20e9d1._0x3d1414,-0x1d2,-_0x20e9d1._0x3f3984,-0x13c)]=_0x23ecbd[_0x3d316c(_0x20e9d1._0x430779,0x4a4,0x3bd,_0x20e9d1._0x41dcd4)]['id'],_0x1bfe3c[_0x4a7d81(-_0x20e9d1._0x2abf32,-_0x20e9d1._0x11bf97,-_0x20e9d1._0xd9ed75,-_0x20e9d1._0x41ef04)]=_0x2f488c,logger[_0x4a7d81(-_0x20e9d1._0x5996d8,-_0x20e9d1._0x28a2c4,-_0x20e9d1._0x5ddbfc,-0x204)](_0x4a7d81(-0x1f1,-0x237,-0x267,-_0x20e9d1._0x56b43d)+_0x3d316c(0x32b,0x42d,_0x20e9d1._0x6fbdc7,_0x20e9d1._0x380170),_0x1bfe3c);const _0x4bd37b={};_0x4bd37b[_0x4a7d81(-_0x20e9d1._0x358ed6,-_0x20e9d1._0x1c4c41,-0x191,-0x19e)]=_0x2f488c,_0x4bd37b[_0x4a7d81(-0x15c,-0x17f,-0xf1,-0x164)]=_0x3d316c(0x451,0x3d2,_0x20e9d1._0x380170,_0x20e9d1._0x196dc4)+_0x2f488c,_0x3146f0[_0x3d316c(_0x20e9d1._0x227f03,_0x20e9d1._0x3ffd2e,_0x20e9d1._0x49e736,_0x20e9d1._0x2a9511)](_0x4bd37b);}catch(_0x45d7a4){if(_0x5d73f3[_0x4a7d81(-_0x20e9d1._0x32a456,-0x1f5,-_0x20e9d1._0x2dd46d,-_0x20e9d1._0x115f8b)]===_0x3d316c(_0x20e9d1._0x5d3214,0x399,_0x20e9d1._0x1eb688,0x3e1)){const _0x130fbb={};return _0x130fbb[_0x4a7d81(-0x225,-0x1e4,-0x1fd,-_0x20e9d1._0x197065)]=_0x4a7d81(-_0x20e9d1._0x1130a3,-0x1fd,-_0x20e9d1._0x44ed40,-0x255)+_0x3d316c(0x4b3,0x549,_0x20e9d1._0x2cd3dd,_0x20e9d1._0x4199ee)+_0x4a7d81(-_0x20e9d1._0x7185c,-_0x20e9d1._0x2d9356,-0x1d5,-_0x20e9d1._0x1c52b1),_0x107e12[_0x4a7d81(-0x1ed,-_0x20e9d1._0x400cde,-_0x20e9d1._0x221285,-_0x20e9d1._0x26aca1)](0x8b7+-0x262f+0x1f08)[_0x4a7d81(-0x255,-0x279,-0x284,-0x1ff)](_0x130fbb);}else{logger[_0x4a7d81(-_0x20e9d1._0x4ab5e4,-_0x20e9d1._0x141587,-0x1f8,-0x252)](_0x5d73f3[_0x3d316c(_0x20e9d1._0x35b1d3,0x43d,0x49b,0x4c5)],_0x45d7a4);const _0x18094={};_0x18094['error']=_0x5d73f3[_0x3d316c(0x4b5,0x4e4,0x4e4,_0x20e9d1._0x58c86f)],_0x3146f0['status'](-0x1c60+0x21a6+0x19*-0x22)['json'](_0x18094);}}}),router[_0x4c161b(0x10a,0x13f,0x187,0xfd)](_0xb2c31e(0x1b0,0x1b7,0x186,0x1c6)+_0xb2c31e(0x131,0x166,0xf6,0x11a),requireAuth,async(_0x5df367,_0x1992e6)=>{const _0x3abca6={_0x5d9f43:0x108,_0x31fcec:0x71,_0xdf5189:0x217,_0x4c2cb6:0x24a,_0x44285f:0x29b,_0x12a105:0x2b1,_0xd82a47:0x98,_0x4ba8da:0x57,_0x1c8ac8:0x9b,_0x290b23:0x8e,_0xd348d0:0xcd,_0x1d9340:0xc7,_0x178800:0x36d,_0x107944:0x2a4,_0x13ccae:0x122,_0x208c70:0xba,_0x5636e9:0x2c,_0x1784cf:0x1b9,_0x2a4e07:0x230,_0x5e728d:0x21b,_0x438229:0x23a,_0x593d4a:0x331,_0x105452:0x2d4,_0x55b419:0x2fe,_0x2a97d1:0x26d,_0x4e104c:0x35,_0x1cd9ab:0xc7,_0x4fe3dc:0x259,_0x3cb0c1:0x28b,_0x3812ef:0xb2,_0x33a72b:0x53,_0x292383:0x101,_0x1f0575:0x2fc,_0x3e5228:0x2bb,_0x3047bb:0x23f,_0x5aa676:0x26c,_0x46cb0e:0x28e,_0x252119:0x4f,_0x3f8be6:0x200,_0x409c86:0x1d,_0x1a63e6:0x60,_0x344a5a:0x2e7,_0x3e10b1:0x55,_0x2b70e7:0x2de,_0x45b9b4:0x286,_0xaa689c:0xe,_0x250581:0x2b0,_0x361155:0x1af,_0x4db7f9:0x296,_0x3476eb:0x2a8,_0x343341:0x39e,_0xecad28:0xe2,_0x605b0a:0x99,_0x2521e4:0x2b9,_0x5e9652:0x30,_0xe03430:0x37,_0x5af682:0x25c,_0xb9b94d:0x7a,_0x557d13:0x1a6},_0x1a5134={_0x7a194a:0x2f},_0x5d3cfc={_0x12c145:0xe0,_0x592797:0x26e},_0x21d622={'ewdwF':'Login\x20erro'+'r','TNyaf':_0x51c4a3(-0xbf,-_0x3abca6._0x5d9f43,-0x128,-0xd6)+'ed','ZhZue':_0x51c4a3(-0xb,-0x97,-0xf,_0x3abca6._0x31fcec)+_0x92854(_0x3abca6._0xdf5189,_0x3abca6._0x4c2cb6,_0x3abca6._0x44285f,_0x3abca6._0x12a105)+_0x51c4a3(-_0x3abca6._0xd82a47,-_0x3abca6._0x4ba8da,-_0x3abca6._0x1c8ac8,-_0x3abca6._0x290b23)+_0x51c4a3(-0xcf,-_0x3abca6._0xd348d0,-_0x3abca6._0x1d9340,-0xbf),'IlBHH':function(_0x328c14,_0x4f4b84){return _0x328c14(_0x4f4b84);},'iZswj':'nFcfS','gXiEw':_0x92854(_0x3abca6._0x178800,0x363,0x2f1,_0x3abca6._0x107944),'QCLTR':function(_0x585787,_0xbb5ec0,_0x393b1f){return _0x585787(_0xbb5ec0,_0x393b1f);},'LBBQL':_0x51c4a3(-0xe6,-_0x3abca6._0x13ccae,-0x65,-_0x3abca6._0x208c70)+_0x51c4a3(_0x3abca6._0x5636e9,0xc,0x16,0x8d),'ZkIzK':_0x92854(_0x3abca6._0x1784cf,0x214,0x243,_0x3abca6._0x2a4e07)+_0x51c4a3(-0x72,-0x44,-0x75,-0x35)+'tar'};function _0x51c4a3(_0x82f0fc,_0xfd2103,_0xb3b91a,_0x3c8986){return _0x4c161b(_0x82f0fc-0x162,_0xfd2103-_0x5d3cfc._0x12c145,_0x82f0fc- -_0x5d3cfc._0x592797,_0xfd2103);}function _0x92854(_0x38d0dc,_0xe21588,_0x4b35e5,_0x31cc33){return _0xb2c31e(_0x38d0dc-0x14d,_0x4b35e5-0x99,_0x4b35e5-_0x1a5134._0x7a194a,_0x38d0dc);}try{const _0x21a7fe=await _0x21d622[_0x92854(0x1ba,_0x3abca6._0x5e728d,_0x3abca6._0x438229,0x205)](findUserById,_0x5df367[_0x92854(0x313,0x214,0x286,0x2cf)]['id']);if(_0x21a7fe['avatar']){const _0xcc18bb=_0x50fcd7['join'](AVATARS_DIR,_0x21a7fe[_0x92854(_0x3abca6._0x593d4a,_0x3abca6._0x105452,_0x3abca6._0x55b419,_0x3abca6._0x2a97d1)]);try{if(_0x21d622[_0x51c4a3(-0xc4,-_0x3abca6._0x4e104c,-0x4a,-_0x3abca6._0x1cd9ab)]===_0x21d622[_0x92854(0x327,_0x3abca6._0x4fe3dc,0x2f0,_0x3abca6._0x3cb0c1)]){_0x29cf56[_0x51c4a3(-_0x3abca6._0x3812ef,-0xdc,-_0x3abca6._0x33a72b,-_0x3abca6._0x292383)](_0x21d622[_0x92854(_0x3abca6._0x1f0575,_0x3abca6._0x3e5228,0x318,0x364)],_0x414769);const _0x468c86={};_0x468c86['error']=_0x21d622[_0x92854(0x27f,0x224,_0x3abca6._0x3047bb,0x247)],_0x468c86[_0x92854(0x2fb,0x1e7,_0x3abca6._0x5aa676,_0x3abca6._0x46cb0e)]=_0x21d622['ZhZue'],_0x24e857[_0x51c4a3(-0x7a,-_0x3abca6._0x252119,0x19,-0x9a)](0xfc6+-0x6c9+-0x709)[_0x92854(0x21c,0x1d9,_0x3abca6._0x3f8be6,0x279)](_0x468c86);}else await _0x214eb8[_0x51c4a3(-0x13,-_0x3abca6._0x409c86,-_0x3abca6._0x1a63e6,-0x7)](_0xcc18bb);}catch(_0x4703e6){}const _0x5d0b86={};_0x5d0b86[_0x92854(_0x3abca6._0x344a5a,0x28f,0x2fe,0x282)]=null,await _0x21d622['QCLTR'](updateUser,_0x5df367['user']['id'],_0x5d0b86);const _0x373a6d={};_0x373a6d[_0x51c4a3(0x22,_0x3abca6._0x3e10b1,-0x64,-0x39)]=_0x5df367[_0x92854(0x232,_0x3abca6._0x2b70e7,_0x3abca6._0x45b9b4,0x200)]['id'],logger[_0x51c4a3(-_0x3abca6._0xaa689c,-0x48,0x38,-0x82)](_0x21d622[_0x92854(0x2af,0x260,0x27d,0x257)],_0x373a6d);}const _0x48baee={};_0x48baee[_0x92854(_0x3abca6._0x250581,0x2be,_0x3abca6._0x5aa676,0x2c1)]=_0x92854(_0x3abca6._0x361155,0x27e,0x1fc,0x25e)+_0x92854(_0x3abca6._0x4db7f9,_0x3abca6._0x3476eb,0x30e,_0x3abca6._0x343341),_0x1992e6[_0x51c4a3(-_0x3abca6._0xecad28,-0x137,-0x54,-_0x3abca6._0x605b0a)](_0x48baee);}catch(_0x1fc5f5){logger[_0x92854(0x1f0,_0x3abca6._0x2521e4,0x230,_0x3abca6._0x2a97d1)](_0x21d622[_0x51c4a3(_0x3abca6._0x5e9652,-0x4c,-_0x3abca6._0xe03430,0xae)],_0x1fc5f5);const _0x592873={};_0x592873[_0x92854(0x295,_0x3abca6._0x5af682,0x230,0x287)]=_0x21d622['ZkIzK'],_0x1992e6[_0x51c4a3(-_0x3abca6._0xb9b94d,-0xc3,-0x15,-_0x3abca6._0x290b23)](-0x20f5+0x131c+0xfcd)[_0x92854(0x21e,0x23d,0x200,_0x3abca6._0x557d13)](_0x592873);}}),router[_0xb2c31e(0x213,0x1c8,0x1a9,0x17f)](_0xb2c31e(0x13e,0x1b7,0x146,0x24c)+_0xb2c31e(0x2d7,0x273,0x29c,0x1fc),requireAuth,async(_0x35fd96,_0x2e0d23)=>{const _0x530f2c={_0x14a645:0x667,_0x594952:0x4be,_0x4f5a12:0x45e,_0x39ae8f:0x438,_0x9d79f5:0x551,_0x4c3cec:0x60e,_0x479890:0x542,_0x4f0114:0x4a2,_0x182666:0x55a,_0x4aac3a:0x5cf,_0x32b938:0x589,_0x441910:0x5ed,_0x4022d4:0x548,_0x3e54ec:0x5df,_0x18c10e:0x5ba,_0x5ad569:0x5c9,_0x61e8ae:0x577,_0x5ae1d7:0x5bd,_0x143575:0x55b,_0x212593:0x5e1,_0x3f299e:0x5ab,_0xcf8d03:0x558,_0x352721:0x4b5,_0x4e786d:0x495,_0x243b2b:0x4ab,_0xe50d3:0x556,_0x589b15:0x559,_0x147f40:0x50a,_0x285b54:0x54b,_0x5811ce:0x545,_0x2d4a1b:0x647,_0x16a11b:0x66e,_0x42feed:0x564,_0x5e84a8:0x5d9,_0x49224d:0x588,_0x1d099b:0x555,_0x5e9c1a:0x4c2,_0x155c28:0x4c6,_0x34b18f:0x570,_0x37678b:0x5f5,_0xbdb03c:0x574,_0x1913e2:0x5f9,_0x59d202:0x5b8,_0x49edca:0x60c,_0x5e2596:0x54a,_0x3404f5:0x58d,_0x4f35f4:0x5ba,_0x42f6f4:0x5de,_0x2392d9:0x552,_0x47a32c:0x489,_0x3e6fe0:0x505,_0x4db55d:0x54d,_0x537de3:0x5c6,_0xc2962d:0x62b,_0x45cc23:0x5a0,_0x51f0fa:0x4c1,_0x29aade:0x4ac,_0x29f2e4:0x4e2,_0x45097f:0x622,_0x44feae:0x5fc,_0x10af1a:0x612,_0x58aaac:0x5c7,_0x46e5dd:0x4d3,_0x2c9b76:0x551,_0x4e587e:0x59e,_0x13e6d8:0x5ce,_0x317282:0x65d,_0x39011c:0x4ed,_0x50e706:0x50e,_0x236cbd:0x630,_0x29f461:0x590,_0x5872c1:0x513,_0xe781df:0x44a,_0x369058:0x436,_0x40f9e8:0x49f,_0x2748a3:0x442,_0x20d976:0x537,_0x242a13:0x619,_0x2babf6:0x528,_0x3a697f:0x4f2,_0x5b1bfc:0x56e,_0x6cdcc5:0x5bc,_0x412573:0x544,_0xc6d724:0x566,_0x1daf20:0x540,_0x27a6e1:0x65f,_0x450171:0x5dc,_0x6c9af3:0x4a4,_0xa07545:0x430,_0x22183c:0x494,_0x5f3f95:0x4cd,_0x14951a:0x48d,_0x5ecbad:0x4c5,_0x2c799a:0x482,_0x56fef6:0x4ca,_0x4ee2a8:0x43d,_0x4da474:0x4ba,_0x311b11:0x59c,_0x2abff3:0x67e,_0x5a77dc:0x5ed,_0x36ff8:0x59e,_0x2244a4:0x5c1,_0x2e5182:0x4eb,_0x3cc4bf:0x5d7,_0x345809:0x5a8,_0xda5e68:0x631,_0x555940:0x53b,_0x26e0a6:0x4c4,_0x5e27e6:0x534,_0x597acf:0x5d1,_0xe89086:0x598,_0x5d2944:0x4e3,_0x48cf36:0x50d,_0x3961e7:0x5bb,_0x1b1385:0x5ed,_0x34b782:0x5a2,_0x2777a3:0x535,_0xb2e965:0x534,_0x5bab12:0x4e1,_0x5d8540:0x558,_0x274afb:0x4f2,_0x66eccc:0x549,_0x191ab3:0x580,_0x51bc4e:0x54b,_0x359f0e:0x575,_0x339c18:0x5a5,_0x11379f:0x609,_0x2efc50:0x4dc,_0x8a227a:0x668,_0x5a07f0:0x4ba,_0x142dfb:0x4f1,_0x2cb469:0x59d,_0x4ad716:0x620,_0x48d5e5:0x66d,_0x358e91:0x5da,_0x3e7ab7:0x62c,_0x1c634c:0x584,_0xbb19b4:0x4ab,_0x5dd296:0x51e,_0x42da53:0x4e1,_0x34bf6c:0x5b4,_0x1b14a3:0x5cb,_0x196e8e:0x560,_0x14369e:0x5a1,_0x59cbcc:0x47c,_0x536551:0x4bb,_0x4f8305:0x58e,_0x3a59d2:0x5c8,_0x334293:0x5e5,_0x1b7068:0x54e,_0x54e7db:0x4ee,_0x19f93c:0x4c6,_0xf87e77:0x57d,_0x36d26a:0x42b,_0xcd0959:0x42e,_0x413685:0x5cf,_0x4bef26:0x4fb,_0x666461:0x52a,_0xed0b4c:0x573,_0x39f36c:0x5a5,_0x26f25d:0x5cc,_0x15b70e:0x4d4,_0x3c4bfe:0x482,_0x5f3923:0x47e,_0x178db4:0x592,_0x33e298:0x5a4,_0x415fcf:0x56f,_0x17a055:0x4fd,_0x57e644:0x533,_0x5ac913:0x5b6,_0x11ca26:0x582,_0x3556fd:0x56c,_0x20da22:0x4a9,_0x30ebe1:0x532,_0x8188a6:0x5c5,_0x17eab6:0x56a,_0x258411:0x502,_0x5c026d:0x5cb,_0x4667b7:0x4ad,_0x172fa2:0x565,_0xbc7480:0x4a0,_0x187989:0x5fd,_0x3992e7:0x4c1,_0x5f2859:0x4e7},_0x77351c={_0x912bc6:0x209,_0x44fa38:0x183,_0x131acc:0x1ac,_0x1c1e15:0x23a,_0x7b8cd0:0x2a6,_0x33c05a:0x221,_0x5e4809:0x194,_0x2c6476:0x1c7,_0x528f13:0x28b,_0x2cc8aa:0x1b4,_0x21b3c2:0x133,_0x16c4b9:0x190,_0x20c31a:0x217,_0x4fd889:0x235},_0x1145f8={_0x4a89c4:0x101,_0x57cb99:0x311},_0xc896fc={_0x197cb9:0x96,_0x22eaf8:0x39b,_0x499d7a:0x82},_0x3cf462={_0x502069:0x107,_0x167516:0x83};function _0x3efec2(_0x1bcb73,_0x6811b3,_0x593900,_0x128c0c){return _0xb2c31e(_0x1bcb73-_0x3cf462._0x502069,_0x593900-0x2eb,_0x593900-_0x3cf462._0x167516,_0x128c0c);}function _0x1b58c6(_0x3ff2c4,_0x355644,_0xf024cc,_0x334f27){return _0xb2c31e(_0x3ff2c4-_0xc896fc._0x197cb9,_0x334f27-_0xc896fc._0x22eaf8,_0xf024cc-_0xc896fc._0x499d7a,_0xf024cc);}const _0x3d0c90={'VKVwD':function(_0x49f875,_0x4ea419,_0x4e1455,_0x566050){return _0x49f875(_0x4ea419,_0x4e1455,_0x566050);},'zoAPd':_0x1b58c6(_0x530f2c._0x14a645,0x5a3,0x612,0x62c)+_0x3efec2(0x498,_0x530f2c._0x594952,_0x530f2c._0x4f5a12,_0x530f2c._0x39ae8f)+_0x3efec2(0x4aa,0x581,0x4e8,_0x530f2c._0x9d79f5),'iLhUo':_0x1b58c6(0x594,_0x530f2c._0x4c3cec,_0x530f2c._0x479890,0x584)+_0x3efec2(0x498,_0x530f2c._0x4f0114,0x510,_0x530f2c._0x182666),'KEoFv':_0x1b58c6(0x60c,_0x530f2c._0x4aac3a,0x572,_0x530f2c._0x32b938)+_0x1b58c6(_0x530f2c._0x441910,_0x530f2c._0x4022d4,_0x530f2c._0x3e54ec,_0x530f2c._0x18c10e),'ZNBVV':_0x1b58c6(0x572,0x567,0x57e,_0x530f2c._0x5ad569)+'in\x20attempt','gSSOn':_0x3efec2(_0x530f2c._0x61e8ae,_0x530f2c._0x5ae1d7,_0x530f2c._0x143575,0x549)+'ername\x20or\x20'+_0x1b58c6(0x526,_0x530f2c._0x212593,_0x530f2c._0x3f299e,_0x530f2c._0xcf8d03),'gVtuh':_0x3efec2(_0x530f2c._0x352721,0x4d0,_0x530f2c._0x4e786d,_0x530f2c._0x243b2b)+'save\x20sessi'+'on','guXKb':_0x1b58c6(_0x530f2c._0xe50d3,_0x530f2c._0x589b15,_0x530f2c._0x147f40,0x525)+'ed','ffLQd':_0x1b58c6(_0x530f2c._0x285b54,0x4dd,0x4be,_0x530f2c._0x5811ce)+_0x1b58c6(0x697,_0x530f2c._0x2d4a1b,_0x530f2c._0x16a11b,0x601)+'sion','yjqTW':function(_0x5be774,_0x4a3273){return _0x5be774===_0x4a3273;},'ODQbu':'EsqqW','gulxv':function(_0x3218b2,_0x2a60ce){return _0x3218b2(_0x2a60ce);},'wjpPx':function(_0x206a9b,_0x4301e8,_0x5d5eba){return _0x206a9b(_0x4301e8,_0x5d5eba);},'lVcuU':_0x1b58c6(0x5da,_0x530f2c._0x42feed,_0x530f2c._0x5e84a8,_0x530f2c._0x49224d),'tFeSy':function(_0x7dc08f,_0xdba9f5){return _0x7dc08f!==_0xdba9f5;},'gBDuQ':_0x1b58c6(0x632,_0x530f2c._0x1d099b,0x5e1,_0x530f2c._0x5ae1d7)+'t','PSxjq':_0x1b58c6(_0x530f2c._0x5e9c1a,_0x530f2c._0x155c28,_0x530f2c._0x34b18f,0x519),'MCuwI':_0x1b58c6(0x5fd,0x5d8,_0x530f2c._0x37678b,_0x530f2c._0xbdb03c),'BiOWz':_0x1b58c6(0x53d,0x52f,_0x530f2c._0x1913e2,0x5c4),'uSbbL':function(_0x2cb32b,_0x419d7d,_0x2531b7){return _0x2cb32b(_0x419d7d,_0x2531b7);},'TobTy':_0x1b58c6(0x681,0x581,_0x530f2c._0x59d202,0x61b),'VHTTf':'ZQobI','gLzTT':function(_0xe4972c,_0x352ebc){return _0xe4972c!==_0x352ebc;},'opGsE':function(_0x301f56,_0x17317d){return _0x301f56(_0x17317d);},'FomKE':function(_0x5c59f9,_0x54dbc3){return _0x5c59f9>_0x54dbc3;},'QZmSc':function(_0x5a02b2,_0x1ef98a){return _0x5a02b2!==_0x1ef98a;},'Kfvmc':_0x1b58c6(_0x530f2c._0x49edca,0x5a5,_0x530f2c._0x14a645,0x625),'ucsii':_0x3efec2(0x57e,0x5ad,0x538,0x4d2),'DLsWI':_0x3efec2(0x4b7,0x42d,0x495,0x4d8)+_0x3efec2(0x59f,_0x530f2c._0x5e2596,0x57b,_0x530f2c._0x3404f5)+_0x1b58c6(_0x530f2c._0x4f35f4,0x664,0x64c,0x60a)};try{if(_0x3d0c90[_0x1b58c6(_0x530f2c._0x42f6f4,0x52f,_0x530f2c._0x2392d9,0x5ab)](_0x3d0c90[_0x3efec2(_0x530f2c._0x47a32c,0x534,_0x530f2c._0x3e6fe0,_0x530f2c._0x4db55d)],'EsqqW')){const _0x73a61f=_0x35fd96[_0x1b58c6(_0x530f2c._0x537de3,0x545,0x51b,0x588)]['id'],_0x2aec16=await _0x3d0c90[_0x1b58c6(_0x530f2c._0x479890,0x53b,_0x530f2c._0xc2962d,_0x530f2c._0x45cc23)](getTeamsByUserId,_0x73a61f),_0x50b945=await Promise[_0x3efec2(_0x530f2c._0x51f0fa,_0x530f2c._0x29aade,0x4a5,_0x530f2c._0x29f2e4)](_0x2aec16[_0x1b58c6(0x670,_0x530f2c._0x45097f,0x5e8,_0x530f2c._0x44feae)](async _0x3bf4d7=>{const _0x208e3c={_0x221332:0x4b,_0x40cc8a:0xb7},_0x16826f=await _0x3d0c90[_0x559cab(_0x77351c._0x912bc6,_0x77351c._0x44fa38,_0x77351c._0x131acc,0x126)](hasPermission,_0x73a61f,_0x3d0c90[_0x559cab(_0x77351c._0x1c1e15,0x1c9,0x13e,0x18f)],_0x3bf4d7['id']),_0x40bc36={};function _0x188e64(_0x30768f,_0x53b3f9,_0x1c124c,_0x4970ad){return _0x1b58c6(_0x30768f-_0x1145f8._0x4a89c4,_0x53b3f9-0x1e6,_0x30768f,_0x1c124c- -_0x1145f8._0x57cb99);}_0x40bc36['id']=_0x3bf4d7['id'];function _0x559cab(_0x372a80,_0x9ccc31,_0xe9c795,_0x497170){return _0x3efec2(_0x372a80-_0x208e3c._0x221332,_0x9ccc31-_0x208e3c._0x40cc8a,_0x9ccc31- -0x348,_0xe9c795);}return _0x40bc36[_0x559cab(_0x77351c._0x7b8cd0,_0x77351c._0x33c05a,_0x77351c._0x5e4809,_0x77351c._0x2c6476)]=_0x3bf4d7[_0x559cab(_0x77351c._0x528f13,0x221,0x1cb,0x1b7)],_0x40bc36[_0x559cab(0x1ea,_0x77351c._0x2cc8aa,_0x77351c._0x21b3c2,_0x77351c._0x16c4b9)+_0x559cab(0x294,_0x77351c._0x20c31a,_0x77351c._0x4fd889,0x232)]=_0x16826f,_0x40bc36;})),_0x152774=new Map(),_0x41fd0b=await _0x3d0c90['wjpPx'](getBindingsBySubject,_0x3d0c90[_0x1b58c6(_0x530f2c._0x10af1a,0x579,_0x530f2c._0x58aaac,0x603)],_0x73a61f);for(const _0x266397 of _0x41fd0b){if(_0x3d0c90[_0x3efec2(0x4e1,_0x530f2c._0x46e5dd,0x544,_0x530f2c._0x2c9b76)](_0x266397[_0x1b58c6(_0x530f2c._0x4e587e,0x691,_0x530f2c._0x13e6d8,0x608)+'ype'],_0x3d0c90['gBDuQ'])||!_0x266397['resource_i'+'d'])continue;const _0x27b501=await getRoleById(_0x266397['role_id']),_0x50aa86=_0x27b501?_0x27b501[_0x1b58c6(_0x530f2c._0x317282,0x5fe,0x589,0x619)]:_0x266397['role_id'],_0x1b4b00=_0x27b501?_0x27b501['permission'+'s'][_0x3efec2(0x446,0x482,0x4dc,_0x530f2c._0x39011c)]:0xcc7+-0x147+-0x1*0xb80,_0x4e7dff=_0x152774['get'](_0x266397[_0x1b58c6(_0x530f2c._0x50e706,_0x530f2c._0x236cbd,0x52e,0x5a2)+'d']);(!_0x4e7dff||_0x1b4b00>_0x4e7dff[_0x1b58c6(0x67f,_0x530f2c._0x29f461,0x5af,0x5e9)+_0x3efec2(0x4ed,0x4c7,0x54f,_0x530f2c._0x5872c1)])&&_0x152774[_0x3efec2(_0x530f2c._0xe781df,_0x530f2c._0x369058,_0x530f2c._0x40f9e8,_0x530f2c._0x2748a3)](_0x266397[_0x1b58c6(0x5f3,_0x530f2c._0x20d976,_0x530f2c._0x242a13,0x5a2)+'d'],{'name':_0x266397[_0x3efec2(_0x530f2c._0x2babf6,0x46a,_0x530f2c._0x3a697f,0x54f)+'d'],'roleName':_0x50aa86,'rolePermCount':_0x1b4b00,'via':_0x3d0c90[_0x3efec2(0x56b,0x5d1,_0x530f2c._0x589b15,_0x530f2c._0x5b1bfc)]});}for(const _0x1f04f4 of _0x2aec16){if(_0x3d0c90[_0x3efec2(_0x530f2c._0x6cdcc5,0x4e6,_0x530f2c._0x412573,_0x530f2c._0xc6d724)](_0x3d0c90[_0x3efec2(0x5b0,0x573,_0x530f2c._0x1daf20,0x5aa)],_0x3d0c90['BiOWz'])){const _0x5c116f=await _0x3d0c90[_0x1b58c6(0x595,0x612,_0x530f2c._0x27a6e1,_0x530f2c._0x450171)](getBindingsBySubject,_0x3d0c90['TobTy'],_0x1f04f4['id']);for(const _0x94a072 of _0x5c116f){if(_0x3d0c90[_0x3efec2(_0x530f2c._0x6c9af3,_0x530f2c._0xa07545,0x4c5,_0x530f2c._0x22183c)]!==_0x3d0c90[_0x3efec2(_0x530f2c._0x5f3f95,_0x530f2c._0x14951a,_0x530f2c._0x5ecbad,0x4b3)]){const _0x2d9e9e={};return _0x2d9e9e[_0x3efec2(0x430,0x4b5,_0x530f2c._0x2c799a,_0x530f2c._0x56fef6)]=_0x3d0c90['iLhUo'],_0x59fe9b[_0x3efec2(0x431,_0x530f2c._0x4ee2a8,_0x530f2c._0x4da474,0x445)](-0x10a4+0x6ac+-0xb8c*-0x1)['json'](_0x2d9e9e);}else{if(_0x3d0c90[_0x1b58c6(0x641,_0x530f2c._0x311b11,_0x530f2c._0x2abff3,_0x530f2c._0x5a77dc)](_0x94a072['resource_t'+_0x1b58c6(_0x530f2c._0x36ff8,_0x530f2c._0x2244a4,0x5df,_0x530f2c._0x3e54ec)],_0x3d0c90[_0x3efec2(0x4f5,_0x530f2c._0x285b54,_0x530f2c._0x2e5182,0x4aa)])||!_0x94a072[_0x1b58c6(0x5d5,0x539,_0x530f2c._0x20d976,0x5a2)+'d'])continue;const _0x5d7064=await _0x3d0c90[_0x1b58c6(_0x530f2c._0x3cc4bf,0x5f0,0x4e4,0x55c)](getRoleById,_0x94a072['role_id']),_0x3d54b4=_0x5d7064?_0x5d7064[_0x1b58c6(0x649,_0x530f2c._0x345809,_0x530f2c._0xda5e68,_0x530f2c._0x242a13)]:_0x94a072[_0x1b58c6(_0x530f2c._0x555940,_0x530f2c._0x26e0a6,_0x530f2c._0x5e27e6,0x524)],_0x20ff77=_0x5d7064?_0x5d7064[_0x1b58c6(0x5ea,0x5e1,0x544,0x5d3)+'s'][_0x3efec2(0x48b,0x4e3,0x4dc,0x55f)]:0x8f*-0x36+-0xf66+0x2d90,_0x1bf33f=_0x1b58c6(_0x530f2c._0x597acf,_0x530f2c._0xe89086,0x691,_0x530f2c._0x45097f)+_0x1f04f4[_0x1b58c6(_0x530f2c._0x3e54ec,0x6ab,0x593,0x619)],_0x56abd5=_0x152774[_0x3efec2(_0x530f2c._0x5d2944,_0x530f2c._0x48cf36,0x4b3,0x466)](_0x94a072[_0x1b58c6(_0x530f2c._0x3961e7,_0x530f2c._0x1b1385,_0x530f2c._0xe89086,_0x530f2c._0x34b782)+'d']);(!_0x56abd5||_0x3d0c90[_0x3efec2(0x49b,_0x530f2c._0x2777a3,0x4c3,0x502)](_0x20ff77,_0x56abd5[_0x3efec2(0x5b4,0x561,0x539,_0x530f2c._0xb2e965)+'unt']))&&_0x152774['set'](_0x94a072[_0x3efec2(_0x530f2c._0x5bab12,_0x530f2c._0x5d8540,_0x530f2c._0x274afb,_0x530f2c._0x66eccc)+'d'],{'name':_0x94a072[_0x3efec2(0x506,_0x530f2c._0x191ab3,_0x530f2c._0x274afb,_0x530f2c._0x51bc4e)+'d'],'roleName':_0x3d54b4,'rolePermCount':_0x20ff77,'via':_0x56abd5?.['via']===_0x3d0c90[_0x1b58c6(0x5e1,_0x530f2c._0x359f0e,_0x530f2c._0x339c18,_0x530f2c._0x11379f)]?'direct':_0x1bf33f});}}}else{const _0x59e475={};return _0x59e475[_0x1b58c6(0x56d,_0x530f2c._0x6c9af3,_0x530f2c._0x2efc50,0x532)]=_0x3d0c90[_0x1b58c6(_0x530f2c._0x8a227a,0x615,0x62d,0x605)],_0xa9ff39[_0x3efec2(0x4cf,_0x530f2c._0x4f0114,_0x530f2c._0x5a07f0,_0x530f2c._0x142dfb)](0x178*0x1a+-0xb*-0xf4+-0x2f1c)['json'](_0x59e475);}}const _0x514870=[..._0x152774[_0x1b58c6(_0x530f2c._0x2cb469,0x4ce,0x5cc,0x550)]()][_0x1b58c6(_0x530f2c._0x4ad716,0x5db,0x5ea,0x5fc)](({rolePermCount:_0x1853a0,..._0x40b9c8})=>_0x40b9c8),_0x1ca79a={};_0x1ca79a[_0x1b58c6(_0x530f2c._0x48d5e5,0x548,0x614,_0x530f2c._0x358e91)]=_0x50b945,_0x1ca79a[_0x1b58c6(0x576,_0x530f2c._0x3e7ab7,_0x530f2c._0x1c634c,0x5bd)+'ts']=_0x514870,_0x2e0d23[_0x3efec2(0x4a1,0x3fc,0x452,_0x530f2c._0xbb19b4)](_0x1ca79a);}else{const _0x1129ba={};_0x1129ba[_0x3efec2(0x451,_0x530f2c._0x5dd296,_0x530f2c._0x42da53,0x4f8)]=_0x2c295b,_0x2f6ee3[_0x1b58c6(_0x530f2c._0x34bf6c,_0x530f2c._0x1b14a3,_0x530f2c._0x196e8e,_0x530f2c._0x14369e)](_0x3d0c90[_0x3efec2(0x505,_0x530f2c._0x59cbcc,0x507,0x580)],_0x1129ba);const _0x54c651={};return _0x54c651[_0x3efec2(0x491,0x4f5,0x482,_0x530f2c._0x536551)]=_0x3efec2(0x5c7,_0x530f2c._0x4f8305,0x548,_0x530f2c._0x3a59d2)+_0x1b58c6(_0x530f2c._0x334293,0x54b,0x4e3,_0x530f2c._0x1b7068)+'d',_0x54c651[_0x3efec2(0x4bf,0x548,0x4be,_0x530f2c._0x54e7db)]=_0x3d0c90[_0x3efec2(_0x530f2c._0x4f8305,_0x530f2c._0x19f93c,0x4fa,_0x530f2c._0xf87e77)],_0x55055e[_0x3efec2(_0x530f2c._0x36d26a,_0x530f2c._0xcd0959,0x4ba,0x43b)](-0x6a7+-0x1d4d*0x1+0x2585)['json'](_0x54c651);}}catch(_0x452342){if(_0x3d0c90[_0x1b58c6(0x59e,0x5f5,_0x530f2c._0x597acf,_0x530f2c._0x413685)](_0x3d0c90[_0x1b58c6(0x4cb,_0x530f2c._0x4bef26,_0x530f2c._0x666461,0x514)],_0x3d0c90[_0x1b58c6(0x5e7,_0x530f2c._0xed0b4c,_0x530f2c._0x39f36c,_0x530f2c._0x26f25d)])){logger[_0x3efec2(_0x530f2c._0x15b70e,0x4fe,_0x530f2c._0x3c4bfe,_0x530f2c._0x5f3923)](_0x1b58c6(0x560,0x5d0,_0x530f2c._0x178db4,0x545)+_0x1b58c6(_0x530f2c._0x33e298,0x556,_0x530f2c._0x415fcf,0x5ec)+_0x3efec2(_0x530f2c._0x17a055,0x517,_0x530f2c._0x57e644,_0x530f2c._0x5ac913)+_0x3efec2(0x4cf,0x5ac,0x52b,_0x530f2c._0x11ca26),_0x452342);const _0x25a49a={};_0x25a49a[_0x1b58c6(_0x530f2c._0x3556fd,0x4fd,_0x530f2c._0x20da22,_0x530f2c._0x30ebe1)]=_0x3d0c90[_0x1b58c6(0x550,0x5ec,_0x530f2c._0x8188a6,0x5a3)],_0x2e0d23[_0x1b58c6(0x56f,0x5ea,0x5ba,_0x530f2c._0x17eab6)](0x39*-0xa3+0x266b+-0x2c)[_0x1b58c6(0x597,0x4fb,0x4b4,_0x530f2c._0x258411)](_0x25a49a);}else{_0x5338db[_0x1b58c6(0x565,_0x530f2c._0x5c026d,_0x530f2c._0x20da22,0x532)](_0x3d0c90[_0x3efec2(0x560,0x57c,0x574,0x506)],_0x112bb9);const _0x2ca621={};return _0x2ca621[_0x1b58c6(_0x530f2c._0x4667b7,_0x530f2c._0x172fa2,_0x530f2c._0xbc7480,0x532)]=_0x3d0c90['guXKb'],_0x2ca621[_0x3efec2(0x4ee,0x4a8,_0x530f2c._0x594952,0x460)]=_0x3d0c90['ffLQd'],_0x1de620[_0x1b58c6(_0x530f2c._0x187989,_0x530f2c._0xed0b4c,_0x530f2c._0x589b15,0x56a)](-0x1587+-0x207a+-0xb31*-0x5)[_0x1b58c6(_0x530f2c._0x3992e7,0x535,_0x530f2c._0x5f2859,0x502)](_0x2ca621);}}});export default router;
|
|
1
|
+
(function(_0x1a334f,_0x125f6b){const _0xfef48={_0x36a332:0x4d0,_0x2af394:0x4b9,_0x2889cf:0x531,_0x239109:0x325,_0x34c5df:0x2ed,_0x7b8004:0x2c9,_0x187a96:0x32d,_0x258519:0x4bc,_0x158d66:0x50e,_0x42b9cd:0x509,_0x5b708c:0x4ff,_0x20b359:0x4b6,_0x44355e:0x2d6,_0x48f30c:0x52f,_0x481030:0x43d,_0x4dd7c9:0x4c4,_0xb80e:0x27e,_0x56feef:0x381,_0x2f4553:0x459,_0x5599c3:0x4b2,_0x356d83:0x4a8,_0x2c3c9d:0x4df},_0x406362={_0x292836:0x2f9},_0xe2b9c4=_0x1a334f();function _0x36a457(_0x5b330a,_0x381f57,_0x3c7557,_0x422598){return _0x1954(_0x3c7557-_0x406362._0x292836,_0x422598);}function _0x9bb5a2(_0x5a53ba,_0x2a37dd,_0x3b0c38,_0x4de5ed){return _0x1954(_0x2a37dd-0x1b5,_0x4de5ed);}while(!![]){try{const _0x12c28e=parseInt(_0x36a457(_0xfef48._0x36a332,0x4f9,_0xfef48._0x2af394,_0xfef48._0x2889cf))/(0x9c3+0x1*-0x11d2+0x810)*(-parseInt(_0x9bb5a2(0x356,0x358,_0xfef48._0x239109,0x2fc))/(-0x1*0x1ced+0x76c+0x1583))+parseInt(_0x9bb5a2(_0xfef48._0x34c5df,_0xfef48._0x7b8004,_0xfef48._0x187a96,0x311))/(0xaf0*-0x1+0x23a0+-0x1*0x18ad)+-parseInt(_0x36a457(0x536,0x4d0,_0xfef48._0x258519,_0xfef48._0x158d66))/(-0x2545+-0x31a+0x7*0x5c5)*(parseInt(_0x36a457(_0xfef48._0x42b9cd,_0xfef48._0x5b708c,_0xfef48._0x20b359,0x4db))/(0x1eab*0x1+-0x2277+-0x3d1*-0x1))+parseInt(_0x9bb5a2(0x3d2,0x345,0x30f,0x364))/(-0x1891+0x1e99+-0x1*0x602)*(parseInt(_0x9bb5a2(0x339,0x2d9,_0xfef48._0x44355e,0x2fc))/(-0x1074+0x293*-0x8+0x2513))+-parseInt(_0x36a457(_0xfef48._0x48f30c,_0xfef48._0x481030,_0xfef48._0x4dd7c9,0x4b2))/(-0xd1f+0x736+0x5f1)+parseInt(_0x9bb5a2(0x268,0x2f6,_0xfef48._0xb80e,_0xfef48._0x56feef))/(-0x58*0x65+0x16a*-0x5+0x29d3)+-parseInt(_0x36a457(_0xfef48._0x2f4553,0x436,_0xfef48._0x5599c3,0x53e))/(0xfc2*0x1+0x2294+0x4a*-0xae)*(parseInt(_0x36a457(0x557,_0xfef48._0x356d83,_0xfef48._0x2c3c9d,0x495))/(0x1f33+0x2a2*-0x2+0x2*-0xcf2));if(_0x12c28e===_0x125f6b)break;else _0xe2b9c4['push'](_0xe2b9c4['shift']());}catch(_0x28b5d2){_0xe2b9c4['push'](_0xe2b9c4['shift']());}}}(_0x4459,0x1a74c+-0x78d*0x2c5+0x1e79ff*0x1));import _0x82ab78 from'express';import _0x4d3eb5 from'multer';import _0x28ad2c from'sharp';function _0x4459(){const _0x5083c1=['l2f2yxrHCNmV','C2vZC2LVBG','A2v5CW','CMvZB3vYy2vFAq','y2XLyxjdB29RAq','se5LA3K','AfnKzvK','BMzV','vgrWrKq','C2vYDMvY','zwrLBNrPywXZ','EuPkuNO','BM93','igLUzM8','CunMA28','qw4GzxjYB3iGBW','zxjYB3i','AuXrrM0','zsbHy2nLC3mGAq','ExL5uKC','u1nxDfu','AhzhB1y','ELnyrMm','A1Djzhq','CMvZB2X2zsbYBW','ue5hlcbhsuySia','BffHzfe','BxfYthi','zcbPBG','tMfTzsbJyw5UBW','x3rHC2TZ','Chv0','DxbSB2fKigf2yq','ELncBuG','y2n1CNjLzcbKDq','odC0oerWC2nXsa','tg9Nz2vKig91Da','l3bYB2zPBguVyq','qMD4qxm','ANvYveC','zgvZDhjVEq','CefbqNa','sLDfyxC','BwLTzxr5Cgu','qNPdy0O','y0DZvLG','DvPkDwi','r2DRBg8','EKjhBM0','vhDKtNm','zxjUyw1Lig9Yia','uuzUz3e','yxzHDgfYlq','zgvZDhjVEsbZzq','mK9eDw1WAW','ANnVBG','DMf4zwi','DhjPBq','CKf0BwC','u3LNyvm','zhjoELq','BNrPy2f0Aw9U','Aw5MBW','q0XjiefJy2vZCW','BgvK','v2XtsMq','l2XVz291Da','tffVChC','DMf0yxi','DMLH','ENj3Bw4','qxzHDgfYihjLBq','CM9Szxm','Cvzcuwu','BeTfBve','sw52ywXPzcb1CW','nZbiuxLWy3a','vxnLCIbSB2DNzq','y1j5wui','sMncuxO','nJvguwHhq3K','rMfPBgvKigXVzW','zMLSzvnPEMu','ode3nvbcwvjnBW','wgHJrvm','vxnLCM5HBwuGyq','mta5ode2wLDRs3Pf','Aw1Hz2uVD2vICa','CMuGywXSB3DLza','DgvHBq','y3jLyxrLihnLCW','C3nPB24','y2fUtwfUywDLtq','BgvZigzVCIbdta','mta0odKXmNDWAMHZDq','CMvZAxPL','BMqGCgfZC3DVCG','AfjLquW','thH2A1i','z2LZwLm','z2v0igfJy2vZCW','wuvPwu4','tg9NAw4GzMfPBa','ANLxwNu','uuvIq1u','quvzC3u','zKvTBfO','svrvEMu','C3vJy2vZC2z1Ba','uujQuwC','CMTtvKi','DgvHBtOG','l2XVz2LU','wvzZAfy','wKPOwha','rwvfrxa','zwfvCfG','tg9NAw4GzxjYBW','rvHkqxy','rMfPBgvKihrVia','rKfJtwC','otm4nZi5ywrstuTl','B3zLza','AfvStfy','yLDSteu','CgfRtxy','D2fYBG','B3iGl21L','zgvTtLu','zLztreO','vgrlveK','AhnhsMq','yKLrsKu','BwTKAxi','AgfosNK','Aw1Hz2uVCg5N','B2fKzwq','zcbHCMuGCMvXDq','zw52AxjVBM1LBG','C2f2zq','C2v0','zw1HAwXFy29TBq','DxnLCKLK','C0Tvzei','ywDIyNO','ufrMzge','rKvRCgC','v2rxDMm','DgfY','yM9KEq','wM53uw8','z2v0','Cg5N','whnQu00','DgvHBxm6BwfUyq','igXVz2LUigf0Da','DgfYCYbKAxjLyW','tg9NB3v0igzHAq','ChjVzMLSzq','AwDTsNC','zMviug4','AMDMwNK','v2DYDxi','zMLSzw5HBwu','CgfZC3DVCMq','zw50C19VBL9TEq','Dg9gAwXL','twLZC2LUzYbJCG','rMDfwhq','A2v5','BwvZC2fNzq','uLfQzwq','y29Kzq','l3bYB2zPBgu','zwrQzey','CgvYBwLZC2LVBG','A2v5swq','yxzHDgfYvxjS','AM9PBG','uhjVzMLSzsb1Ca','C3rHy2S','DMLKzwq','ruvysvnu','Aw1Hz2uVz2LM','DxnLCM5HBwu','vxnLCIbUB3qGzG','Dw50','ChjLzMvYzw5Jzq','z2vFBwvTyMvYCW','Aw1Hz2uVANbLzW','ExbL','C3rHDhvZ','ALvkEKK','CM9Szv9Pza','D2fzBuu','BgvUz3rO','mZuWndu2nfDJCMn6za','zw1WDa','CuHHA3G','Dw5SAw5R','yw5KifDLyLaGyq','C0DjsfG','ugvYBwLZC2LVBG','s3jzDfO','Aw5JBhvKzxm','DxbKyxrLihbYBW','ihjLC29SDxrPBW','vxP3y2i','qxv0AgvUDgLJyq','vgHesui','q0fIzK8','BMfTzq','otq1AhndruDx','C3nOx3vZzxjUyq','ihn1y2nLC3nMDq','ywDL','CgrHDgvZihbYBW','ANfJt0K','y29KzxiUC2LK','CM9Szu5HBwu','DxnLCG','ywXS','zw1IzxjZ','EMzxqLy','z2v0ihbYB2zPBa','CMLUzYbHDxrOzq','EeHgte8','tKnxs00','zgLYzwn0','tM8GDMfSAwqGDq','AxjLza','DgLVBIbMywLSzq','BguGDhLWzs4GtW','CMvZB3vYy2vFDa','C2LVBG','ssbSB2DPBG','vhHIzeK','BwrsueS','C2f2zsbZzxnZAq','DcbIzsbLBxb0Eq','tLLyree','nde3mZuXnMToB0fUAW','r0T1CuS','yxzHDgfY','DLjouNO','teHjwu4','DMfSDwvZ','swHyuxG','qKjur1y','y292zxi','vxjfzK8','BwfW','rMfPBgvKienmsq','l2nSAs1SB2DPBG','qMHQswi','DuvcquW','sw52ywXPzcbMAq','y2vUDgvY','s1nxugi','DgvHBxm','qLfWA0m','whDlALe','zxnZzNvS','CM9SzvbLCM1dBW','zxzLq2m','yxbPs2v5','Cg9ZDa','zw1HAwW','Bxf6wKS','BunbANO','vK9uwLq','BgX5','CMvTB3zLigf2yq','AgLW','svnxsgW','l21L','q0XjigXVz2LUia','y3jLyxrLigf2yq','BgTqz1K','lNbUzW','B3vUza','y2nLC3m','AgzOyNy','zMLSzq','zcbVDxq'];_0x4459=function(){return _0x5083c1;};return _0x4459();}import _0x48015e from'path';function _0x23d47f(_0x5978b1,_0x5d0277,_0x1c80c1,_0x327fe9){return _0x1954(_0x1c80c1- -0x257,_0x5d0277);}function _0x1954(_0x57ae60,_0x3db2a8){_0x57ae60=_0x57ae60-(-0x5*0xe9+-0x1*0x28d+0x7f6);const _0xbfbc51=_0x4459();let _0x923a19=_0xbfbc51[_0x57ae60];if(_0x1954['dcVqTo']===undefined){var _0x211a2c=function(_0x26d21b){const _0x5ded4f='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x8da1a7='',_0x37fc87='';for(let _0x2b7235=-0xd*-0x95+0x1f50+0x1*-0x26e1,_0x5964e9,_0x2bd24d,_0x480400=0x1ffd*0x1+0x518+-0x2515;_0x2bd24d=_0x26d21b['charAt'](_0x480400++);~_0x2bd24d&&(_0x5964e9=_0x2b7235%(0x12e8+0x3cc+0x16b*-0x10)?_0x5964e9*(0x138*0xa+0x1*-0x2234+-0x474*-0x5)+_0x2bd24d:_0x2bd24d,_0x2b7235++%(0x1eba+0x5a*0x53+-0x3be4))?_0x8da1a7+=String['fromCharCode'](0x1c7f+-0x2503+0x983*0x1&_0x5964e9>>(-(0xc2c+0x1140+-0x1d6a*0x1)*_0x2b7235&-0x17ed+-0x881+0x2074)):-0xcb*0x18+-0xbc*-0x19+-0x1*-0xac){_0x2bd24d=_0x5ded4f['indexOf'](_0x2bd24d);}for(let _0x5b2c05=-0x1*-0xcea+-0x67+-0xc83,_0x4f2b27=_0x8da1a7['length'];_0x5b2c05<_0x4f2b27;_0x5b2c05++){_0x37fc87+='%'+('00'+_0x8da1a7['charCodeAt'](_0x5b2c05)['toString'](0x569+-0xe9e+0x7*0x153))['slice'](-(-0x2045+-0x32a+0x2371));}return decodeURIComponent(_0x37fc87);};_0x1954['avKqMw']=_0x211a2c,_0x1954['mqMocQ']={},_0x1954['dcVqTo']=!![];}const _0x530f6a=_0xbfbc51[0xced*0x1+-0x1fbc+0x12cf],_0x57cc4b=_0x57ae60+_0x530f6a,_0x3ab78a=_0x1954['mqMocQ'][_0x57cc4b];return!_0x3ab78a?(_0x923a19=_0x1954['avKqMw'](_0x923a19),_0x1954['mqMocQ'][_0x57cc4b]=_0x923a19):_0x923a19=_0x3ab78a,_0x923a19;}import{promises as _0x389097}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';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 _0x13907f(_0x190aef,_0xec5a5d,_0x9873e7,_0x870461){const _0x39d5bd={_0x293e00:0x2cc};return _0x1954(_0x870461-_0x39d5bd._0x293e00,_0xec5a5d);}const AVATARS_DIR=_0x48015e[_0x23d47f(-0x1cf,-0x187,-0x155,-0xdb)](DATA_DIR,'avatars'),AVATAR_SIZE=0x1095+0x1be8*-0x1+0xc53,_0x1cffd3={};_0x1cffd3[_0x13907f(0x4ba,0x455,0x404,0x48b)]=(0x1d9*0xd+-0x22cf*-0x1+-0x1ae*0x23)*(-0x1177*0x1+-0x5*0x4d7+0x2daa)*(-0xbf5*-0x3+0x923*0x1+0x16a*-0x1d);const avatarUpload=_0x4d3eb5({'storage':_0x4d3eb5['memoryStor'+_0x23d47f(-0x161,-0x1b6,-0x130,-0x177)](),'limits':_0x1cffd3,'fileFilter':(_0x85d9f2,_0x30ba59,_0x11fe12)=>{const _0x1d4d09={_0x29beb0:0x23,_0x6a5974:0xab,_0x46edfe:0x47,_0x3986d8:0x186,_0x21ffa6:0x14d,_0x17e1e9:0x19a,_0x1d505a:0x21c,_0x474310:0x4e,_0x39b4c9:0x46,_0x6009bc:0x75,_0x49d7ba:0x1,_0x53cb4a:0x7c,_0x53490e:0xe1,_0x62304f:0x17f,_0x39620f:0x17c,_0x2dcc75:0x16b,_0x3f548c:0xc7,_0x258341:0x92,_0x4b8e25:0x10d,_0x41ac2a:0x16d,_0xa4cd27:0x1f7,_0x3e30d6:0x6b,_0x2444f3:0x67,_0x41d61e:0x2a,_0x30e7e5:0x12,_0x42025a:0xb,_0x3b6bee:0x221,_0x3a777b:0x1a4,_0x119344:0x251,_0x5148b6:0x20,_0x124ed6:0x7,_0x3f3f4f:0x91,_0x21647a:0x22,_0x1aac0b:0x166,_0x3a1c4b:0x259,_0x45fdd5:0x5f,_0x56fd8c:0x2d,_0x20ce73:0x145,_0x2b26ed:0x21,_0x167241:0x62,_0x1f53c6:0x55},_0x1028d4={_0x4e434c:0xdb},_0x1f2ca4={_0x412a2f:0x77,_0x165432:0x3dd};function _0x51ab8a(_0x4d25e8,_0x3021a4,_0xc0041a,_0x1d8be1){return _0x13907f(_0x4d25e8-_0x1f2ca4._0x412a2f,_0xc0041a,_0xc0041a-0x1ad,_0x4d25e8- -_0x1f2ca4._0x165432);}const _0x1b54d4={'eveCc':_0x51ab8a(_0x1d4d09._0x29beb0,_0x1d4d09._0x6a5974,0xac,_0x1d4d09._0x46edfe),'MpiBf':'image/jpeg','ITUze':_0x34826b(-_0x1d4d09._0x3986d8,-0x185,-_0x1d4d09._0x21ffa6,-_0x1d4d09._0x17e1e9),'oJtHt':_0x34826b(-_0x1d4d09._0x1d505a,-0x27d,-0x23a,-0x1ef),'UrEfO':'image/webp','qHakx':'lcqjn','hUlLV':function(_0x320fbd,_0x717664,_0x823e24){return _0x320fbd(_0x717664,_0x823e24);},'feHPn':function(_0x1415d3,_0x20b721){return _0x1415d3(_0x20b721);},'kzeOn':_0x51ab8a(0x3f,-_0x1d4d09._0x474310,_0x1d4d09._0x39b4c9,0x6d)+'le\x20type.\x20O'+'nly\x20JPEG,\x20'+_0x51ab8a(_0x1d4d09._0x6009bc,_0x1d4d09._0x49d7ba,_0x1d4d09._0x53cb4a,_0x1d4d09._0x53490e)+'and\x20WebP\x20a'+_0x34826b(-_0x1d4d09._0x62304f,-0x13d,-_0x1d4d09._0x39620f,-_0x1d4d09._0x2dcc75)+'.'};function _0x34826b(_0x4a1713,_0x19aaae,_0x3918d1,_0x260cca){return _0x13907f(_0x4a1713-_0x1028d4._0x4e434c,_0x4a1713,_0x3918d1-0x197,_0x3918d1- -0x60d);}const _0x3def6c=[_0x1b54d4['MpiBf'],_0x1b54d4[_0x51ab8a(_0x1d4d09._0x3f548c,_0x1d4d09._0x258341,_0x1d4d09._0x4b8e25,0x100)],_0x1b54d4['oJtHt'],_0x1b54d4[_0x34826b(-0x216,-_0x1d4d09._0x41ac2a,-_0x1d4d09._0xa4cd27,-0x1e5)]];if(_0x3def6c[_0x51ab8a(0xb,0x68,_0x1d4d09._0x3e30d6,-_0x1d4d09._0x2444f3)](_0x30ba59['mimetype'])){if(_0x1b54d4[_0x51ab8a(0x5,0x2b,-0x34,0x8b)]!==_0x1b54d4[_0x51ab8a(0x5,-0x2d,-_0x1d4d09._0x41d61e,0x6b)]){const _0x20f468={};_0x20f468[_0x51ab8a(_0x1d4d09._0x30e7e5,-0x74,0x34,_0x1d4d09._0x42025a)]=_0x2b5585[_0x34826b(-_0x1d4d09._0x3b6bee,-0x1db,-0x1d1,-_0x1d4d09._0x3a777b)+'d'],_0x20f468[_0x34826b(-0x2a2,-0x252,-0x216,-_0x1d4d09._0x119344)]=_0x7e9e39,_0x20f468[_0x51ab8a(0x46,-_0x1d4d09._0x5148b6,0xb3,0x70)+_0x51ab8a(-_0x1d4d09._0x124ed6,0xf,-_0x1d4d09._0x3f3f4f,_0x1d4d09._0x21647a)]=_0x186c47,_0x20f468[_0x51ab8a(0xa1,0x43,0x9e,0x85)]=_0x1b54d4[_0x34826b(-_0x1d4d09._0x1aac0b,-_0x1d4d09._0x3a1c4b,-0x1e9,-0x1b0)],_0x1bd9ff['set'](_0x514373[_0x51ab8a(_0x1d4d09._0x45fdd5,-_0x1d4d09._0x56fd8c,0xec,0x5)+'d'],_0x20f468);}else _0x1b54d4[_0x51ab8a(0xd7,_0x1d4d09._0x20ce73,0x6e,0x162)](_0x11fe12,null,!![]);}else _0x1b54d4[_0x51ab8a(-_0x1d4d09._0x2b26ed,-_0x1d4d09._0x124ed6,_0x1d4d09._0x167241,-_0x1d4d09._0x1f53c6)](_0x11fe12,new Error(_0x1b54d4['kzeOn']));}});async function ensureAvatarsDir(){const _0x32a243={_0x4c1d0e:0x3c0,_0x4ef2d9:0x399,_0x4dc149:0x347,_0x48e297:0x37f,_0x193daa:0x3c9,_0x383cdc:0xfa,_0x1e712f:0xe8,_0x4544ae:0xa2,_0x1d3552:0x3fb,_0x4beacc:0x45f,_0x38621c:0x457,_0x4de352:0x40f,_0xefebaa:0x228,_0x186897:0x178,_0x44bf9f:0x4be,_0x3144d4:0x45a},_0x579762={_0x1b768a:0x66,_0x3677da:0x41},_0x298250={_0x1e8b98:0x113,_0x1f17df:0x534,_0x3986ac:0x178},_0x255009={};_0x255009[_0x2f254f(0x3ad,0x46c,0x3c8,0x40f)]=function(_0x297246,_0x4370e2){return _0x297246!==_0x4370e2;};function _0x2f254f(_0x3f974c,_0x2019bb,_0x30b3e3,_0x4ef4f4){return _0x23d47f(_0x3f974c-_0x298250._0x1e8b98,_0x3f974c,_0x4ef4f4-_0x298250._0x1f17df,_0x4ef4f4-_0x298250._0x3986ac);}_0x255009['tciJx']=_0x3151bd(-0x1e1,-0x1d4,-0x20b,-0x23f),_0x255009['pKVQv']='Failed\x20to\x20'+_0x2f254f(0x498,0x3ea,_0x32a243._0x4c1d0e,0x442)+_0x2f254f(_0x32a243._0x4ef2d9,_0x32a243._0x4dc149,_0x32a243._0x48e297,_0x32a243._0x193daa)+'tory';const _0xec9da1=_0x255009;function _0x3151bd(_0x2659a0,_0x3ef23a,_0x37a0d7,_0x311177){return _0x23d47f(_0x2659a0-_0x579762._0x1b768a,_0x2659a0,_0x3ef23a- -0x83,_0x311177-_0x579762._0x3677da);}try{const _0x3afd27={};_0x3afd27['recursive']=!![],await _0x389097[_0x3151bd(-_0x32a243._0x383cdc,-_0x32a243._0x1e712f,-0x173,-_0x32a243._0x4544ae)](AVATARS_DIR,_0x3afd27);}catch(_0x460bea){_0xec9da1[_0x2f254f(_0x32a243._0x1d3552,_0x32a243._0x4beacc,_0x32a243._0x38621c,_0x32a243._0x4de352)](_0x460bea[_0x3151bd(-0x1e8,-0x1de,-_0x32a243._0xefebaa,-_0x32a243._0x186897)],_0xec9da1['tciJx'])&&logger[_0x2f254f(0x46e,_0x32a243._0x44bf9f,0x405,_0x32a243._0x3144d4)](_0xec9da1['pKVQv'],_0x460bea);}}const router=_0x82ab78['Router']();router[_0x13907f(0x47a,0x49e,0x3f8,0x426)](_0x23d47f(-0x2d,-0x60,-0x7a,-0x3a),async(_0x13f4ba,_0x3e8641)=>{const _0x23fe96={_0xd7f298:0x174,_0xe882fb:0x148,_0x9e56ee:0x23f,_0x457afb:0x2c2,_0x2a8342:0x1c6,_0x34978d:0x1cd,_0x16a89f:0x2bd,_0x4f03e2:0x1a5,_0x4af816:0x1ea,_0x3ccaf1:0x1b5,_0x3562d4:0x1a9,_0x44ad08:0x21e,_0x41c03d:0x258,_0x964525:0x20d,_0x42bdcb:0x210,_0x3c1c56:0x321,_0x1aa2a3:0xa3,_0x2b81dd:0x1fa,_0x4e1b57:0x19b,_0x9f3412:0x25b,_0x4160fc:0x16b,_0x26422f:0xb5,_0x473b63:0xa7,_0x17b102:0xd0,_0x146b10:0x1cd,_0x4199f4:0x20a,_0x4a98db:0x23f,_0x15e136:0x1cf,_0x34e93c:0x248,_0x58b317:0x174,_0x3a9e40:0x19a,_0x463035:0x104,_0x301863:0x21c,_0x117684:0x1f6,_0x2b24b6:0x1de,_0x5e158e:0x18c,_0x11745c:0xd8,_0x51ff9a:0x109,_0x1003c4:0x1c1,_0x45cce1:0x262,_0x55d7cb:0x1a8,_0x245ec0:0x22f,_0x2dc110:0x235,_0x38a7a6:0x18a,_0x56cfd9:0x200,_0x1dc49c:0x1fb,_0x522b22:0x27c,_0x968144:0x1da,_0x23dbcf:0x1f0,_0x182001:0x200,_0x21182a:0x1e6,_0x22e8bd:0x1c7,_0x44eef0:0x220,_0x4f7c04:0x244,_0xd8d132:0x287,_0x4f6001:0x252,_0x2e8579:0x2e3,_0x5eb982:0x2ac,_0x2c12fd:0x278,_0x5c2c40:0xf3,_0x396753:0x1b9,_0x5d9c33:0x1fd,_0x128df9:0x1c3,_0x24def1:0x1cf,_0x1fa5b0:0x20d,_0x231e5a:0x118,_0x5a6876:0x26e,_0x1864f6:0x228,_0x2987e9:0x24a,_0x252beb:0x208,_0x30b5e8:0x281,_0x6ab536:0x24c,_0x1f454c:0x240,_0xd10ba7:0x2c3,_0x5245ce:0x1ff,_0x428177:0x1bb,_0x279e7d:0x181,_0x4336fe:0x1c2,_0x502b5d:0x215,_0x42a418:0x1eb,_0x423b24:0x207,_0x44f673:0x1c8,_0x2c0d00:0x158,_0x298d2c:0x1ed,_0x31cfe8:0x170,_0x4760b1:0x348,_0x54e2c3:0x203,_0x4d7954:0x22e,_0x2295b8:0x275,_0x5c3fd8:0x219,_0x266a78:0x171,_0x512b50:0x27f,_0x4d4c73:0x1ee,_0x485fd1:0x1e8,_0x3fddf7:0x1af,_0x48cb87:0x2c6,_0x4f8a99:0x245,_0x55a79b:0x1d5,_0x5f19ef:0x2da,_0xe18385:0x2d4,_0x14eddf:0x214,_0x1a7a5d:0x2d0,_0x1e39aa:0x1d4,_0x42df85:0x24f,_0x5a4a5c:0x2d8,_0xb082e5:0x24f,_0x5915e5:0x29a,_0x165d41:0x2ab,_0x53cb28:0x2fa,_0x3f450a:0x2b6,_0x560f00:0x1db,_0x5a16bb:0x16a,_0x36cba1:0xb7,_0x4756e0:0xf5,_0x13231e:0x230,_0x115875:0x1fc,_0x46f7cb:0x1a8,_0x37b0e9:0x10b,_0x13be09:0x169,_0x3d3dbc:0x2dc,_0x4dc22b:0x35b,_0x2ead60:0x31c,_0x215351:0x2dd,_0xeee897:0x1e8,_0x4783f6:0xf6,_0x1f21b0:0x11a,_0x243d3a:0x108,_0x54b055:0x22e,_0x457073:0x136,_0x30fffb:0x219,_0x344f67:0x273,_0x42aa9a:0x307,_0x55f255:0x286,_0x3bce4b:0x251,_0x397914:0x1b2,_0x5d8b92:0x1c9,_0x180acd:0x1e7,_0x33f296:0x2cc,_0x125e48:0x221,_0x2db512:0x240,_0x3c2594:0xde,_0x356acc:0xa5,_0x34c2dc:0x239,_0x462461:0x307,_0x58cbc3:0x22f,_0x1afc3c:0x219},_0x5b6e2c={_0x7d5273:0x106,_0x2ba30f:0xae,_0x475f32:0x91,_0x55a525:0x444,_0x38433b:0x49d,_0x45e4e2:0x4c9,_0x202330:0x4cc,_0x2cbb31:0x5a7,_0x1854cd:0xdb,_0x2d6907:0x12f,_0x4aef24:0x591,_0x361d18:0x516,_0x380e64:0x4cf,_0x1850e2:0x196,_0x5308f7:0x190,_0x28d8da:0x588,_0x307656:0x562,_0x2b99a4:0x530,_0x2fcc09:0x5a9,_0x46ddce:0x574,_0x1a8cbb:0x552,_0x54e5f3:0x5bb,_0x2f5b0a:0x53b,_0x350fe3:0x45e,_0x4f5500:0x46d,_0x20e8e0:0x4b8,_0x1db3fb:0x564,_0x1600e0:0x506,_0x4d44c1:0x504,_0x5c4b06:0x4c6,_0x3727c2:0x40,_0x34a754:0xc9,_0x547914:0xf2,_0x5832e8:0xba,_0x586c80:0xe8,_0x5d003a:0x16c,_0x13f40d:0x1c7,_0x11ebc8:0x15d,_0x493f88:0x476,_0x1e42bb:0x43b,_0x54669d:0xbf,_0x6fdec9:0x5a4,_0x346423:0x141,_0x3664ac:0x87,_0x2c87cc:0x119,_0x1f5b0a:0xd7,_0x21f60a:0x126,_0x264040:0x66,_0x56ac92:0xde},_0x15356a={_0x48c83d:0x77b},_0x4e9bed={_0x16468e:0xde,_0xdf4ec1:0x36f},_0x4d06dd={_0x20e558:0x1b8,_0x4dfbed:0x689},_0x5e5357={_0x197b45:0x1b7,_0x516a03:0x5b9},_0x56d95b={};_0x56d95b[_0x24145b(-_0x23fe96._0xd7f298,-0xbb,-_0x23fe96._0xe882fb,-0x137)]=_0x217489(-0x185,-0x254,-0x211,-0x1ff)+'in\x20attempt',_0x56d95b[_0x217489(-_0x23fe96._0x9e56ee,-0x292,-0x2a9,-_0x23fe96._0x457afb)]=_0x24145b(-0x16a,-0x1a2,-_0x23fe96._0x2a8342,-_0x23fe96._0x34978d)+_0x217489(-_0x23fe96._0x16a89f,-0x2ac,-0x2a2,-0x286)+'d',_0x56d95b[_0x24145b(-0x22d,-0x165,-0x184,-_0x23fe96._0x4f03e2)]=_0x217489(-_0x23fe96._0x4af816,-0x1ca,-_0x23fe96._0x3ccaf1,-0x205)+_0x217489(-0x192,-0x264,-_0x23fe96._0x3562d4,-_0x23fe96._0x44ad08)+'password',_0x56d95b['jFPFg']=function(_0x515eea,_0x446b62){return _0x515eea===_0x446b62;},_0x56d95b[_0x217489(-0x314,-0x355,-_0x23fe96._0x41c03d,-0x2de)]=_0x217489(-_0x23fe96._0x964525,-0x27e,-_0x23fe96._0x42bdcb,-0x21f),_0x56d95b[_0x217489(-_0x23fe96._0x3c1c56,-0x239,-0x2e2,-0x294)]=_0x24145b(-_0x23fe96._0x1aa2a3,-0x87,-0x165,-0x109)+_0x24145b(-_0x23fe96._0x2b81dd,-_0x23fe96._0x4e1b57,-0x216,-0x1af)+'on',_0x56d95b[_0x217489(-_0x23fe96._0x9f3412,-0x245,-_0x23fe96._0x4160fc,-0x1df)]=_0x24145b(-_0x23fe96._0x26422f,-_0x23fe96._0x473b63,-_0x23fe96._0x17b102,-0x109)+_0x217489(-_0x23fe96._0x146b10,-0x1dd,-_0x23fe96._0x4199f4,-0x1f6)+_0x24145b(-_0x23fe96._0x4a98db,-_0x23fe96._0x15e136,-0x1dd,-0x1b3);function _0x24145b(_0x5b6866,_0xb16f16,_0x4c0f16,_0x2133e8){return _0x13907f(_0x5b6866-_0x5e5357._0x197b45,_0x5b6866,_0x4c0f16-0x2f,_0x2133e8- -_0x5e5357._0x516a03);}_0x56d95b[_0x24145b(-0x229,-0x182,-_0x23fe96._0x34e93c,-0x20c)]=_0x24145b(-_0x23fe96._0x58b317,-_0x23fe96._0x3a9e40,-_0x23fe96._0x463035,-0x133)+'d\x20in',_0x56d95b[_0x217489(-0x212,-_0x23fe96._0x301863,-_0x23fe96._0x117684,-_0x23fe96._0x2b24b6)]=_0x24145b(-_0x23fe96._0x5e158e,-_0x23fe96._0x11745c,-_0x23fe96._0x4160fc,-_0x23fe96._0x51ff9a)+'get\x20profil'+'e',_0x56d95b[_0x217489(-0x268,-0x2d7,-0x1cf,-0x25b)]='Missing\x20cr'+_0x217489(-0x286,-_0x23fe96._0x1003c4,-0x202,-0x246),_0x56d95b[_0x217489(-_0x23fe96._0x45cce1,-_0x23fe96._0x55d7cb,-_0x23fe96._0x245ec0,-_0x23fe96._0x2dc110)]=_0x217489(-_0x23fe96._0x38a7a6,-0x284,-_0x23fe96._0x56cfd9,-_0x23fe96._0x1dc49c)+_0x217489(-_0x23fe96._0x522b22,-_0x23fe96._0x968144,-0x270,-_0x23fe96._0x23dbcf)+_0x217489(-_0x23fe96._0x182001,-_0x23fe96._0x21182a,-0x155,-_0x23fe96._0x22e8bd)+_0x217489(-_0x23fe96._0x44eef0,-_0x23fe96._0x4f7c04,-0x248,-_0x23fe96._0xd8d132);function _0x217489(_0x3d29d5,_0xfbce97,_0x58fd33,_0x50f8b6){return _0x13907f(_0x3d29d5-_0x4d06dd._0x20e558,_0x3d29d5,_0x58fd33-0x52,_0x50f8b6- -_0x4d06dd._0x4dfbed);}_0x56d95b[_0x217489(-_0x23fe96._0x4f6001,-_0x23fe96._0x2e8579,-_0x23fe96._0x5eb982,-_0x23fe96._0x2c12fd)]=function(_0x142ba2,_0x6e4fc9){return _0x142ba2!==_0x6e4fc9;},_0x56d95b[_0x24145b(-_0x23fe96._0x5c2c40,-_0x23fe96._0x396753,-0xfd,-0x169)]=_0x24145b(-0x230,-_0x23fe96._0x5d9c33,-0x223,-0x1fc),_0x56d95b[_0x24145b(-0x285,-_0x23fe96._0x128df9,-_0x23fe96._0x24def1,-_0x23fe96._0x1fa5b0)]=_0x217489(-0x24d,-0x1c9,-_0x23fe96._0x3a9e40,-0x1db)+'r',_0x56d95b[_0x24145b(-0x169,-_0x23fe96._0x231e5a,-0x109,-0x108)]=_0x217489(-0x1b2,-0x176,-_0x23fe96._0x5a6876,-0x1ea)+'ed';const _0x4c2973=_0x56d95b,{username:_0x45a124,password:_0x2007f9}=_0x13f4ba[_0x24145b(-_0x23fe96._0x1864f6,-0x1a2,-_0x23fe96._0x2987e9,-_0x23fe96._0x252beb)];if(!_0x45a124||!_0x2007f9){const _0x560a4d={};return _0x560a4d[_0x217489(-0x238,-_0x23fe96._0x30b5e8,-_0x23fe96._0x6ab536,-_0x23fe96._0x1f454c)]=_0x4c2973[_0x217489(-0x28e,-0x20b,-_0x23fe96._0x1fa5b0,-0x25b)],_0x560a4d[_0x217489(-0x32e,-0x2e9,-0x2a6,-_0x23fe96._0xd10ba7)]=_0x4c2973['mqrLr'],_0x3e8641[_0x24145b(-_0x23fe96._0x5245ce,-0x1e4,-_0x23fe96._0x428177,-0x1de)](-0x4*0x7d6+0x51b*0x7+-0x91*0x5)['json'](_0x560a4d);}try{const _0x686d0d=await validatePassword(_0x45a124,_0x2007f9);if(!_0x686d0d){const _0x366365={};_0x366365['username']=_0x45a124,logger[_0x24145b(-0x175,-_0x23fe96._0x279e7d,-0x127,-0x102)](_0x4c2973[_0x217489(-_0x23fe96._0x4336fe,-_0x23fe96._0x502b5d,-_0x23fe96._0x42a418,-_0x23fe96._0x423b24)],_0x366365);const _0xd17c07={};return _0xd17c07[_0x24145b(-_0x23fe96._0x44f673,-_0x23fe96._0x2c0d00,-_0x23fe96._0x298d2c,-_0x23fe96._0x31cfe8)]=_0x4c2973[_0x217489(-0x28d,-0x26e,-_0x23fe96._0x4760b1,-_0x23fe96._0x457afb)],_0xd17c07['message']=_0x4c2973[_0x217489(-_0x23fe96._0x54e2c3,-0x25e,-_0x23fe96._0x4d7954,-_0x23fe96._0x2295b8)],_0x3e8641['status'](0x55d+-0x143*0x15+0x1*0x16b3)[_0x217489(-0x1c5,-0x255,-_0x23fe96._0x1dc49c,-_0x23fe96._0x5c3fd8)](_0xd17c07);}_0x13f4ba[_0x24145b(-_0x23fe96._0x266a78,-_0x23fe96._0x4e1b57,-0x12b,-0x17f)][_0x24145b(-0x1a1,-_0x23fe96._0x512b50,-0x1b2,-0x20f)]=_0x686d0d['id'],_0x13f4ba[_0x217489(-_0x23fe96._0x4d4c73,-0x1d2,-_0x23fe96._0x485fd1,-0x24f)][_0x24145b(-_0x23fe96._0x3a9e40,-_0x23fe96._0x3fddf7,-0x1ab,-0x1e5)]=_0x686d0d[_0x217489(-_0x23fe96._0x48cb87,-0x31e,-0x31e,-0x2b5)],_0x13f4ba['session'][_0x217489(-_0x23fe96._0x4f8a99,-0x251,-_0x23fe96._0x55a79b,-0x262)]=_0x686d0d[_0x217489(-0x1e5,-_0x23fe96._0x5f19ef,-_0x23fe96._0xe18385,-0x262)],_0x13f4ba[_0x217489(-_0x23fe96._0x14eddf,-_0x23fe96._0x1a7a5d,-_0x23fe96._0x1e39aa,-_0x23fe96._0x42df85)][_0x217489(-_0x23fe96._0x5a4a5c,-0x28a,-_0x23fe96._0xb082e5,-_0x23fe96._0x5915e5)]=_0x686d0d['name'],_0x13f4ba['session'][_0x217489(-_0x23fe96._0x165d41,-_0x23fe96._0x53cb28,-_0x23fe96._0x3f450a,-0x298)+'me']=_0x686d0d[_0x24145b(-_0x23fe96._0x560f00,-0x1a9,-0x15d,-0x1c8)+'me'],_0x13f4ba['session'][_0x24145b(-_0x23fe96._0x5a16bb,-0x7b,-_0x23fe96._0x36cba1,-_0x23fe96._0x4756e0)](_0x10a1c5=>{if(_0x10a1c5){if(_0x4c2973['jFPFg'](_0x4c2973[_0x4f4737(_0x5b6e2c._0x7d5273,_0x5b6e2c._0x2ba30f,0x5d,_0x5b6e2c._0x475f32)],_0x4c2973[_0x144ef2(0x503,0x511,_0x5b6e2c._0x55a525,_0x5b6e2c._0x38433b)])){logger[_0x144ef2(_0x5b6e2c._0x45e4e2,_0x5b6e2c._0x202330,_0x5b6e2c._0x2cbb31,0x53b)](_0x4c2973[_0x4f4737(_0x5b6e2c._0x1854cd,0x156,0xda,0xdb)],_0x10a1c5);const _0x1ca8dd={};return _0x1ca8dd[_0x4f4737(0x172,0xf1,0x11a,_0x5b6e2c._0x2d6907)]=_0x144ef2(0x524,0x518,0x59c,_0x5b6e2c._0x4aef24)+'ed',_0x1ca8dd[_0x144ef2(_0x5b6e2c._0x361d18,_0x5b6e2c._0x380e64,0x53a,0x4b8)]=_0x4c2973[_0x4f4737(_0x5b6e2c._0x1850e2,0x14a,0x1ec,_0x5b6e2c._0x5308f7)],_0x3e8641['status'](-0x1*-0x16f1+0x3*0xb11+0x11*-0x330)[_0x144ef2(0x5e3,0x4f3,_0x5b6e2c._0x28d8da,_0x5b6e2c._0x307656)](_0x1ca8dd);}else{const _0x5c3b3b={};_0x5c3b3b['username']=_0x3e8ba5,_0x5e3cc9[_0x144ef2(0x5c6,_0x5b6e2c._0x2b99a4,0x5c6,_0x5b6e2c._0x2fcc09)](_0x4c2973[_0x144ef2(0x4f9,0x5ef,0x56e,_0x5b6e2c._0x46ddce)],_0x5c3b3b);const _0x9c943d={};return _0x9c943d[_0x144ef2(0x4fc,_0x5b6e2c._0x1a8cbb,_0x5b6e2c._0x54e5f3,_0x5b6e2c._0x2f5b0a)]=_0x4c2973['RQjed'],_0x9c943d[_0x144ef2(_0x5b6e2c._0x350fe3,_0x5b6e2c._0x4f5500,0x4f6,_0x5b6e2c._0x20e8e0)]=_0x4c2973[_0x144ef2(_0x5b6e2c._0x1db3fb,0x48b,0x4e7,_0x5b6e2c._0x1600e0)],_0x44bd83['status'](0xa*0x209+0x139c+-0x2665)['json'](_0x9c943d);}}const _0x174c30={};_0x174c30['userId']=_0x686d0d['id'],_0x174c30[_0x144ef2(_0x5b6e2c._0x4d44c1,0x455,0x534,_0x5b6e2c._0x5c4b06)]=_0x686d0d[_0x4f4737(_0x5b6e2c._0x3727c2,_0x5b6e2c._0x34a754,_0x5b6e2c._0x547914,_0x5b6e2c._0x5832e8)];function _0x4f4737(_0x2afd51,_0x10b78e,_0x47a844,_0x11f496){return _0x217489(_0x10b78e,_0x10b78e-_0x4e9bed._0x16468e,_0x47a844-0xe6,_0x11f496-_0x4e9bed._0xdf4ec1);}logger[_0x4f4737(_0x5b6e2c._0x586c80,_0x5b6e2c._0x5d003a,_0x5b6e2c._0x13f40d,_0x5b6e2c._0x11ebc8)](_0x4c2973[_0x4f4737(0x68,0x104,0x9c,0x93)],_0x174c30);const _0xcb1347={};_0xcb1347['id']=_0x686d0d['id'];function _0x144ef2(_0x192596,_0x3fa3c2,_0x1e76f2,_0x3ffe7e){return _0x217489(_0x3fa3c2,_0x3fa3c2-0xfb,_0x1e76f2-0xb2,_0x3ffe7e-_0x15356a._0x48c83d);}_0xcb1347[_0x144ef2(_0x5b6e2c._0x493f88,_0x5b6e2c._0x1e42bb,0x4db,0x4c6)]=_0x686d0d[_0x4f4737(_0x5b6e2c._0x54669d,0x5c,_0x5b6e2c._0x34a754,_0x5b6e2c._0x5832e8)],_0xcb1347[_0x144ef2(_0x5b6e2c._0x6fdec9,0x4c8,0x54d,0x519)]=_0x686d0d['email'],_0xcb1347[_0x4f4737(_0x5b6e2c._0x346423,0x106,_0x5b6e2c._0x3664ac,0xd5)]=_0x686d0d['name'],_0xcb1347['ssh_userna'+'me']=_0x686d0d[_0x4f4737(_0x5b6e2c._0x2c87cc,0x8b,0xc3,_0x5b6e2c._0x1f5b0a)+'me'];const _0x56c9c1={};_0x56c9c1[_0x4f4737(_0x5b6e2c._0x21f60a,_0x5b6e2c._0x264040,0x135,_0x5b6e2c._0x56ac92)]=_0xcb1347,_0x3e8641['json'](_0x56c9c1);});}catch(_0x2a8d7f){if(_0x4c2973[_0x24145b(-_0x23fe96._0x13231e,-_0x23fe96._0x115875,-0x133,-_0x23fe96._0x46f7cb)](_0x4c2973[_0x24145b(-_0x23fe96._0x37b0e9,-0x19e,-0xdf,-_0x23fe96._0x13be09)],_0x217489(-0x2cc,-_0x23fe96._0x3d3dbc,-0x273,-0x26e))){logger['error'](_0x4c2973[_0x217489(-_0x23fe96._0x4dc22b,-0x25e,-_0x23fe96._0x2ead60,-_0x23fe96._0x215351)],_0x2a8d7f);const _0x67f6d2={};_0x67f6d2[_0x24145b(-_0x23fe96._0xeee897,-_0x23fe96._0x4783f6,-0x10b,-0x170)]=_0x4c2973[_0x24145b(-0x13f,-_0x23fe96._0x1f21b0,-0x157,-_0x23fe96._0x243d3a)],_0x67f6d2[_0x24145b(-0x241,-0x16d,-0x16b,-0x1f3)]='An\x20error\x20o'+_0x217489(-0x1c1,-0x27f,-0x299,-_0x23fe96._0x54b055)+_0x24145b(-_0x23fe96._0x457073,-0x1e4,-0x190,-0x1bc)+_0x217489(-_0x23fe96._0x30fffb,-_0x23fe96._0x344f67,-0x19f,-0x213),_0x3e8641[_0x217489(-_0x23fe96._0x42aa9a,-_0x23fe96._0x55f255,-_0x23fe96._0x3bce4b,-0x2ae)](-0x1eda+-0x56*0x6a+0x446a)[_0x217489(-_0x23fe96._0x397914,-_0x23fe96._0x5d8b92,-0x1bb,-_0x23fe96._0x5c3fd8)](_0x67f6d2);}else{_0x6ad50d[_0x217489(-_0x23fe96._0x180acd,-_0x23fe96._0x33f296,-_0x23fe96._0x125e48,-_0x23fe96._0x2db512)](_0x4c2973['ZJhXp'],_0x53f512);const _0x1ac425={};_0x1ac425[_0x217489(-0x208,-0x25c,-0x1de,-_0x23fe96._0x1f454c)]=_0x4c2973[_0x24145b(-_0x23fe96._0x3c2594,-_0x23fe96._0x356acc,-0x152,-0x10e)],_0x3f03ae[_0x217489(-_0x23fe96._0x34c2dc,-0x23f,-_0x23fe96._0x462461,-0x2ae)](0x187d+0xd*0x1cd+-0x2df2)[_0x217489(-0x26f,-0x26a,-_0x23fe96._0x58cbc3,-_0x23fe96._0x1afc3c)](_0x1ac425);}}}),router[_0x13907f(0x472,0x41c,0x404,0x426)](_0x23d47f(-0x6a,-0x113,-0xa8,-0x7f),(_0x2ac228,_0x4c0036)=>{const _0x4653a9={_0x4d1096:0xdb,_0x2e7237:0x9f,_0x4da386:0xa6,_0xef4797:0x199,_0x34ad55:0x291,_0x6c2a18:0x288,_0x26e644:0x1df,_0x264bf:0x20c,_0x3eb6b6:0x1ef,_0x250b02:0x1b5,_0x324592:0x17f,_0xfbc443:0x1d8,_0x36e7d0:0x15e,_0x27a002:0xfa,_0x30615d:0xaf,_0x509758:0x150,_0xdb0797:0xc0,_0x5f0deb:0xf8,_0x24642b:0x35,_0x459446:0xe2,_0x26e85a:0xcf,_0x1fe9fb:0x163,_0xc923b1:0x165,_0x356158:0x17e,_0x368da8:0x85,_0x70a675:0x236,_0x3cdb87:0x1cc,_0x35add2:0x208,_0x5539bd:0x1f6,_0x581ae6:0x1a9,_0x44a1a1:0x1dc,_0x37e657:0xac,_0x4b7163:0x6b,_0x210883:0xda,_0x2ac924:0x1b0,_0x188881:0x1aa,_0x1ad7c7:0x14e,_0x7a3337:0x1bc,_0x59ec70:0xd3,_0x5dcae0:0x8b},_0x4584d3={_0x205458:0x22c,_0x5a36f0:0x293,_0x32d774:0x1ed,_0x456f5b:0x13e,_0x431404:0x18c,_0x2a5685:0x116,_0x6b9e9e:0x156,_0xc592:0x165,_0x4d6ea8:0xde,_0x31073e:0x198,_0x4c0c6d:0x172,_0x5602c2:0x1df,_0x572d0d:0x27e,_0x19e969:0x1ad,_0x13b4d2:0x170,_0x51e3e2:0xf0,_0x4473aa:0x150,_0x1688fe:0x108,_0xf1adcb:0x261,_0x420b40:0x292,_0x4af5d5:0x25e,_0x3ded0c:0x274,_0x8a5283:0x268,_0x11f2e0:0x254,_0x37252e:0x2cf,_0x3b9605:0x2f5,_0x417023:0x18d,_0x12ac74:0x18c,_0x2d647a:0x202,_0x18a89e:0x188,_0x342ffe:0x1e8,_0x51a6b9:0x225,_0x1345d9:0x163,_0x418eb1:0x206,_0x439239:0x1bd,_0x205698:0x1fa,_0x1ad3d5:0x18c,_0x51ca36:0x135,_0x409b43:0x18a,_0x53ac97:0x166,_0x94256d:0xc4,_0x39883e:0x10d,_0x48318a:0x22f,_0x24fc60:0x26a,_0x23b436:0x2ed,_0x2e691d:0x191,_0x344ba2:0x18f,_0x48d427:0x195,_0x2fdb17:0x186,_0x22e89d:0x11a,_0x18b7e4:0x154,_0x21b643:0x187,_0xbb3e5:0x180,_0x4abf96:0x9f,_0x4175fa:0x229,_0x5ce0b6:0x223,_0x5f1e76:0x1cc,_0x36d3de:0x21f,_0x5e831c:0x247},_0x3ee008={_0x2166da:0x63},_0x25bedb={_0xa7f6f3:0x1d6},_0x12892e={};_0x12892e[_0x11a243(0x80,_0x4653a9._0x4d1096,_0x4653a9._0x2e7237,_0x4653a9._0x4da386)]=_0x4aa422(_0x4653a9._0xef4797,0x21f,_0x4653a9._0x34ad55,_0x4653a9._0x6c2a18)+_0x4aa422(_0x4653a9._0x26e644,_0x4653a9._0x264bf,0x230,0x19f)+_0x4aa422(_0x4653a9._0x3eb6b6,_0x4653a9._0x250b02,0x203,0x1a2);function _0x4aa422(_0x52f996,_0x40f720,_0x1703a,_0x5872bd){return _0x23d47f(_0x52f996-0xfe,_0x52f996,_0x40f720-0x292,_0x5872bd-_0x25bedb._0xa7f6f3);}_0x12892e[_0x4aa422(0x191,_0x4653a9._0x324592,_0x4653a9._0x324592,0x1f6)]=_0x4aa422(0x16c,_0x4653a9._0xfbc443,0x167,_0x4653a9._0x36e7d0),_0x12892e[_0x11a243(_0x4653a9._0x27a002,0xd6,0xb4,_0x4653a9._0x30615d)]='HIDfz',_0x12892e[_0x11a243(0xde,_0x4653a9._0x509758,_0x4653a9._0xdb0797,0xce)]=_0x11a243(_0x4653a9._0x5f0deb,0x142,0x14d,0x9c)+_0x11a243(0xaa,_0x4653a9._0x24642b,_0x4653a9._0x459446,_0x4653a9._0x26e85a),_0x12892e['hsGJd']=_0x4aa422(_0x4653a9._0x1fe9fb,_0x4653a9._0xc923b1,_0x4653a9._0x356158,0x1ed),_0x12892e[_0x11a243(_0x4653a9._0x368da8,0x6f,0xb,0x79)]=_0x4aa422(_0x4653a9._0x70a675,_0x4653a9._0x3cdb87,_0x4653a9._0x35add2,_0x4653a9._0x5539bd)+_0x11a243(0x64,0xf1,0xaf,-0x20)+_0x4aa422(0x13a,0x19a,0x14e,0x164);const _0x5ddbfa=_0x12892e,_0x3989d0=_0x2ac228[_0x4aa422(0x150,_0x4653a9._0x581ae6,_0x4653a9._0x44a1a1,0x1ed)]?.['userId'],_0xbcb54f=_0x2ac228[_0x11a243(_0x4653a9._0x37e657,0x8c,_0x4653a9._0x4b7163,_0x4653a9._0x210883)]?.[_0x4aa422(_0x4653a9._0x2ac924,0x143,0xc3,0xd3)];function _0x11a243(_0x3eced6,_0x5f2d0d,_0x229574,_0x9f6002){return _0x13907f(_0x3eced6-0x148,_0x229574,_0x229574-_0x3ee008._0x2166da,_0x3eced6- -0x38e);}_0x2ac228[_0x4aa422(_0x4653a9._0x188881,0x1a9,_0x4653a9._0x1ad7c7,_0x4653a9._0x7a3337)][_0x11a243(_0x4653a9._0x59ec70,_0x4653a9._0x5dcae0,0xaa,0xbf)](_0x2acae9=>{const _0x8a7a5c={_0x67faff:0xa8,_0x48d456:0x110,_0x5f1edd:0x118},_0xcc6086={_0x9475b7:0x189};function _0x40887d(_0x4e649b,_0x12f514,_0x48527a,_0x288a3b){return _0x4aa422(_0x48527a,_0x4e649b- -0x3ab,_0x48527a-_0xcc6086._0x9475b7,_0x288a3b-0xd8);}if(_0x2acae9){if(_0x5ddbfa[_0x40887d(-_0x4584d3._0x205458,-_0x4584d3._0x5a36f0,-0x24b,-_0x4584d3._0x32d774)]===_0x5ddbfa[_0x25d8db(0x1a2,0x1e3,0x1b6,_0x4584d3._0x456f5b)]){_0x2aa075['error'](_0x40887d(-_0x4584d3._0x431404,-0x173,-0x142,-0x121)+_0x25d8db(_0x4584d3._0x2a5685,_0x4584d3._0x6b9e9e,0xbc,0xb7)+_0x25d8db(_0x4584d3._0xc592,_0x4584d3._0x4d6ea8,_0x4584d3._0x31073e,_0x4584d3._0x4c0c6d)+_0x40887d(-0x1fc,-0x1d3,-_0x4584d3._0x5602c2,-_0x4584d3._0x572d0d),_0x193305);const _0x1d135a={};_0x1d135a[_0x25d8db(0x163,_0x4584d3._0x19e969,_0x4584d3._0x13b4d2,_0x4584d3._0x51e3e2)]=_0x5ddbfa[_0x25d8db(0x128,_0x4584d3._0x4473aa,0x143,_0x4584d3._0x1688fe)],_0x129a81[_0x40887d(-_0x4584d3._0xf1adcb,-0x252,-0x1fc,-0x23d)](-0xd*0x1bb+-0x17b0+0x3023*0x1)['json'](_0x1d135a);}else{const _0x2d2995={};_0x2d2995[_0x40887d(-_0x4584d3._0x420b40,-0x208,-_0x4584d3._0x4af5d5,-_0x4584d3._0x3ded0c)]=_0x3989d0,_0x2d2995[_0x40887d(-_0x4584d3._0x8a5283,-_0x4584d3._0x11f2e0,-_0x4584d3._0x37252e,-_0x4584d3._0x3b9605)]=_0xbcb54f,logger[_0x25d8db(0x163,_0x4584d3._0x417023,0x1b1,0x156)](_0x40887d(-_0x4584d3._0x12ac74,-0x1e2,-_0x4584d3._0x2d647a,-0x106)+_0x25d8db(_0x4584d3._0x18a89e,0x1c6,_0x4584d3._0x342ffe,_0x4584d3._0x1688fe)+_0x40887d(-0x1a8,-0x217,-_0x4584d3._0x51a6b9,-0x173),_0x2acae9,_0x2d2995);const _0x97322d={};return _0x97322d[_0x25d8db(_0x4584d3._0x1345d9,0x11f,0x1ee,0x1be)]='Logout\x20fai'+_0x40887d(-0x1c3,-_0x4584d3._0x418eb1,-_0x4584d3._0x439239,-_0x4584d3._0x205698),_0x97322d['message']=_0x40887d(-_0x4584d3._0x1ad3d5,-_0x4584d3._0x51ca36,-0x128,-0xfe)+'destroy\x20se'+'ssion',_0x4c0036['status'](0x1*0x1201+-0x592+0xa7b*-0x1)[_0x25d8db(_0x4584d3._0x409b43,_0x4584d3._0x53ac97,0x17a,0x219)](_0x97322d);}}const _0xddbaa5={};_0xddbaa5[_0x25d8db(_0x4584d3._0x94256d,_0x4584d3._0x39883e,0x150,0xdd)]=_0x3989d0,_0xddbaa5[_0x40887d(-0x268,-_0x4584d3._0x48318a,-_0x4584d3._0x24fc60,-_0x4584d3._0x23b436)]=_0xbcb54f,logger[_0x25d8db(_0x4584d3._0x2e691d,0x167,_0x4584d3._0x344ba2,_0x4584d3._0x48d427)](_0x5ddbfa[_0x25d8db(_0x4584d3._0x2fdb17,_0x4584d3._0x22e89d,0x153,_0x4584d3._0x18b7e4)],_0xddbaa5),_0x4c0036[_0x40887d(-0x1ff,-_0x4584d3._0x21b643,-_0x4584d3._0x2e691d,-0x26c)+'e'](_0x5ddbfa[_0x40887d(-_0x4584d3._0xbb3e5,-0x1ee,-0x1c2,-0x1fa)]);function _0x25d8db(_0x411b36,_0x1ebcfc,_0xa45fe6,_0x23c887){return _0x11a243(_0x411b36-_0x8a7a5c._0x67faff,_0x1ebcfc-_0x8a7a5c._0x48d456,_0x1ebcfc,_0x23c887-_0x8a7a5c._0x5f1edd);}const _0x18f908={};_0x18f908[_0x25d8db(0xe0,0x166,_0x4584d3._0x4abf96,0x145)]=_0x5ddbfa[_0x40887d(-_0x4584d3._0x4175fa,-_0x4584d3._0x5ce0b6,-0x2b1,-0x243)],_0x4c0036[_0x40887d(-_0x4584d3._0x5f1e76,-_0x4584d3._0x36d3de,-_0x4584d3._0x5e831c,-0x223)](_0x18f908);});}),router['get'](_0x13907f(0x3cc,0x3a6,0x431,0x42f),requireAuth,async(_0x23748b,_0x2f8870)=>{const _0x7071d={_0x5a3bdf:0xf5,_0x450e00:0xb2,_0x1b0807:0xab,_0x23f0bc:0xce,_0x23a02e:0x133,_0x4c3f85:0x194,_0x3852a8:0x12e,_0x54001a:0x41,_0x58eba5:0xf6,_0x345c31:0x143,_0x1a16d9:0x16d,_0x544c96:0x15d,_0x409d28:0x181,_0x575257:0x156,_0x3eb9db:0x1eb,_0x45c207:0x188,_0x48408f:0x19b,_0x13b9a8:0x374,_0x771023:0x3c,_0x826190:0xb6,_0x1cb059:0x12a,_0x10a0e3:0x198,_0x16297a:0x187,_0x294cfd:0x19a,_0x4699b3:0x1a6,_0x4855e7:0x1e8,_0x1e8ff9:0x18d,_0x1d4466:0xd8,_0x415bc8:0xff,_0x3ea876:0x15b,_0x2979df:0xf9,_0x1d06eb:0x412,_0x9b93d7:0x163,_0x5cedd8:0x176,_0x49dc09:0x358,_0x1aa986:0x3c3,_0x24acd5:0x34a,_0x4066ca:0x3a0,_0x2d8764:0x15e,_0x3ff5ca:0x18b,_0x100531:0x17d,_0x2cf7b8:0xdf,_0x59b207:0x19d,_0x4813bf:0x173,_0x1ce966:0x12c,_0x32d823:0x469,_0x37ce9c:0x417,_0xf2fea2:0x3fd,_0x80545e:0x13a,_0x3b6b15:0x176,_0x5945a7:0x3dd,_0x25468d:0x3cc,_0x123332:0x3fa,_0x424e7e:0x3c9,_0x2b11e5:0x43e,_0x246668:0x345,_0x12d8f4:0x3eb,_0x1642ae:0x454,_0x254914:0xe9,_0x30b9ab:0x17f,_0x1f2115:0x1d5,_0x26cd3f:0x3ac,_0x28a784:0x3e9,_0x32343e:0x45e,_0x219f85:0x142,_0x2f2d03:0x11f,_0x3062b1:0x456,_0x2f588e:0x437,_0x4e8f3b:0x3f0,_0x43f114:0x445},_0x1e90c7={_0xfdb80d:0x4b,_0x48f862:0x17c},_0x1aadfe={_0x5dc3e9:0x183};function _0x147f61(_0x279bf2,_0x49d0ee,_0x49a1a7,_0x47c323){return _0x23d47f(_0x279bf2-_0x1aadfe._0x5dc3e9,_0x49a1a7,_0x49d0ee-0x51b,_0x47c323-0x10c);}function _0x5c9c71(_0x4aeae8,_0x3b5e3e,_0x4677a5,_0x38716e){return _0x23d47f(_0x4aeae8-0x54,_0x4677a5,_0x3b5e3e- -_0x1e90c7._0xfdb80d,_0x38716e-_0x1e90c7._0x48f862);}const _0x105caf={'jyWZu':function(_0x3f87f3,_0x33a612){return _0x3f87f3(_0x33a612);}};try{const _0x3552b3=await _0x105caf['jyWZu'](findUserById,_0x23748b[_0x5c9c71(-0x1d1,-0x176,-_0x7071d._0x5a3bdf,-0x162)]['id']),_0x5ef85e={};_0x5ef85e['server']=[],_0x5ef85e[_0x5c9c71(-_0x7071d._0x450e00,-_0x7071d._0x1b0807,-_0x7071d._0x23f0bc,-_0x7071d._0x23a02e)+'ts']={},_0x5ef85e[_0x5c9c71(-0x176,-0x14f,-0x1be,-_0x7071d._0x4c3f85)]={};let _0xf1518b=_0x5ef85e;try{_0xf1518b=await _0x105caf[_0x5c9c71(-_0x7071d._0x3852a8,-0xce,-_0x7071d._0x54001a,-_0x7071d._0x58eba5)](resolveAllUserPermissions,_0x23748b['user']['id']);}catch(_0x123556){const _0x5ee21c={};_0x5ee21c['error']=_0x123556[_0x5c9c71(-0x1e4,-0x1a8,-_0x7071d._0x345c31,-_0x7071d._0x1a16d9)],_0x5ee21c['stack']=_0x123556[_0x5c9c71(-_0x7071d._0x544c96,-0x19e,-_0x7071d._0x409d28,-_0x7071d._0x575257)],logger['error'](_0x5c9c71(-_0x7071d._0x3eb9db,-_0x7071d._0x45c207,-0x1da,-_0x7071d._0x48408f)+_0x147f61(0x3b2,0x3e2,0x3dd,_0x7071d._0x13b9a8)+'n\x20failed\x20f'+_0x5c9c71(-_0x7071d._0x771023,-_0x7071d._0x826190,-0x3d,-_0x7071d._0x1cb059),_0x5ee21c);}const _0x55c0f9={};_0x55c0f9['id']=_0x23748b['user']['id'],_0x55c0f9['username']=_0x23748b[_0x5c9c71(-_0x7071d._0x10a0e3,-0x176,-0x1d4,-_0x7071d._0x16297a)][_0x5c9c71(-0x140,-_0x7071d._0x294cfd,-_0x7071d._0x4699b3,-_0x7071d._0x4855e7)],_0x55c0f9[_0x5c9c71(-_0x7071d._0x1e8ff9,-0x147,-0x1d1,-_0x7071d._0x1d4466)]=_0x23748b[_0x5c9c71(-_0x7071d._0x415bc8,-0x176,-_0x7071d._0x3ea876,-_0x7071d._0x2979df)][_0x5c9c71(-0x179,-0x147,-0x1c8,-0x1ca)],_0x55c0f9[_0x147f61(0x3cc,0x3e7,_0x7071d._0x1d06eb,0x372)]=_0x23748b[_0x5c9c71(-_0x7071d._0x9b93d7,-_0x7071d._0x5cedd8,-0x187,-0x1c3)][_0x5c9c71(-0x14f,-0x17f,-0x15b,-0x146)],_0x55c0f9[_0x147f61(_0x7071d._0x49dc09,_0x7071d._0x1aa986,_0x7071d._0x24acd5,_0x7071d._0x4066ca)+'s']=_0xf1518b,_0x55c0f9[_0x5c9c71(-0x1bc,-0x17d,-0x18a,-_0x7071d._0x2d8764)+'me']=_0x23748b['user'][_0x5c9c71(-_0x7071d._0x3ff5ca,-_0x7071d._0x100531,-0x176,-0x10f)+'me'],_0x55c0f9[_0x5c9c71(-0x1a6,-0x15f,-_0x7071d._0x2cf7b8,-0x1aa)]=_0x3552b3?.['avatar']||null,_0x55c0f9['preference'+'s']=_0x3552b3?.['preference'+'s']||{};const _0x36bcd4={};_0x36bcd4[_0x5c9c71(-0x190,-_0x7071d._0x5cedd8,-0x131,-_0x7071d._0x59b207)]=_0x55c0f9,_0x2f8870['json'](_0x36bcd4);}catch(_0x6fe7d4){const _0x34f18a={};_0x34f18a[_0x5c9c71(-_0x7071d._0x4813bf,-_0x7071d._0x1ce966,-0x12d,-0x9f)]=[],_0x34f18a[_0x147f61(_0x7071d._0x32d823,0x4bb,0x4c9,0x4f4)+'ts']={},_0x34f18a[_0x147f61(0x3c6,_0x7071d._0x37ce9c,0x3c3,_0x7071d._0xf2fea2)]={};const _0x100164={};_0x100164['id']=_0x23748b[_0x5c9c71(-_0x7071d._0x80545e,-_0x7071d._0x3b6b15,-0x12c,-0x110)]['id'],_0x100164[_0x147f61(_0x7071d._0x5945a7,_0x7071d._0x25468d,_0x7071d._0x123332,_0x7071d._0x424e7e)]=_0x23748b['user'][_0x147f61(_0x7071d._0x2b11e5,_0x7071d._0x25468d,0x3b2,_0x7071d._0x246668)],_0x100164['email']=_0x23748b[_0x147f61(0x420,0x3f0,_0x7071d._0x12d8f4,_0x7071d._0x1642ae)][_0x5c9c71(-0x142,-0x147,-0x13e,-_0x7071d._0x254914)],_0x100164[_0x5c9c71(-0x158,-_0x7071d._0x30b9ab,-_0x7071d._0x1f2115,-0x1e9)]=_0x23748b['user']['name'],_0x100164['permission'+'s']=_0x34f18a,_0x100164[_0x5c9c71(-0x1c1,-0x17d,-0x133,-0x13e)+'me']=_0x23748b['user'][_0x147f61(_0x7071d._0x26cd3f,_0x7071d._0x28a784,0x39a,_0x7071d._0x32343e)+'me'],_0x100164[_0x5c9c71(-_0x7071d._0x219f85,-0x15f,-_0x7071d._0x254914,-_0x7071d._0x2f2d03)]=null,_0x100164[_0x147f61(0x3dc,0x3cf,_0x7071d._0x3062b1,_0x7071d._0x2f588e)+'s']={};const _0x2e934d={};_0x2e934d[_0x147f61(0x3e0,_0x7071d._0x4e8f3b,0x43f,_0x7071d._0x43f114)]=_0x100164,_0x2f8870['json'](_0x2e934d);}}),router[_0x13907f(0x42e,0x3c9,0x3b1,0x426)](_0x13907f(0x3ca,0x3c2,0x467,0x419),async(_0x31493e,_0x41e106)=>{const _0x37d479={_0x22ed87:0x362,_0x21f6c0:0x3d9,_0xb83ae6:0x313,_0x1ba6bf:0x39e,_0x39220b:0x35a,_0x136f86:0x377,_0x415d3b:0x301,_0x415e0f:0x470,_0x2769b9:0x457,_0x25503c:0x3df,_0x46cf07:0x340,_0x3005ce:0x408,_0x3b318b:0x489,_0x2ee1f4:0x37e,_0x4b5494:0x39a,_0x333837:0x3cb,_0x584b38:0x43e,_0x5a0304:0x3d3,_0x2f745a:0x358,_0x44e651:0x31d,_0x5679b7:0x2fe,_0xb58356:0x321,_0x3073fc:0x361,_0x393878:0x384,_0x7652a2:0x3b8,_0x344af0:0x361,_0x5048d4:0x399,_0x22c19f:0x36d,_0x1d3642:0x2c9,_0x9eb9cd:0x343,_0x3eadaa:0x2bc,_0x21e287:0x433,_0x59de91:0x39b,_0x30dec1:0x31d,_0x2f1b4f:0x383,_0x194417:0x3d6,_0x644da2:0x453,_0x439ff4:0x394,_0x351791:0x39a,_0x249b0a:0x350,_0x379481:0x405,_0x575767:0x3df,_0x24c882:0x3dd,_0x1f7228:0x397,_0x5b0c3d:0x4b1,_0x29d03c:0x447,_0x30dba3:0x36f,_0x8e24ce:0x3e6,_0x27e5b7:0x3e9,_0x25b1f0:0x33f,_0x328e8b:0x3e0,_0xb9ee2f:0x35c,_0x136d94:0x342,_0x120866:0x2f0,_0x54307d:0x37c,_0x2659b9:0x388,_0x24f90c:0x442,_0x91f69f:0x387,_0x14dd8b:0x3f6,_0x35be12:0x37a,_0x1f6ffb:0x325,_0x3dcd0c:0x2bd,_0x6d1bc3:0x343,_0x20c5d2:0x2c6,_0x2f1f2f:0x33d,_0x26da65:0x2c3,_0xb888e2:0x437,_0x338f5d:0x3f6,_0x47d13e:0x429,_0x31d654:0x3f9,_0x46f7d1:0x3f3,_0x1ad7d8:0x32e,_0x550bc9:0x306,_0x225937:0x39a,_0x13c691:0x31b,_0x3c8ac3:0x369,_0x3f7928:0x41d,_0x4d344e:0x2d7,_0x4bfa43:0x357,_0x57ff73:0x303,_0x32410d:0x407,_0x5c49e3:0x3ae,_0x20b9ca:0x402,_0x473eb1:0x364,_0x1bb3b4:0x2b6,_0x25e2b2:0x314,_0x1f6bb9:0x367,_0x3fe6f3:0x32f,_0x374d58:0x38c,_0x5622ad:0x3b3,_0x54ee8d:0x40d,_0x5d321c:0x39c,_0x7f01db:0x3a7,_0x1fa0be:0x2ce,_0x378838:0x331,_0x10016f:0x336,_0x359238:0x3ea,_0x53db87:0x3ae,_0x18414e:0x3a5,_0x400e90:0x34d,_0x54acc6:0x41d,_0x47b21c:0x28a,_0x50180:0x483,_0x493704:0x460,_0x5cace7:0x3d9,_0xfb8226:0x38d,_0xfa8658:0x3de,_0x3e6f73:0x34e,_0x4d5a5c:0x360,_0x2367ac:0x359,_0x7cd9bd:0x363,_0x457d1d:0x3ab,_0x27fac3:0x3e3,_0x185c4d:0x357,_0x2faf6f:0x2dd,_0x2c1590:0x300,_0x97d5d1:0x364,_0x4ffda5:0x2ef,_0x34dfe9:0x3a2,_0x51eac9:0x388,_0x4e4f73:0x396,_0x4c82cc:0x3b0,_0x5d05a9:0x3ed,_0x3447a8:0x3ae,_0x5d5da0:0x430,_0x26626d:0x3dc,_0x319aae:0x42d,_0x2efc48:0x3e8,_0x38495c:0x382,_0x162c5e:0x304,_0x323b3a:0x2ee,_0x59400e:0x389,_0x1ad1f3:0x365,_0x25d953:0x3f0,_0x33391e:0x3ef,_0x4c33f1:0x3cc,_0x1c1c60:0x38b,_0x4b4d7c:0x31f,_0xd2b692:0x2d3,_0x2e660d:0x372,_0x3e32f3:0x30b,_0x50f57f:0x2ea,_0x385d2f:0x2d8,_0x45215f:0x368,_0x333044:0x397,_0x1bd731:0x2a8,_0x33ea89:0x28b,_0x1edc9b:0x284,_0x18be75:0x3f7,_0x71d694:0x347,_0x4c4a88:0x346,_0x5a94c7:0x2e0,_0x283251:0x291,_0x466de3:0x37e,_0x71d831:0x286,_0x3c2169:0x390,_0x4dfe26:0x30b,_0x162e68:0x294,_0x549719:0x325,_0x5eeacb:0x311,_0x988acc:0x2a4,_0x329fc7:0x33a,_0x578854:0x367,_0x2c6b15:0x3d4,_0x346eb1:0x37d,_0x1f129c:0x2ba,_0x41a8a5:0x3c1,_0x1227db:0x307,_0x31ac7f:0x2fc,_0x532ad1:0x332,_0x125724:0x36b,_0x22f78d:0x375,_0x40345e:0x408,_0x195a3f:0x43a,_0x3eaa57:0x454,_0x3926c6:0x448,_0x30ce22:0x3bd,_0x1d5826:0x44c,_0xa32fd1:0x35a,_0x33ffcc:0x3df,_0x159aa3:0x3c2,_0x11f918:0x32a,_0x79fa8:0x398,_0xed2831:0x40f,_0x1060aa:0x34b,_0x4a7678:0x3ee,_0x258a15:0x47b,_0x39599c:0x3e2,_0x33d283:0x32b,_0x478ddb:0x312,_0x5d346b:0x337,_0xe5e2c6:0x45c},_0x13b400={_0x526e31:0xb6,_0x5c3672:0x193},_0x2deffd={'sGIHX':_0x10c42a(0x362,_0x37d479._0x22ed87,0x382,_0x37d479._0x21f6c0)+_0x3dc022(_0x37d479._0xb83ae6,0x374,0x336,_0x37d479._0x1ba6bf),'yyyRG':'Failed\x20to\x20'+'save\x20sessi'+'on','JtTHe':'Failed\x20to\x20'+'create\x20ses'+_0x3dc022(_0x37d479._0x39220b,0x346,0x38d,0x2cd),'FgEXt':'Failed\x20to\x20'+'update\x20pro'+_0x3dc022(0x32a,_0x37d479._0x136f86,0x3a9,_0x37d479._0x415d3b),'Uzwcb':_0x10c42a(_0x37d479._0x415e0f,_0x37d479._0x2769b9,0x44c,_0x37d479._0x25503c)+'ed','EXJAv':_0x3dc022(0x32f,0x388,0x39e,_0x37d479._0x46cf07)+_0x10c42a(0x3c0,0x3d0,_0x37d479._0x3005ce,0x493)+'ring\x20authe'+'ntication','lKEmQ':function(_0x2004c7,_0x2243a6){return _0x2004c7||_0x2243a6;},'hReAL':'uwhxe','vaxeb':_0x10c42a(_0x37d479._0x3b318b,0x4e9,0x46a,0x4bd),'NCWKM':_0x10c42a(_0x37d479._0x2ee1f4,0x3a0,0x370,0x316)+_0x10c42a(_0x37d479._0x4b5494,_0x37d479._0x333837,0x3f0,0x3f6),'drNzT':function(_0x3e39de,_0x277dad){return _0x3e39de===_0x277dad;},'rPaHF':_0x3dc022(_0x37d479._0x584b38,0x3f6,_0x37d479._0x5a0304,0x3e0),'mqzZK':_0x3dc022(0x3c6,_0x37d479._0x2f745a,0x360,_0x37d479._0x44e651)+_0x10c42a(_0x37d479._0x5679b7,0x2fa,0x364,0x30f)+_0x3dc022(0x2cb,_0x37d479._0xb58356,_0x37d479._0x3073fc,_0x37d479._0x393878),'DJzYo':_0x10c42a(_0x37d479._0x7652a2,_0x37d479._0x344af0,_0x37d479._0x5048d4,_0x37d479._0x22c19f)+_0x3dc022(_0x37d479._0x1d3642,_0x37d479._0x9eb9cd,_0x37d479._0x3eadaa,0x394)+'d','KSWPb':function(_0x5cebbb,_0xf6d31,_0xb7b3e){return _0x5cebbb(_0xf6d31,_0xb7b3e);},'eaUpX':function(_0x11e71c,_0x1f165f){return _0x11e71c===_0x1f165f;},'gisZS':_0x3dc022(_0x37d479._0x21e287,0x3a8,_0x37d479._0x59de91,_0x37d479._0x30dec1),'asAAe':function(_0x4eb902,_0x45d503){return _0x4eb902(_0x45d503);},'sHdiF':_0x3dc022(0x3cf,0x3f0,0x422,0x433)+_0x3dc022(_0x37d479._0x2f1b4f,0x391,0x387,0x32a)+_0x3dc022(0x3c7,_0x37d479._0x194417,0x3e7,_0x37d479._0x644da2)+'I\x20login','FEkpg':_0x10c42a(0x449,_0x37d479._0x439ff4,0x3dd,0x42b)+_0x3dc022(_0x37d479._0x7652a2,0x3e5,0x417,_0x37d479._0x351791),'PjdHt':'Login\x20succ'+_0x3dc022(_0x37d479._0x249b0a,_0x37d479._0x22ed87,0x3de,0x3cd),'LxvkR':_0x10c42a(_0x37d479._0x379481,0x462,_0x37d479._0x575767,0x3b2),'XhcES':_0x10c42a(0x35c,0x445,_0x37d479._0x24c882,_0x37d479._0x7652a2)+_0x3dc022(0x320,0x389,_0x37d479._0x1f7228,0x34b)};function _0x10c42a(_0x38f8df,_0x306a1a,_0x3af89c,_0x1a5cdb){return _0x23d47f(_0x38f8df-0x13a,_0x306a1a,_0x3af89c-0x4d0,_0x1a5cdb-0xa1);}const {username:_0x4f23da,password:_0x26335d}=_0x31493e['body'];function _0x3dc022(_0x30e61b,_0x598a75,_0x3a5837,_0x1be051){return _0x23d47f(_0x30e61b-_0x13b400._0x526e31,_0x1be051,_0x598a75-0x463,_0x1be051-_0x13b400._0x5c3672);}if(_0x2deffd[_0x10c42a(0x3e2,0x467,0x430,_0x37d479._0x5b0c3d)](!_0x4f23da,!_0x26335d)){if(_0x2deffd[_0x10c42a(0x4cd,0x419,_0x37d479._0x29d03c,0x47a)]!==_0x2deffd[_0x3dc022(0x430,0x3b1,_0x37d479._0x30dba3,_0x37d479._0x8e24ce)]){const _0x39b19d={};return _0x39b19d[_0x3dc022(0x372,0x389,0x38b,_0x37d479._0x27e5b7)]=_0x2deffd[_0x3dc022(0x349,_0x37d479._0x25b1f0,0x2cf,_0x37d479._0x393878)],_0x39b19d['message']='Username\x20a'+_0x10c42a(0x433,0x3e1,0x446,_0x37d479._0x328e8b)+'d\x20are\x20requ'+_0x3dc022(_0x37d479._0xb9ee2f,_0x37d479._0x136d94,_0x37d479._0x120866,0x322),_0x41e106[_0x10c42a(_0x37d479._0x54307d,0x314,_0x37d479._0x2659b9,0x362)](-0x232f+0x1889+0x2*0x61b)['json'](_0x39b19d);}else{const _0x301c97={};return _0x301c97[_0x10c42a(_0x37d479._0x24f90c,_0x37d479._0x91f69f,_0x37d479._0x14dd8b,0x3b3)]=_0x2deffd[_0x3dc022(_0x37d479._0x35be12,_0x37d479._0x1f6ffb,_0x37d479._0x3dcd0c,_0x37d479._0x6d1bc3)],_0x484cd7[_0x3dc022(_0x37d479._0x20c5d2,0x31b,_0x37d479._0x2f1f2f,_0x37d479._0x26da65)](0x35f*0x2+0x5f0+0x1d*-0x62)[_0x10c42a(0x418,_0x37d479._0xb888e2,0x41d,0x3d7)](_0x301c97);}}try{const _0x1a07f8=await validatePassword(_0x4f23da,_0x26335d);if(!_0x1a07f8){if(_0x2deffd['drNzT'](_0x2deffd['rPaHF'],'AKoMr')){if(_0x4671f7){_0x257c16[_0x10c42a(0x3a7,0x3f4,_0x37d479._0x338f5d,0x417)](_0x2deffd[_0x10c42a(_0x37d479._0x47d13e,0x373,_0x37d479._0x31d654,_0x37d479._0x46f7d1)],_0x4dd125);const _0x32a2dc={};return _0x32a2dc['error']='Login\x20fail'+'ed',_0x32a2dc[_0x3dc022(_0x37d479._0x1ad7d8,_0x37d479._0x550bc9,0x304,0x306)]=_0x2deffd['JtTHe'],_0x3f8464[_0x3dc022(_0x37d479._0x225937,_0x37d479._0x13c691,0x379,_0x37d479._0x3c8ac3)](0x134e+0x83+-0x11dd)[_0x10c42a(0x3fc,0x3cd,_0x37d479._0x3f7928,0x47f)](_0x32a2dc);}const _0x26870f={};_0x26870f[_0x10c42a(_0x37d479._0x4d344e,0x30a,_0x37d479._0x4bfa43,_0x37d479._0x57ff73)]=_0x2f32cd['id'],_0x26870f['username']=_0x51ba29['username'],_0x3f7350['info'](_0x3dc022(_0x37d479._0x32410d,0x3c6,_0x37d479._0x5c49e3,0x3e6)+_0x10c42a(0x3e4,0x481,_0x37d479._0x20b9ca,0x478),_0x26870f);const _0x5010bb={};_0x5010bb['id']=_0x1d1d17['id'],_0x5010bb[_0x3dc022(0x35d,0x314,0x2a1,_0x37d479._0x473eb1)]=_0x1db53a[_0x3dc022(_0x37d479._0x1bb3b4,_0x37d479._0x25e2b2,0x347,0x2a6)],_0x5010bb[_0x3dc022(0x347,_0x37d479._0x1f6bb9,0x2f1,0x2ec)]=_0x364adc['email'],_0x5010bb[_0x3dc022(0x351,_0x37d479._0x3fe6f3,_0x37d479._0x374d58,_0x37d479._0x5622ad)]=_0x1dd945[_0x10c42a(0x375,_0x37d479._0x54ee8d,_0x37d479._0x5d321c,_0x37d479._0x7f01db)],_0x5010bb[_0x3dc022(_0x37d479._0x1fa0be,_0x37d479._0x378838,_0x37d479._0x10016f,0x329)+'me']=_0xd8d403[_0x10c42a(0x33b,0x385,0x39e,_0x37d479._0x359238)+'me'];const _0xa49910={};_0xa49910[_0x10c42a(0x360,_0x37d479._0x53db87,_0x37d479._0x18414e,_0x37d479._0x400e90)]=_0x5010bb,_0x2d9059[_0x10c42a(0x424,0x43c,_0x37d479._0x54acc6,0x3c3)](_0xa49910);}else{const _0x5709e8={};_0x5709e8[_0x3dc022(_0x37d479._0x4bfa43,0x314,_0x37d479._0x47b21c,0x2ce)]=_0x4f23da,logger[_0x3dc022(_0x37d479._0x50180,0x3f7,_0x37d479._0x493704,_0x37d479._0x5cace7)](_0x2deffd[_0x3dc022(0x2f0,0x368,0x2f7,_0x37d479._0xfb8226)],_0x5709e8);const _0xa680b3={};return _0xa680b3[_0x10c42a(0x446,0x384,0x3f6,_0x37d479._0xfa8658)]=_0x2deffd['DJzYo'],_0xa680b3[_0x3dc022(0x390,0x306,0x306,_0x37d479._0x3e6f73)]=_0x3dc022(_0x37d479._0x4d5a5c,0x3c4,_0x37d479._0x2367ac,_0x37d479._0x7cd9bd)+_0x3dc022(0x33e,_0x37d479._0x457d1d,_0x37d479._0x27fac3,_0x37d479._0x185c4d)+_0x3dc022(_0x37d479._0x2faf6f,_0x37d479._0x2c1590,_0x37d479._0x97d5d1,_0x37d479._0x4ffda5),_0x41e106[_0x10c42a(0x368,_0x37d479._0x34dfe9,_0x37d479._0x51eac9,_0x37d479._0x4e4f73)](0xd*0x7d+-0x41*-0x47+-0x16cf)[_0x3dc022(0x340,_0x37d479._0x4c82cc,_0x37d479._0x5d05a9,0x3e2)](_0xa680b3);}}const _0x37b5c8=await _0x2deffd[_0x10c42a(0x3b4,0x38d,0x3cb,0x400)](createApiKey,_0x1a07f8['id'],_0x10c42a(_0x37d479._0x3447a8,0x425,0x425,_0x37d479._0x5d5da0));let _0x168fcf=[];try{if(_0x2deffd[_0x10c42a(0x4b9,0x428,0x45a,0x4e6)](_0x2deffd[_0x3dc022(0x3c0,_0x37d479._0x26626d,_0x37d479._0x319aae,0x3a4)],_0x2deffd['gisZS']))_0x168fcf=await _0x2deffd['asAAe'](resolveUserRoleNames,_0x1a07f8['id']);else{_0x1ecfcc[_0x10c42a(0x37e,_0x37d479._0x2efc48,_0x37d479._0x14dd8b,_0x37d479._0x38495c)](_0x2deffd[_0x3dc022(0x295,_0x37d479._0x162c5e,_0x37d479._0x323b3a,0x351)],_0x45763e);const _0x5467b7={};_0x5467b7[_0x3dc022(0x40c,_0x37d479._0x59400e,0x38a,0x3d7)]=_0x3dc022(_0x37d479._0x1ad1f3,_0x37d479._0x25d953,0x437,_0x37d479._0x33391e)+_0x10c42a(0x334,_0x37d479._0x4c33f1,_0x37d479._0x4e4f73,_0x37d479._0x1c1c60)+_0x3dc022(0x3e1,_0x37d479._0x136f86,_0x37d479._0x4b4d7c,_0x37d479._0x39220b),_0x5f65dc['status'](0x231c+-0xbc9+-0x155f)[_0x10c42a(0x442,0x465,0x41d,0x3cd)](_0x5467b7);}}catch(_0x5cecfd){if(_0x3dc022(_0x37d479._0xd2b692,0x31e,0x2fd,_0x37d479._0x2e660d)==='waYmE'){const _0x3f0cf5={};_0x3f0cf5[_0x3dc022(_0x37d479._0x3e32f3,_0x37d479._0x50f57f,0x332,_0x37d479._0x385d2f)]=_0x1a07f8['id'],_0x3f0cf5[_0x3dc022(_0x37d479._0x45215f,_0x37d479._0x59400e,_0x37d479._0x333044,0x401)]=_0x5cecfd['message'],logger['warn'](_0x2deffd['sHdiF'],_0x3f0cf5);}else{const _0x161a97={};_0x161a97[_0x3dc022(_0x37d479._0x1bd731,0x2ea,0x338,0x2aa)]=_0x2a70a2['id'],_0x161a97['error']=_0x4b3a72[_0x3dc022(0x30b,0x306,_0x37d479._0x33ea89,_0x37d479._0x1edc9b)],_0x641ce9[_0x3dc022(_0x37d479._0x493704,_0x37d479._0x18be75,0x42c,0x399)]('Failed\x20to\x20'+'resolve\x20ro'+_0x3dc022(0x3cd,_0x37d479._0x194417,0x3fb,_0x37d479._0x4e4f73)+_0x3dc022(0x2ca,_0x37d479._0x71d694,_0x37d479._0x4c4a88,0x2dd),_0x161a97);}}const _0x70d87={};_0x70d87[_0x3dc022(0x35d,_0x37d479._0x50f57f,_0x37d479._0x5a94c7,_0x37d479._0x283251)]=_0x1a07f8['id'],_0x70d87[_0x3dc022(_0x37d479._0x466de3,_0x37d479._0x25e2b2,_0x37d479._0x71d831,0x369)]=_0x1a07f8[_0x3dc022(_0x37d479._0x1ad7d8,0x314,_0x37d479._0x3c2169,0x33c)],_0x70d87[_0x3dc022(_0x37d479._0x4dfe26,0x30c,0x2d3,_0x37d479._0x162e68)]=_0x37b5c8['id'],logger[_0x3dc022(0x387,0x3b7,0x37e,0x37c)](_0x2deffd[_0x3dc022(0x328,0x2ee,_0x37d479._0x549719,_0x37d479._0x5eeacb)],_0x70d87);const _0x4d361e={};_0x4d361e['id']=_0x1a07f8['id'],_0x4d361e['username']=_0x1a07f8[_0x3dc022(_0x37d479._0x988acc,0x314,_0x37d479._0x329fc7,0x334)],_0x4d361e[_0x3dc022(_0x37d479._0x194417,_0x37d479._0x578854,_0x37d479._0xb9ee2f,0x2fa)]=_0x1a07f8[_0x10c42a(0x412,0x3cb,_0x37d479._0x2c6b15,0x454)],_0x4d361e[_0x3dc022(_0x37d479._0x346eb1,0x32f,0x332,_0x37d479._0x2f745a)]=_0x1a07f8[_0x3dc022(_0x37d479._0x1f129c,0x32f,0x382,0x2a6)],_0x4d361e[_0x3dc022(0x436,_0x37d479._0x41a8a5,0x427,0x351)]=_0x168fcf;const _0xb67c31={};_0xb67c31[_0x3dc022(0x2e2,_0x37d479._0x550bc9,_0x37d479._0x1227db,_0x37d479._0x31ac7f)]=_0x2deffd['PjdHt'],_0xb67c31['user']=_0x4d361e,_0xb67c31[_0x3dc022(_0x37d479._0x532ad1,0x365,0x3d0,0x366)]=_0x37b5c8[_0x10c42a(0x3fc,0x368,0x372,_0x37d479._0x125724)],_0x41e106[_0x3dc022(_0x37d479._0x30dba3,0x3b0,0x35e,_0x37d479._0x22f78d)](_0xb67c31);}catch(_0xdc7b10){if(_0x2deffd[_0x10c42a(_0x37d479._0x40345e,0x41b,0x422,0x394)](_0x2deffd[_0x10c42a(_0x37d479._0x195a3f,_0x37d479._0x3eaa57,_0x37d479._0x3926c6,0x3d5)],_0x10c42a(0x3a0,_0x37d479._0x30ce22,0x3df,_0x37d479._0x54307d))){logger[_0x3dc022(0x354,0x389,0x3ca,0x3d5)](_0x2deffd[_0x3dc022(_0x37d479._0x1d5826,0x3cd,_0x37d479._0xa32fd1,0x3b9)],_0xdc7b10);const _0x374daa={};_0x374daa[_0x3dc022(0x3a4,0x389,_0x37d479._0x33ffcc,_0x37d479._0x159aa3)]=_0x2deffd[_0x10c42a(_0x37d479._0x11f918,0x390,_0x37d479._0x79fa8,0x315)],_0x374daa['message']=_0x2deffd[_0x3dc022(0x363,_0x37d479._0x33391e,0x3c6,_0x37d479._0xed2831)],_0x41e106[_0x10c42a(_0x37d479._0x1060aa,0x407,0x388,_0x37d479._0x2f1b4f)](-0x9*0x3f0+0x1392+-0x2*-0x8e9)['json'](_0x374daa);}else{_0x18f9ea['error'](_0x3dc022(0x3f9,_0x37d479._0x4a7678,0x451,_0x37d479._0x258a15)+'r',_0x269003);const _0x1d64ad={};_0x1d64ad[_0x10c42a(_0x37d479._0x39599c,0x403,_0x37d479._0x338f5d,_0x37d479._0x379481)]=_0x2deffd[_0x3dc022(0x347,_0x37d479._0x33d283,_0x37d479._0x478ddb,0x3a8)],_0x1d64ad[_0x10c42a(0x2e6,0x400,0x373,_0x37d479._0x5d346b)]=_0x2deffd[_0x10c42a(_0x37d479._0x8e24ce,0x45e,_0x37d479._0xe5e2c6,0x431)],_0x57ae60['status'](-0x146f+0x1017+0x3e*0x1a)['json'](_0x1d64ad);}}}),router[_0x23d47f(-0x1b4,-0x119,-0x170,-0x1cb)](_0x13907f(0x421,0x37d,0x3c9,0x3c9),requireAuth,async(_0x2030b9,_0x4e9c59)=>{const _0x37d0ff={_0x56096a:0x1e9,_0x1f456f:0x1e1,_0x3ae464:0x197,_0x1cd68e:0xba,_0x2de9c4:0x9b,_0x519bda:0xdf,_0x437675:0x30,_0x2f8613:0x9a,_0x56c114:0x1cf,_0x391c91:0x116,_0x528d9e:0x114,_0x2cfdce:0xfc,_0x20998f:0x152,_0xf51757:0x101,_0x5518e2:0x1ef,_0x489af0:0x17f,_0x4e679c:0x215,_0x5b2716:0x203,_0x22afa7:0x228,_0x2bbf16:0x1eb,_0xc7abaa:0x222,_0x272806:0x237,_0x19ef3c:0x99,_0x4605e1:0xf3,_0x2b3a33:0x1ae,_0x54fb6c:0x16b,_0x54282a:0x1f7,_0x15136f:0x1a5,_0x1702db:0x1f9,_0x3aa13e:0x266,_0x2a9b89:0xa2,_0x186cf1:0x186,_0x54992c:0x123,_0x554384:0x1e3,_0x4211ea:0x220,_0x409c6a:0x1bc,_0x2aa602:0x18c,_0xc097:0xee,_0x4268e4:0x10e,_0x56494b:0x13f,_0x16b505:0x13b,_0x2f8434:0x1b7,_0x5b7d4b:0x172,_0x1dafe8:0x211,_0x5442ce:0x1c2,_0x201501:0x21a,_0x1920d8:0xa1,_0x4e0299:0x139,_0x61451b:0x120,_0xbb6666:0x18f,_0x168dfb:0xcf,_0x387f95:0x199,_0x2ff8c4:0x15b,_0xcb9b8e:0x121,_0x43ead2:0xeb,_0x3c1423:0x12c,_0x27083c:0x13f,_0x1ecbde:0x1de,_0x497790:0x1ea,_0x50fc55:0xd0},_0x22afd5={_0x265a7c:0x27,_0x291c20:0x198},_0x41ef58={_0x308dd1:0x19c,_0x4e7560:0xa8};function _0xd88ea2(_0x468fc5,_0x4b4df9,_0x62627a,_0x2a25dc){return _0x23d47f(_0x468fc5-_0x41ef58._0x308dd1,_0x4b4df9,_0x468fc5- -_0x41ef58._0x4e7560,_0x2a25dc-0x1);}const _0x5250f3={'ThDIB':'Failed\x20to\x20'+_0xd88ea2(-0x172,-_0x37d0ff._0x56096a,-_0x37d0ff._0x1f456f,-0x12d)+'tar','hvGoV':function(_0x3491ed,_0x37d31a){return _0x3491ed(_0x37d31a);},'jUJzI':'User\x20not\x20f'+_0xd88ea2(-_0x37d0ff._0x3ae464,-0x15c,-0x1ff,-0x18a),'VOTZT':function(_0x814cad,_0x56ecc){return _0x814cad!==_0x56ecc;},'igmJw':_0x3f866a(-_0x37d0ff._0x1cd68e,-_0x37d0ff._0x2de9c4,-_0x37d0ff._0x519bda,-0x95),'iVdaL':'DparO','mVxya':_0x3f866a(-0x4f,-_0x37d0ff._0x437675,-0x67,-_0x37d0ff._0x2f8613)+_0xd88ea2(-0x1cf,-_0x37d0ff._0x56c114,-0x1a8,-0x177)+'e'};function _0x3f866a(_0x5d1f45,_0x1b1fd7,_0x5f38ee,_0x4b8a5d){return _0x23d47f(_0x5d1f45-0x19d,_0x1b1fd7,_0x4b8a5d- -_0x22afd5._0x265a7c,_0x4b8a5d-_0x22afd5._0x291c20);}try{const _0x155306=await _0x5250f3[_0x3f866a(-_0x37d0ff._0x391c91,-0xfd,-_0x37d0ff._0x528d9e,-_0x37d0ff._0x2cfdce)](findUserById,_0x2030b9[_0x3f866a(-0x191,-0xdd,-0x139,-_0x37d0ff._0x20998f)]['id']);if(!_0x155306){const _0x5938b9={};return _0x5938b9[_0x3f866a(-0x148,-0x168,-0x81,-_0x37d0ff._0xf51757)]=_0x5250f3[_0xd88ea2(-_0x37d0ff._0x5518e2,-_0x37d0ff._0x489af0,-_0x37d0ff._0x4e679c,-0x1fe)],_0x4e9c59[_0xd88ea2(-0x1f0,-_0x37d0ff._0x5b2716,-_0x37d0ff._0x22afa7,-_0x37d0ff._0x2bbf16)](-0x792+0x1*0x450+0x4d6)['json'](_0x5938b9);}const _0x39b192={};_0x39b192['email_ment'+'ions']=!![],_0x39b192[_0xd88ea2(-_0x37d0ff._0xc7abaa,-_0x37d0ff._0x272806,-0x242,-0x1ff)+_0x3f866a(-0x1d6,-0x18c,-0x1e3,-0x189)+_0x3f866a(-0xbf,-_0x37d0ff._0x19ef3c,-0x150,-_0x37d0ff._0x4605e1)]=!![];const _0x554ab3={};_0x554ab3['id']=_0x155306['id'],_0x554ab3[_0xd88ea2(-0x1f7,-0x18a,-_0x37d0ff._0x2b3a33,-_0x37d0ff._0x54fb6c)]=_0x155306[_0xd88ea2(-_0x37d0ff._0x54282a,-_0x37d0ff._0x15136f,-_0x37d0ff._0x1702db,-_0x37d0ff._0x3aa13e)],_0x554ab3[_0x3f866a(-0xdd,-_0x37d0ff._0x2a9b89,-_0x37d0ff._0x186cf1,-_0x37d0ff._0x54992c)]=_0x155306['email'],_0x554ab3[_0x3f866a(-0x1aa,-0x14e,-0x15b,-0x15b)]=_0x155306[_0xd88ea2(-0x1dc,-_0x37d0ff._0x554384,-_0x37d0ff._0x4211ea,-0x212)],_0x554ab3[_0xd88ea2(-_0x37d0ff._0x409c6a,-0x190,-_0x37d0ff._0x2aa602,-0x241)]=_0x155306[_0x3f866a(-_0x37d0ff._0xc097,-_0x37d0ff._0x4268e4,-_0x37d0ff._0x56494b,-_0x37d0ff._0x16b505)]||null,_0x554ab3[_0xd88ea2(-0x1f4,-0x1f3,-0x1b1,-_0x37d0ff._0x2f8434)+'s']=_0x155306[_0xd88ea2(-0x1f4,-0x1a2,-_0x37d0ff._0x5b7d4b,-0x169)+'s']||_0x39b192;const _0x55c628={};_0x55c628[_0xd88ea2(-_0x37d0ff._0x1dafe8,-0x276,-_0x37d0ff._0x5442ce,-_0x37d0ff._0x201501)]=_0x554ab3,_0x4e9c59[_0x3f866a(-0x9b,-0x128,-_0x37d0ff._0x1920d8,-0xda)](_0x55c628);}catch(_0x389295){if(_0x5250f3[_0x3f866a(-_0x37d0ff._0x4e0299,-0x172,-0x125,-_0x37d0ff._0x61451b)](_0x5250f3[_0x3f866a(-0x11c,-0x21b,-0x1b8,-_0x37d0ff._0xbb6666)],_0x5250f3['iVdaL'])){logger[_0x3f866a(-0xd5,-0x147,-0xf5,-_0x37d0ff._0xf51757)](_0xd88ea2(-0x11b,-_0x37d0ff._0x168dfb,-_0x37d0ff._0x387f95,-0x198)+'get\x20profil'+'e',_0x389295);const _0x58d9c1={};_0x58d9c1['error']=_0x5250f3['mVxya'],_0x4e9c59[_0xd88ea2(-0x1f0,-0x1fe,-0x179,-0x1ff)](-0x321+0x3cc+0x2f*0x7)[_0xd88ea2(-_0x37d0ff._0x2ff8c4,-_0x37d0ff._0xcb9b8e,-_0x37d0ff._0x43ead2,-0x10b)](_0x58d9c1);}else{_0x1dcd6e['error'](_0x5250f3['ThDIB'],_0x41a7d5);const _0x2e257d={};_0x2e257d[_0x3f866a(-_0x37d0ff._0x3c1423,-_0x37d0ff._0x27083c,-0x8d,-0x101)]=_0x5250f3[_0xd88ea2(-_0x37d0ff._0x1ecbde,-0x1e5,-0x1a3,-0x26d)],_0x1a73fb[_0x3f866a(-_0x37d0ff._0xcb9b8e,-0x170,-_0x37d0ff._0x497790,-0x16f)](0xb10+0x2624+-0x2f40)[_0x3f866a(-0xf3,-_0x37d0ff._0x50fc55,-0x86,-0xda)](_0x2e257d);}}}),router[_0x13907f(0x4a2,0x4c4,0x47a,0x458)]('/profile',requireAuth,async(_0x49dc98,_0x2ef1f7)=>{const _0x453dbc={_0x2a825e:0x39d,_0x120c09:0x328,_0x2d05d8:0x2ca,_0x47c452:0x2eb,_0x18f0a3:0x366,_0x35619a:0x3c2,_0x2beb4e:0x3ac,_0x3cede3:0x391,_0x544586:0x3f4,_0x4e90ee:0x3c8,_0x2156a0:0x395,_0x2797c9:0x344,_0x5630d9:0x334,_0x5181fb:0x365,_0x56aa1e:0x3e6,_0x42d91d:0x3d8,_0x23326d:0x368,_0x4cfec7:0x44f,_0x1275e7:0x413,_0x318c1e:0x3fc,_0x4d1b9d:0x376,_0x3b6650:0x343,_0x56da39:0x361,_0x1ac9d9:0x3b8,_0x5509aa:0x42b,_0xa839eb:0x360,_0x350fff:0x365,_0x53638f:0x3a7,_0x34c1a6:0x33d,_0x48756d:0x310,_0x6aa1d4:0x381,_0x206593:0x396,_0x25e7d7:0x3d0,_0x439340:0x33a,_0x3549a7:0x305,_0x2713c9:0x44f,_0x5d58df:0x375,_0x2caf49:0x3f4,_0x13136c:0x3fa,_0x57197e:0x2ef,_0x4119a7:0x33e,_0x49af94:0x2e5,_0x5e6b26:0x3c4,_0x2a01c2:0x301,_0x20002d:0x365,_0x4969a1:0x38c,_0x5171f7:0x335,_0x66e95:0x3dc,_0x3b450f:0x354,_0x109588:0x314,_0x3d8160:0x345,_0x36a965:0x287,_0x103542:0x349,_0x474565:0x36f,_0x5890a3:0x407,_0x342e5e:0x371,_0x38f9ee:0x39f,_0x15ec4d:0x321,_0x3bdbea:0x379,_0x3a30ac:0x3ea,_0x350c3e:0x334,_0x3935e1:0x2e2,_0x37df0f:0x424,_0x28ca59:0x2f0,_0x45bcc7:0x266,_0x4e2415:0x297,_0x460631:0x2cf,_0xbaad86:0x40f,_0x28d481:0x3b1,_0x1e3ed5:0x307,_0x7b3221:0x3d1,_0x2a9ac9:0x32a,_0x5bcc4f:0x3e5,_0x1aa242:0x37c,_0xc14571:0x392,_0x42aa7e:0x399,_0x1fe977:0x2f3,_0x56dc37:0x35c,_0x1fe560:0x3ac,_0x2e4d26:0x3fa,_0x198e76:0x383,_0x447512:0x3db,_0xf1af2b:0x458,_0xd090b3:0x467,_0x3c8e00:0x412,_0x3c5c8a:0x3dc,_0x4d73d6:0x3d2,_0x43db32:0x3cc,_0x3aa578:0x389,_0x1e0c2b:0x3e0,_0x1bbb4f:0x407,_0x23144d:0x39a,_0x291e69:0x308,_0x5cc9c1:0x379,_0x3520df:0x39a,_0x3f1dcf:0x3c4,_0x4b4e4a:0x39e,_0x1bf08b:0x382,_0x489f46:0x330,_0x4e8060:0x3a0,_0x5a1b17:0x30b,_0x278e71:0x2ee,_0x59aa6c:0x296,_0x13b2b8:0x31c,_0x5d2396:0x319,_0x1110fb:0x386,_0x3bf7c6:0x2f7,_0x2767d0:0x32b,_0x3f1a1f:0x269,_0x5c7ce2:0x314,_0x3248c5:0x312,_0x142f5a:0x42f,_0x60ba63:0x475,_0x3ae62e:0x3fa,_0x12aaf2:0x2d8,_0x538003:0x439,_0x275e63:0x305,_0x4919b7:0x2a5,_0x5528ed:0x384,_0x4c978e:0x3c1,_0x2bfcf6:0x3e3,_0x13bafa:0x34d,_0x16a367:0x330,_0x36a8ae:0x38d,_0x5bf6bc:0x353,_0x15d66f:0x307,_0x14337b:0x317,_0x1887ca:0x414},_0x988a17={_0x43d077:0x4ad},_0x4a7622={_0x128835:0x14c,_0x4e499f:0x43f},_0x1af148={'kKcFW':function(_0x5576c4,_0x35db19){return _0x5576c4!==_0x35db19;},'QEbCU':function(_0xd6eabf,_0x33f53b){return _0xd6eabf===_0x33f53b;},'GNIht':_0x40f3a9(0x33d,_0x453dbc._0x2a825e,_0x453dbc._0x120c09,_0x453dbc._0x2d05d8),'yJJRz':'yZEZi','edjdF':function(_0x5267dc,_0x24f8d8,_0x4ea80e){return _0x5267dc(_0x24f8d8,_0x4ea80e);},'qCfko':_0x40f3a9(_0x453dbc._0x47c452,0x26b,0x34a,0x33f)+'dated','uZJub':_0x40f3a9(_0x453dbc._0x18f0a3,0x361,0x3b4,_0x453dbc._0x35619a)};function _0x40f3a9(_0x30b07b,_0x1caf2e,_0x5cba3d,_0x197a6a){return _0x23d47f(_0x30b07b-_0x4a7622._0x128835,_0x1caf2e,_0x30b07b-_0x4a7622._0x4e499f,_0x197a6a-0x36);}function _0x51ab26(_0x27bc77,_0x15a1a5,_0x2c4386,_0x15cff8){return _0x23d47f(_0x27bc77-0x26,_0x15a1a5,_0x15cff8-_0x988a17._0x43d077,_0x15cff8-0xd2);}const {name:_0x362483,preferences:_0xba2ca3}=_0x49dc98['body'];try{const _0x41ad85={};if(_0x1af148['kKcFW'](_0x362483,undefined)){if(!_0x362483||_0x1af148[_0x51ab26(0x408,0x3e9,0x42f,0x42b)](_0x362483[_0x51ab26(0x374,0x47c,0x3ee,0x3fc)]()[_0x51ab26(0x3a4,_0x453dbc._0x2beb4e,_0x453dbc._0x3cede3,0x369)],0x1a83+-0x41a+-0x1669)){const _0x4dfc3d={};return _0x4dfc3d['error']='Name\x20canno'+_0x51ab26(0x3b4,_0x453dbc._0x544586,_0x453dbc._0x4e90ee,_0x453dbc._0x2156a0),_0x2ef1f7[_0x51ab26(0x331,_0x453dbc._0x2797c9,_0x453dbc._0x5630d9,_0x453dbc._0x5181fb)](-0x1*0x5f9+-0x1c45+0x23ce*0x1)[_0x40f3a9(0x38c,_0x453dbc._0x56aa1e,_0x453dbc._0x42d91d,_0x453dbc._0x23326d)](_0x4dfc3d);}_0x41ad85['name']=_0x362483[_0x51ab26(_0x453dbc._0x4cfec7,0x46c,_0x453dbc._0x1275e7,_0x453dbc._0x318c1e)]();}_0x1af148['kKcFW'](_0xba2ca3,undefined)&&(_0x1af148['GNIht']===_0x1af148['GNIht']?_0x41ad85[_0x40f3a9(0x2f3,0x2fd,0x34b,0x2eb)+'s']=_0xba2ca3:_0x49a2b7[_0x51ab26(_0x453dbc._0x4d1b9d,_0x453dbc._0x3b6650,0x30f,_0x453dbc._0x56da39)+'s']=_0x46a715);if(_0x1af148[_0x51ab26(0x3e2,_0x453dbc._0x1ac9d9,0x418,_0x453dbc._0x5509aa)](Object['keys'](_0x41ad85)['length'],0x1466+-0x2*0xa06+0x9*-0xa)){if(_0x1af148[_0x40f3a9(_0x453dbc._0xa839eb,0x38d,0x2d7,0x392)]!=='qQLuf'){const _0x32825c={};return _0x32825c[_0x40f3a9(_0x453dbc._0x350fff,_0x453dbc._0x53638f,_0x453dbc._0x34c1a6,0x388)]='No\x20valid\x20u'+_0x40f3a9(_0x453dbc._0x48756d,0x2ad,_0x453dbc._0x6aa1d4,_0x453dbc._0x206593)+_0x51ab26(_0x453dbc._0x25e7d7,_0x453dbc._0x439340,_0x453dbc._0x3549a7,0x35b),_0x2ef1f7['status'](-0x6*0x7f+-0x61*-0x37+-0x104d)[_0x51ab26(_0x453dbc._0x2713c9,_0x453dbc._0x5d58df,_0x453dbc._0x2caf49,_0x453dbc._0x13136c)](_0x32825c);}else{const _0x4c4808={};return _0x4c4808[_0x40f3a9(0x365,0x324,_0x453dbc._0x57197e,_0x453dbc._0x4119a7)]=_0x40f3a9(0x31d,0x30a,0x328,0x298)+'pdates\x20pro'+_0x51ab26(_0x453dbc._0x49af94,_0x453dbc._0x5e6b26,_0x453dbc._0x2a825e,0x35b),_0x4f2fd0[_0x51ab26(0x315,0x375,_0x453dbc._0x2a01c2,_0x453dbc._0x20002d)](0xda5+0x15*-0x8b+-0xae)[_0x40f3a9(_0x453dbc._0x4969a1,0x38f,0x337,0x33f)](_0x4c4808);}}const _0x311c44=await _0x1af148[_0x51ab26(0x3b4,_0x453dbc._0x5171f7,_0x453dbc._0x66e95,_0x453dbc._0x3b450f)](updateUser,_0x49dc98[_0x40f3a9(_0x453dbc._0x109588,_0x453dbc._0x3d8160,0x2a3,0x2c4)]['id'],_0x41ad85);_0x41ad85[_0x40f3a9(0x30b,0x361,_0x453dbc._0x36a965,_0x453dbc._0x103542)]&&(_0x49dc98[_0x51ab26(_0x453dbc._0x474565,_0x453dbc._0x5890a3,_0x453dbc._0x342e5e,_0x453dbc._0x5e6b26)]['name']=_0x41ad85[_0x51ab26(_0x453dbc._0x38f9ee,0x3f4,_0x453dbc._0x15ec4d,_0x453dbc._0x3bdbea)]);logger[_0x51ab26(0x3e0,0x3a6,_0x453dbc._0x3a30ac,0x401)](_0x1af148[_0x40f3a9(0x363,0x300,0x3c4,0x37c)],{'userId':_0x49dc98[_0x40f3a9(0x314,_0x453dbc._0x3d8160,_0x453dbc._0x350c3e,_0x453dbc._0x3935e1)]['id'],'updates':Object[_0x51ab26(_0x453dbc._0x37df0f,0x372,0x3a2,0x3c5)](_0x41ad85)});const _0x38d74b={};_0x38d74b['id']=_0x311c44['id'],_0x38d74b[_0x40f3a9(_0x453dbc._0x28ca59,0x26a,_0x453dbc._0x45bcc7,_0x453dbc._0x4e2415)]=_0x311c44[_0x40f3a9(0x2f0,0x298,0x298,_0x453dbc._0x460631)],_0x38d74b['email']=_0x311c44[_0x51ab26(0x3c4,0x40b,_0x453dbc._0xbaad86,_0x453dbc._0x28d481)],_0x38d74b[_0x51ab26(_0x453dbc._0x1e3ed5,_0x453dbc._0x7b3221,_0x453dbc._0x2a9ac9,0x379)]=_0x311c44['name'],_0x38d74b[_0x51ab26(_0x453dbc._0x5bcc4f,_0x453dbc._0x1aa242,_0x453dbc._0xc14571,_0x453dbc._0x42aa7e)]=_0x311c44['avatar']||null,_0x38d74b[_0x40f3a9(_0x453dbc._0x1fe977,_0x453dbc._0x56dc37,0x26d,0x2d6)+'s']=_0x311c44[_0x51ab26(0x3d3,_0x453dbc._0x4969a1,0x2e4,_0x453dbc._0x56da39)+'s']||{};const _0x6b5d57={};_0x6b5d57['profile']=_0x38d74b,_0x2ef1f7[_0x51ab26(_0x453dbc._0x1fe560,0x438,0x398,_0x453dbc._0x2e4d26)](_0x6b5d57);}catch(_0xb6c149){if(_0x1af148[_0x40f3a9(_0x453dbc._0x198e76,0x2f5,_0x453dbc._0x1aa242,0x2fd)]===_0x40f3a9(_0x453dbc._0x447512,_0x453dbc._0xf1af2b,_0x453dbc._0xd090b3,_0x453dbc._0x3c8e00)){const _0x4aca24={};_0x4aca24[_0x51ab26(0x370,_0x453dbc._0x3c5c8a,_0x453dbc._0x4d73d6,_0x453dbc._0x43db32)]=[],_0x4aca24[_0x40f3a9(0x3df,_0x453dbc._0x3aa578,0x3da,_0x453dbc._0x1e0c2b)+'ts']={},_0x4aca24[_0x51ab26(0x39c,0x3dc,_0x453dbc._0x1bbb4f,0x3a9)]={};const _0x4e7685={};_0x4e7685['id']=_0x5188b3[_0x40f3a9(0x314,_0x453dbc._0x23144d,_0x453dbc._0x291e69,0x361)]['id'],_0x4e7685[_0x51ab26(0x30d,_0x453dbc._0x5cc9c1,_0x453dbc._0x3520df,0x35e)]=_0x237e54[_0x51ab26(0x366,_0x453dbc._0x3f1dcf,_0x453dbc._0x4b4e4a,_0x453dbc._0x1bf08b)]['username'],_0x4e7685[_0x51ab26(_0x453dbc._0x489f46,_0x453dbc._0x4e8060,_0x453dbc._0x2caf49,0x3b1)]=_0x14bfca['user'][_0x51ab26(0x35d,0x3fe,0x426,0x3b1)],_0x4e7685[_0x40f3a9(_0x453dbc._0x5a1b17,0x301,_0x453dbc._0x278e71,0x28b)]=_0x4d6823[_0x40f3a9(0x314,_0x453dbc._0x59aa6c,0x31d,_0x453dbc._0x13b2b8)]['name'],_0x4e7685['permission'+'s']=_0x4aca24,_0x4e7685[_0x51ab26(_0x453dbc._0x5d2396,_0x453dbc._0x1110fb,0x32a,0x37b)+'me']=_0x216cea[_0x40f3a9(_0x453dbc._0x109588,0x373,_0x453dbc._0x3bf7c6,0x2a7)]['ssh_userna'+'me'],_0x4e7685[_0x40f3a9(_0x453dbc._0x2767d0,0x2d3,0x34e,0x381)]=null,_0x4e7685[_0x40f3a9(0x2f3,_0x453dbc._0x3f1a1f,0x28f,0x2ab)+'s']={};const _0xd92ab1={};_0xd92ab1[_0x40f3a9(_0x453dbc._0x5c7ce2,_0x453dbc._0x3248c5,0x357,0x353)]=_0x4e7685,_0x23eaef[_0x51ab26(_0x453dbc._0x142f5a,_0x453dbc._0x60ba63,0x3c5,_0x453dbc._0x3ae62e)](_0xd92ab1);}else{logger[_0x40f3a9(_0x453dbc._0x20002d,_0x453dbc._0x447512,_0x453dbc._0x12aaf2,0x33f)](_0x40f3a9(_0x453dbc._0x43db32,0x456,0x410,_0x453dbc._0x538003)+_0x40f3a9(_0x453dbc._0x275e63,_0x453dbc._0x120c09,_0x453dbc._0x4919b7,0x296)+_0x51ab26(0x353,0x43d,_0x453dbc._0x5528ed,_0x453dbc._0x4c978e),_0xb6c149);const _0x200ad9={};_0x200ad9['error']=_0x40f3a9(_0x453dbc._0x43db32,_0x453dbc._0x2bfcf6,0x43b,_0x453dbc._0x13bafa)+_0x40f3a9(0x305,_0x453dbc._0x16a367,0x285,_0x453dbc._0x36a8ae)+_0x40f3a9(_0x453dbc._0x5bf6bc,0x3a0,0x33f,0x34e),_0x2ef1f7[_0x51ab26(0x2eb,_0x453dbc._0x15d66f,_0x453dbc._0x14337b,0x365)](-0x1c43+0x21c8+-0x391)[_0x51ab26(0x483,0x3fa,_0x453dbc._0x1887ca,0x3fa)](_0x200ad9);}}}),router['post'](_0x13907f(0x471,0x3fa,0x42a,0x45e)+'vatar',requireAuth,avatarUpload['single'](_0x13907f(0x3fc,0x421,0x3a5,0x40f)),async(_0xe2c4f5,_0x5ca2f5)=>{const _0x5aa3d0={_0x17f099:0x20e,_0x3bf13e:0x1e8,_0xf33e05:0x1b9,_0x130006:0x1a0,_0x41bcd2:0x189,_0x52e0d4:0x1a9,_0x40059d:0x1ce,_0x66036f:0x1d8,_0xbabc14:0x285,_0x242638:0x14e,_0x3d2549:0x137,_0x5ddde8:0x192,_0x57158d:0x1a0,_0x3a343b:0x1ad,_0x5bfb44:0x14a,_0x9d0ad3:0x1be,_0x1d7f8d:0x2a7,_0x2fd929:0x240,_0x1ce7fd:0x1d6,_0x581272:0x1f0,_0x35cef1:0x1ee,_0x75ab67:0x18e,_0xf504b6:0x1eb,_0x1b1442:0x147,_0x5a74e1:0x209,_0x2bf372:0x19f,_0x38527:0x1ac,_0x44fcfb:0x1b7,_0x3a3a05:0x1b5,_0x1e5dac:0x259,_0xd907e7:0x1fc,_0x389588:0x1c5,_0x5ec285:0x116,_0x68b45:0x168,_0x4c1f60:0x1d7,_0x214664:0x259,_0x81c350:0x280,_0x70852c:0x220,_0x1931bb:0x197,_0x33f80c:0x1e9,_0xeea6f3:0x1a2,_0x42756e:0x251,_0x22e345:0x1ba,_0x2ba41d:0x230,_0x4bbeae:0x1d0,_0x15015e:0x142,_0x75bca1:0x1ca,_0x35d24f:0x1b4,_0x437265:0x20e,_0x527858:0x17a,_0xbb2885:0x281,_0x440446:0x21c,_0x9e51e2:0x1ab,_0x3d0d26:0x1c1,_0x5af60a:0x171,_0xd3225:0x20f,_0x3ed6d1:0x1bf,_0x8a31a9:0x23e,_0x13349c:0x26c,_0xdcd6f2:0x2d6,_0x4a457a:0x195,_0x2c3baf:0x217,_0x292109:0x217,_0x4666a2:0x210,_0x1a2905:0x153,_0x445753:0x234,_0x117375:0x114,_0x153fd2:0x1b1,_0x9dc447:0x1f1,_0x21959d:0x22c,_0x454dc1:0x1e4,_0x370d60:0x1b1,_0x1c99d7:0x19a,_0xcee3f:0x181,_0x3dcf7a:0x1f2,_0x2cdb17:0x265,_0x26d3a2:0x10f,_0x3f378f:0x12c,_0x4ed313:0x2cb,_0x1c080d:0x250,_0x3e2afc:0x1c7,_0x11534d:0x219,_0x158c9e:0x1df,_0x4c944e:0x1c0,_0x2b7e1b:0x239,_0x54f21d:0x1c2,_0x293303:0x1ae,_0x5c4fcd:0x16f,_0x253c31:0x11d,_0x5e68f6:0x1db,_0x98ca63:0x233,_0x4eeb78:0x1cd,_0x5c69e6:0x15e,_0x4ef709:0x25f,_0x129fbe:0x177,_0x462377:0x217,_0x5c07c5:0x1ea,_0x3c04b7:0x21b,_0x147c7f:0x252,_0x1e6392:0x210,_0x481321:0xf6,_0x57e16e:0x152,_0x265a32:0x160,_0xb43171:0x231,_0x1da024:0x290,_0x43b0c0:0x292,_0x352644:0x204,_0x12b81a:0x1e3,_0xc0e326:0x1b3,_0x414a81:0x1a8,_0x133f3f:0x17d,_0x2e0af1:0x27f},_0x5b2b0f={_0x15939d:0x2c5},_0x4a124e={_0x58f949:0x111};function _0x3f9c0c(_0x50cc38,_0x2bddc3,_0x14930f,_0xed8d9c){return _0x23d47f(_0x50cc38-0x58,_0x50cc38,_0x2bddc3- -0xec,_0xed8d9c-_0x4a124e._0x58f949);}const _0xe9717f={'wtRCR':_0x3e896c(0x183,0x1a2,0x1b7,_0x5aa3d0._0x17f099),'TdpFD':_0x3f9c0c(-_0x5aa3d0._0x3bf13e,-_0x5aa3d0._0xf33e05,-0x1ec,-_0x5aa3d0._0x130006)+_0x3f9c0c(-_0x5aa3d0._0x41bcd2,-0x204,-_0x5aa3d0._0x52e0d4,-0x28e),'rAtmg':function(_0x3094be,_0x5c830d){return _0x3094be===_0x5c830d;},'YEiYN':_0x3f9c0c(-_0x5aa3d0._0x40059d,-0x16d,-0xec,-0x182),'zrwmn':'No\x20file\x20up'+'loaded','hSdeY':function(_0x10b2e7){return _0x10b2e7();},'WlSJd':function(_0x61ef58,_0x617e90){return _0x61ef58(_0x617e90);},'LQopw':_0x3f9c0c(-_0x5aa3d0._0x66036f,-0x1fa,-0x22e,-_0x5aa3d0._0xbabc14),'cGsVX':'Avatar\x20upl'+_0x3f9c0c(-0x138,-_0x5aa3d0._0x242638,-_0x5aa3d0._0x3d2549,-_0x5aa3d0._0x5ddde8),'zSBmH':function(_0x26b2f5,_0x1945a7){return _0x26b2f5===_0x1945a7;},'OfcLk':_0x3f9c0c(-_0x5aa3d0._0x57158d,-_0x5aa3d0._0x3a343b,-_0x5aa3d0._0x5bfb44,-0x21e)};function _0x3e896c(_0x5096b2,_0x33da19,_0x37dd4e,_0x5296f7){return _0x23d47f(_0x5096b2-0xf6,_0x5296f7,_0x33da19-_0x5b2b0f._0x15939d,_0x5296f7-0x192);}if(!_0xe2c4f5[_0x3e896c(_0x5aa3d0._0x9d0ad3,0x1d9,0x1ae,0x14c)]){if(_0xe9717f[_0x3e896c(0x280,0x215,0x227,0x195)](_0xe9717f[_0x3e896c(_0x5aa3d0._0x1d7f8d,_0x5aa3d0._0x2fd929,0x1e1,_0x5aa3d0._0x1ce7fd)],_0x3f9c0c(-_0x5aa3d0._0x581272,-0x16d,-_0x5aa3d0._0x35cef1,-0x1dd))){const _0x3fc73c={};return _0x3fc73c[_0x3e896c(_0x5aa3d0._0x75ab67,_0x5aa3d0._0xf504b6,0x233,0x1a2)]=_0xe9717f[_0x3f9c0c(-_0x5aa3d0._0x1b1442,-0x190,-0x1f1,-_0x5aa3d0._0x5a74e1)],_0x5ca2f5['status'](-0x1*0xdd3+0x1e7f+-0xf1c)[_0x3f9c0c(-0x223,-_0x5aa3d0._0x2bf372,-0x111,-_0x5aa3d0._0x38527)](_0x3fc73c);}else{const _0x247de6={};_0x247de6[_0x3f9c0c(-_0x5aa3d0._0x44fcfb,-0x220,-_0x5aa3d0._0x3a3a05,-0x269)]=_0x440225[_0x3e896c(0x235,0x1de,0x1b8,0x179)+'d'],_0x247de6[_0x3f9c0c(-_0x5aa3d0._0x1e5dac,-0x218,-0x1a8,-0x243)]=_0x29e92a,_0x247de6[_0x3e896c(_0x5aa3d0._0xd907e7,_0x5aa3d0._0x389588,0x19d,0x197)+_0x3e896c(_0x5aa3d0._0x5ec285,0x178,_0x5aa3d0._0x68b45,_0x5aa3d0._0x4c1f60)]=_0x2c858c,_0x247de6[_0x3e896c(0x295,0x220,_0x5aa3d0._0x214664,_0x5aa3d0._0x81c350)]=_0x57e529?.[_0x3e896c(0x267,_0x5aa3d0._0x70852c,_0x5aa3d0._0xbabc14,_0x5aa3d0._0x1931bb)]===_0x3e896c(_0x5aa3d0._0x33f80c,_0x5aa3d0._0xeea6f3,0x1c3,0x1f3)?_0xe9717f['wtRCR']:_0x5b3e2d,_0x5d4fb8[_0x3e896c(0x13a,_0x5aa3d0._0x5bfb44,0x18e,0x154)](_0x44460e[_0x3e896c(_0x5aa3d0._0x42756e,0x1de,0x1ab,_0x5aa3d0._0x22e345)+'d'],_0x247de6);}}try{await _0xe9717f[_0x3f9c0c(-_0x5aa3d0._0x2ba41d,-_0x5aa3d0._0x4bbeae,-_0x5aa3d0._0x15015e,-0x172)](ensureAvatarsDir);const _0x2394f7=_0x3f9c0c(-0x1ce,-0x1a2,-0x173,-0x175)+_0xe2c4f5['user']['id']+'-'+Date[_0x3f9c0c(-0x1c8,-_0x5aa3d0._0x75bca1,-_0x5aa3d0._0x35d24f,-_0x5aa3d0._0x437265)]()+_0x3e896c(_0x5aa3d0._0x527858,0x1d5,0x174,0x25e),_0x29f882=_0x48015e['join'](AVATARS_DIR,_0x2394f7),_0x3cafe1={};_0x3cafe1['quality']=0x5a,await _0xe9717f[_0x3e896c(_0x5aa3d0._0xbb2885,_0x5aa3d0._0x440446,_0x5aa3d0._0x9e51e2,0x19f)](_0x28ad2c,_0xe2c4f5['file']['buffer'])[_0x3f9c0c(-0x1a1,-0x177,-_0x5aa3d0._0x3d0d26,-_0x5aa3d0._0x5af60a)](AVATAR_SIZE,AVATAR_SIZE,{'fit':_0xe9717f[_0x3e896c(0x1bf,0x21e,_0x5aa3d0._0xd3225,0x225)],'position':_0x3e896c(0x152,_0x5aa3d0._0x3ed6d1,0x1c4,_0x5aa3d0._0x8a31a9)})[_0x3e896c(0x12b,0x156,0x12a,0x145)](_0x3cafe1)[_0x3f9c0c(-0x1cf,-0x24d,-_0x5aa3d0._0x13349c,-_0x5aa3d0._0xdcd6f2)](_0x29f882);const _0x8de512=await _0xe9717f[_0x3f9c0c(-0x171,-_0x5aa3d0._0x4a457a,-0x13f,-_0x5aa3d0._0x35d24f)](findUserById,_0xe2c4f5[_0x3f9c0c(-0x275,-_0x5aa3d0._0x2c3baf,-_0x5aa3d0._0x292109,-_0x5aa3d0._0x4666a2)]['id']);if(_0x8de512[_0x3e896c(_0x5aa3d0._0x1a2905,0x1b1,0x18c,_0x5aa3d0._0x445753)]){const _0x5ed7d9=_0x48015e[_0x3e896c(0x1d0,0x170,_0x5aa3d0._0x117375,0x111)](AVATARS_DIR,_0x8de512[_0x3e896c(0x12d,_0x5aa3d0._0x153fd2,0x14a,_0x5aa3d0._0x9dc447)]);try{await _0x389097[_0x3f9c0c(-0x1df,-_0x5aa3d0._0x21959d,-0x1f4,-_0x5aa3d0._0x454dc1)](_0x5ed7d9);}catch(_0xd338fb){}}const _0x5d1aac={};_0x5d1aac[_0x3e896c(0x136,_0x5aa3d0._0x370d60,0x16c,0x1ca)]=_0x2394f7,await updateUser(_0xe2c4f5[_0x3e896c(0x1b6,_0x5aa3d0._0x1c99d7,_0x5aa3d0._0xcee3f,_0x5aa3d0._0x3dcf7a)]['id'],_0x5d1aac);const _0x265f95={};_0x265f95[_0x3f9c0c(-0x251,-_0x5aa3d0._0x2cdb17,-0x20b,-0x2c2)]=_0xe2c4f5[_0x3e896c(_0x5aa3d0._0x26d3a2,0x19a,0x1b2,_0x5aa3d0._0x3f378f)]['id'],_0x265f95[_0x3f9c0c(-_0x5aa3d0._0x4ed313,-_0x5aa3d0._0x1c080d,-_0x5aa3d0._0x3e2afc,-0x288)]=_0x2394f7,logger[_0x3e896c(0x24d,_0x5aa3d0._0x11534d,_0x5aa3d0._0x158c9e,_0x5aa3d0._0x4c944e)](_0xe9717f[_0x3e896c(_0x5aa3d0._0x2b7e1b,0x208,0x243,_0x5aa3d0._0x54f21d)],_0x265f95);const _0x3cba11={};_0x3cba11[_0x3e896c(0x1f7,0x1b1,_0x5aa3d0._0x293303,0x1b7)]=_0x2394f7,_0x3cba11[_0x3e896c(0x1fd,_0x5aa3d0._0x5c4fcd,_0x5aa3d0._0x253c31,0x1a5)]=_0x3e896c(0x161,_0x5aa3d0._0x5e68f6,_0x5aa3d0._0x98ca63,0x204)+_0x2394f7,_0x5ca2f5[_0x3f9c0c(-_0x5aa3d0._0x4eeb78,-0x19f,-_0x5aa3d0._0x5c69e6,-0x11d)](_0x3cba11);}catch(_0x44e19f){if(_0xe9717f[_0x3e896c(_0x5aa3d0._0x4ef709,_0x5aa3d0._0xd907e7,_0x5aa3d0._0x129fbe,_0x5aa3d0._0x462377)](_0xe9717f['OfcLk'],_0xe9717f['OfcLk'])){logger[_0x3e896c(0x207,0x1eb,_0x5aa3d0._0x5c07c5,_0x5aa3d0._0x3c04b7)](_0x3e896c(0x221,_0x5aa3d0._0x147c7f,0x1cd,_0x5aa3d0._0x1e6392)+_0x3e896c(0x1b0,0x1fb,0x25e,0x202)+_0x3e896c(_0x5aa3d0._0x481321,_0x5aa3d0._0x57e16e,0xe0,_0x5aa3d0._0x265a32),_0x44e19f);const _0x4c1adc={};_0x4c1adc[_0x3f9c0c(-0x14d,-0x1c6,-0x20f,-_0x5aa3d0._0x68b45)]=_0x3e896c(_0x5aa3d0._0xb43171,_0x5aa3d0._0x147c7f,0x1d0,_0x5aa3d0._0x1da024)+'upload\x20ava'+_0x3f9c0c(-0x1e9,-_0x5aa3d0._0x4ef709,-0x2b0,-0x26d),_0x5ca2f5[_0x3f9c0c(-_0x5aa3d0._0x43b0c0,-_0x5aa3d0._0x445753,-0x1ae,-0x1b3)](0x581*0x1+0x25ff+-0xa63*0x4)[_0x3e896c(0x253,0x212,_0x5aa3d0._0x352644,0x1eb)](_0x4c1adc);}else{const _0x190b3f={};return _0x190b3f['error']=_0xe9717f[_0x3e896c(0x1dd,_0x5aa3d0._0x12b81a,_0x5aa3d0._0xc0e326,_0x5aa3d0._0x414a81)],_0x52a33c[_0x3e896c(0x122,_0x5aa3d0._0x133f3f,0x1a0,0x1e0)](-0x82*0x22+0x1a21+-0x74d*0x1)[_0x3e896c(0x224,0x212,_0x5aa3d0._0x2e0af1,0x27a)](_0x190b3f);}}}),router['delete'](_0x13907f(0x48a,0x448,0x428,0x45e)+_0x23d47f(-0x3b,-0x105,-0xa6,-0x8a),requireAuth,async(_0x5328e5,_0x584305)=>{const _0xadfcf6={_0x556e11:0x19,_0x17270d:0x89,_0x1be608:0x48,_0x5e0bca:0x1b7,_0x2c7032:0x1db,_0x224274:0x63,_0x4f555d:0x1d,_0x3142b1:0x71,_0x3fccde:0x3c,_0x190402:0xab,_0xe93fb9:0x262,_0x266259:0x218,_0x567e80:0x217,_0x2ea08b:0xe8,_0x43f7ff:0x70,_0x35de6c:0xe2,_0x47a81d:0x4c,_0x5c8733:0x8,_0x3bba14:0x19,_0x546a3d:0x58,_0x24e465:0x32,_0x4dd56f:0x15,_0x19c596:0x7b,_0x4e85d2:0x88,_0x3dfaa9:0x92,_0x163746:0x145,_0x42b585:0x15c,_0x2b1a2a:0x19e,_0x5d34c7:0x264,_0x1b01c2:0x1ab,_0x59b457:0x214,_0x4a2a96:0x95,_0x27c24c:0x2e,_0x5a3503:0x185,_0x3c71d2:0x1b6,_0x58c230:0xd1,_0x2989ba:0x50,_0x400c4a:0x8a,_0x1fb7b3:0x1,_0x5073de:0xcd,_0x330846:0x1b4,_0x12095f:0x12,_0x102ceb:0x23e,_0x56d4e0:0x23e,_0x195efd:0x234,_0x4ab0ae:0x203,_0x501aa6:0x1d3,_0x1ee0ad:0xfd,_0x5c8a1e:0x15e,_0x887a38:0x166,_0xd1c31:0xdf,_0x1f15f4:0x18,_0x1f38f0:0x192,_0x5cb78b:0x13b,_0x1b51f9:0x1cf,_0x5ecc79:0x1a,_0x4039d8:0x4d,_0x26e29f:0x72,_0x50f3e4:0x18,_0x379fa8:0x52,_0x4547af:0x219,_0x27d945:0x1cd,_0xf2e22c:0x14f,_0x3dd842:0x196,_0x3af144:0x18b},_0x22d22e={_0x33b0c0:0xe},_0x210a28={_0x5a9cde:0x57},_0x2c516d={'rkSVB':_0xf8f116(-_0xadfcf6._0x556e11,-_0xadfcf6._0x17270d,-_0xadfcf6._0x1be608,-0x47),'nzDeM':_0x2f6b45(-0x1cf,-_0xadfcf6._0x5e0bca,-0x1ac,-0x228),'mdRPK':_0x2f6b45(-0x1a5,-_0xadfcf6._0x2c7032,-0xfd,-0x16b),'CAbfO':function(_0x420818,_0x1a2a74,_0x2ca32f){return _0x420818(_0x1a2a74,_0x2ca32f);},'fEmlZ':function(_0x19b0aa,_0x4c84aa){return _0x19b0aa(_0x4c84aa);},'zfWBV':'Invalid\x20fi'+_0xf8f116(_0xadfcf6._0x224274,-0x31,-_0xadfcf6._0x4f555d,_0xadfcf6._0x3142b1)+'nly\x20JPEG,\x20'+_0xf8f116(_0xadfcf6._0x3fccde,_0xadfcf6._0x190402,0x31,0x7)+_0x2f6b45(-_0xadfcf6._0xe93fb9,-0x24d,-_0xadfcf6._0x266259,-_0xadfcf6._0x567e80)+_0xf8f116(0x26,_0xadfcf6._0x2ea08b,_0xadfcf6._0x43f7ff,_0xadfcf6._0x35de6c)+'.','NwGfY':function(_0x5dc0d3,_0x50385b){return _0x5dc0d3!==_0x50385b;},'KrYtZ':_0xf8f116(-_0xadfcf6._0x47a81d,-0x70,_0xadfcf6._0x5c8733,-_0xadfcf6._0x3bba14),'zSXFc':_0xf8f116(-_0xadfcf6._0x546a3d,_0xadfcf6._0x24e465,_0xadfcf6._0x4dd56f,0x4c),'WdWvc':_0xf8f116(_0xadfcf6._0x19c596,_0xadfcf6._0x4e85d2,0x5f,-0x22)+_0xf8f116(0x57,0x102,_0xadfcf6._0x3dfaa9,_0xadfcf6._0x556e11),'BzCcJ':_0x2f6b45(-_0xadfcf6._0x163746,-_0xadfcf6._0x42b585,-0x161,-0x14b)+_0x2f6b45(-_0xadfcf6._0x2b1a2a,-0x1ab,-0x23b,-0x1cf)+'tar'};function _0xf8f116(_0x4a2273,_0x27ed6d,_0x1d4f61,_0x5d9c40){return _0x23d47f(_0x4a2273-0x16d,_0x27ed6d,_0x1d4f61-0x102,_0x5d9c40-_0x210a28._0x5a9cde);}function _0x2f6b45(_0x56d719,_0x31e11b,_0x1c8209,_0x65795a){return _0x23d47f(_0x56d719-_0x22d22e._0x33b0c0,_0x1c8209,_0x65795a- -0xd8,_0x65795a-0xb7);}try{if(_0x2c516d['NwGfY'](_0x2c516d[_0x2f6b45(-_0xadfcf6._0x5d34c7,-0x25f,-_0xadfcf6._0x1b01c2,-_0xadfcf6._0x59b457)],_0x2c516d[_0xf8f116(0x2a,_0xadfcf6._0x4a2a96,_0xadfcf6._0x27c24c,-0x1c)])){const _0x272862=await _0x2c516d[_0x2f6b45(-_0xadfcf6._0x5a3503,-_0xadfcf6._0x3c71d2,-_0xadfcf6._0x58c230,-0x158)](findUserById,_0x5328e5[_0xf8f116(-0x12,-_0xadfcf6._0x2989ba,-0x29,-0x8f)]['id']);if(_0x272862['avatar']){const _0x860051=_0x48015e[_0xf8f116(-_0xadfcf6._0x400c4a,_0xadfcf6._0x1fb7b3,-0x53,-_0xadfcf6._0x5073de)](AVATARS_DIR,_0x272862[_0x2f6b45(-_0xadfcf6._0x330846,-0x181,-0x18a,-0x1ec)]);try{await _0x389097['unlink'](_0x860051);}catch(_0x5786eb){}const _0x85e678={};_0x85e678[_0xf8f116(-0x2a,-0x1b,-_0xadfcf6._0x12095f,0x22)]=null,await _0x2c516d['CAbfO'](updateUser,_0x5328e5[_0x2f6b45(-0x18f,-_0xadfcf6._0x102ceb,-_0xadfcf6._0x56d4e0,-0x203)]['id'],_0x85e678);const _0x4a5097={};_0x4a5097['userId']=_0x5328e5[_0x2f6b45(-0x24d,-0x284,-_0xadfcf6._0x195efd,-_0xadfcf6._0x4ab0ae)]['id'],logger['info'](_0x2c516d[_0x2f6b45(-0x256,-0x1f7,-_0xadfcf6._0x501aa6,-0x24c)],_0x4a5097);}const _0x1df4ee={};_0x1df4ee['message']=_0x2c516d['WdWvc'],_0x584305[_0xf8f116(0x99,-0x4,0x4f,0xb7)](_0x1df4ee);}else{const _0x24aa69=[_0x2c516d[_0x2f6b45(-_0xadfcf6._0x1ee0ad,-0x1bb,-0x103,-0x154)],_0x2f6b45(-_0xadfcf6._0x5c8a1e,-_0xadfcf6._0x887a38,-_0xadfcf6._0xd1c31,-0x13b),_0x2c516d['nzDeM'],_0x2c516d[_0xf8f116(0x2,-0x3e,-_0xadfcf6._0x1f15f4,-0x81)]];_0x24aa69[_0x2f6b45(-_0xadfcf6._0x1f38f0,-0x240,-0x241,-0x213)](_0x56bb64[_0x2f6b45(-_0xadfcf6._0x5cb78b,-0x20c,-_0xadfcf6._0x1b51f9,-0x197)])?_0x2c516d[_0xf8f116(0x52,_0xadfcf6._0x5ecc79,-0x33,_0xadfcf6._0x4039d8)](_0x31768,null,!![]):_0x2c516d['fEmlZ'](_0x13b94f,new _0x46c40e(_0x2c516d[_0xf8f116(-_0xadfcf6._0x26e29f,_0xadfcf6._0x50f3e4,-0x26,-_0xadfcf6._0x379fa8)]));}}catch(_0x53c324){logger['error'](_0x2c516d['BzCcJ'],_0x53c324);const _0x562c1d={};_0x562c1d[_0x2f6b45(-0x139,-_0xadfcf6._0x4547af,-_0xadfcf6._0x27d945,-0x1b2)]=_0x2c516d[_0x2f6b45(-0x199,-0x1ff,-_0xadfcf6._0xf2e22c,-_0xadfcf6._0x3dd842)],_0x584305['status'](0x1b53+0x16c5+-0x3024)[_0x2f6b45(-0x1cd,-0x1a9,-0x1b2,-_0xadfcf6._0x3af144)](_0x562c1d);}}),router[_0x23d47f(-0x181,-0x18e,-0x170,-0x19f)](_0x13907f(0x440,0x484,0x3d5,0x45e)+_0x23d47f(-0xb8,-0x84,-0xee,-0x15d),requireAuth,async(_0xc6ecfc,_0x50c38e)=>{const _0x3f0a78={_0x4364da:0x305,_0x3fe876:0x348,_0x1b2a62:0x370,_0x50face:0x37c,_0x78620b:0x3f7,_0x5334bc:0x406,_0xee6299:0x3e4,_0x4e2d26:0x436,_0x46510d:0x476,_0x29d20c:0x3ba,_0x347fa1:0x434,_0x562d08:0x470,_0x227274:0x35b,_0x5b4caf:0x37f,_0x19b9ed:0x41f,_0x1d2729:0x496,_0x57397c:0x42b,_0x19915f:0x435,_0xe34dc6:0x3f1,_0x13ead3:0x4f5,_0x117747:0x3e7,_0x5afd10:0x3c8,_0x8f3fa7:0x479,_0x4f9ff9:0x443,_0x3dd5ee:0x3f2,_0x210d46:0x359,_0x422b3b:0x3b9,_0x36a0c2:0x38c,_0x123b27:0x3f3,_0x410d5b:0x3d4,_0x30c733:0x3f3,_0x150f63:0x4c0,_0x379baa:0x49f,_0x194abe:0x4e6,_0x3d0619:0x448,_0x557726:0x43c,_0x518ef2:0x408,_0x2ec46a:0x480,_0xd09a39:0x37b,_0x4db535:0x43a,_0x5accad:0x427,_0x221143:0x394,_0x38297e:0x451,_0x56eb45:0x48c,_0x1c3fff:0x4d5,_0x5d8952:0x422,_0x559a17:0x3ec,_0x653903:0x39b,_0x55db1a:0x385,_0x3bc956:0x3fb,_0x51eae5:0x44c,_0x293204:0x43f,_0x55a25e:0x4b1,_0x25fedf:0x420,_0x217a8b:0x3cb,_0x5e388f:0x42a,_0x1642c7:0x3a0,_0x47c9c6:0x429,_0x289e98:0x3cb,_0xd2971a:0x41c,_0x220fef:0x36b,_0x290baa:0x3c0,_0x55087e:0x3a7,_0x14ba76:0x3cd,_0x5c0874:0x380,_0x57bdbd:0x3c6,_0x35a0cb:0x33b,_0x1cee06:0x3b4,_0x4a4480:0x3e6,_0x27dff4:0x402,_0x7d5698:0x3ac,_0x71e81d:0x3e8,_0x56f761:0x3e9,_0x2091df:0x395,_0x453a9d:0x39c,_0x23d2a:0x35b,_0x5e5314:0x3a8,_0x42bc74:0x371,_0x160006:0x384,_0x356ede:0x3e0,_0x387e85:0x3d8,_0x57b656:0x43b,_0xc017aa:0x330,_0x1cc95a:0x3be,_0x58c161:0x308,_0x57cef3:0x36e,_0xcb4bf1:0x313,_0x1145de:0x480,_0x192ae8:0x368,_0x5074ad:0x3b4,_0x394c28:0x3b6,_0x1bc2df:0x3dd,_0x562e1a:0x3b9,_0x3aec2a:0x31f,_0x1c3c01:0x37b,_0x3c5f72:0x36a,_0x12d432:0x34a,_0x19cf63:0x391,_0x3fcc3f:0x3de,_0x30e49e:0x48e,_0x168bc8:0x484,_0x665501:0x399,_0x545e1c:0x3d8,_0x37cac6:0x3db,_0x26d993:0x404,_0x5d6f7e:0x325,_0x5f0094:0x391,_0x5f0684:0x3e4,_0x5774b7:0x418,_0x23f2c5:0x44c,_0x3d9ffb:0x4e2,_0x5bd777:0x46c,_0x3b89ed:0x3fa,_0x20522b:0x3a3,_0x1440cb:0x418,_0x80e131:0x4e9,_0x535889:0x46a,_0x2b7472:0x3d0,_0x5d8e0c:0x431,_0x552a77:0x394,_0x50b165:0x438,_0x119df4:0x3e0,_0x328df4:0x39a,_0xc9e141:0x463,_0x307ddc:0x4b3,_0x4abe8d:0x426,_0x329f8b:0x383,_0x54e902:0x407,_0x2744b1:0x38e,_0x2327d6:0x417,_0x3adf6e:0x3bb,_0x5e506d:0x472,_0x590b1d:0x400,_0x593da9:0x337,_0x9de7af:0x404,_0x4a0372:0x3b0,_0x1b225e:0x41b,_0x391041:0x43d,_0x529d6b:0x3bd,_0xbbd626:0x40f,_0x3a49cc:0x3fe,_0x5170a0:0x3d2,_0x4b962b:0x412,_0x2dd0c8:0x45c,_0x5c542e:0x347,_0xa83460:0x43a,_0xb690d:0x362,_0x55ade2:0x385,_0x18ca4c:0x41a,_0x27f738:0x36d,_0xd30873:0x430,_0x26d35f:0x442,_0x5a50c4:0x451,_0xbd7cf2:0x3e5,_0x51b81d:0x425,_0x49d3bb:0x3a9,_0x9853ee:0x4b4,_0x26eeee:0x3e1,_0x25e927:0x3f2,_0x5609b9:0x39f,_0x2f133f:0x3e6,_0xbce27e:0x366,_0x56fb20:0x440,_0x4540f3:0x41a},_0x45ed86={_0x1effe4:0x258,_0x99cfc4:0x2a8,_0x334b2e:0x46b,_0x3a0726:0x532,_0x4bbc3f:0x4ef,_0x1f81d9:0x4fa,_0x4f1e06:0x47d,_0x6474e6:0x2be,_0xb46618:0x274,_0x16dacd:0x28c,_0x2ae271:0x2c6,_0x5f27da:0x2a4,_0x1a079e:0x289,_0x4ba2a5:0x312,_0x10eee7:0x237,_0x5d6cf7:0x430,_0x1db99c:0x49c,_0x1e48ac:0x4fd,_0xabee5b:0x493,_0x12b3ab:0x493,_0x478583:0x4b5,_0x33f244:0x29b,_0x28546b:0x2a3,_0x3c00c5:0x4a3,_0x4c7b25:0x1f9,_0x399a0e:0x260,_0x418183:0x1f5},_0x260abb={_0x4eafb4:0x45b,_0x5c88ac:0x3d8,_0x9e848b:0x38e,_0x3f432c:0x3dd,_0x2e888d:0x329,_0x3ad9e7:0x3cb,_0x5ea571:0x3b4,_0x1e7bcd:0x319,_0x4f1f28:0x29a},_0x25aecf={_0x3f383:0x4ff},_0x103cdd={_0x117474:0x1ee,_0x1a2492:0x3a},_0x3adbae={'yAdSp':function(_0x57134b,_0x17eb54,_0x42f97f,_0x516ac4){return _0x57134b(_0x17eb54,_0x42f97f,_0x516ac4);},'demNU':_0xe3ce9c(_0x3f0a78._0x4364da,_0x3f0a78._0x3fe876,_0x3f0a78._0x1b2a62,_0x3f0a78._0x50face)+_0xe3ce9c(0x3e6,_0x3f0a78._0x78620b,_0x3f0a78._0x5334bc,0x39e)+_0xe3ce9c(0x473,0x422,_0x3f0a78._0xee6299,0x3f3),'Wgrur':_0xe3ce9c(_0x3f0a78._0x4e2d26,0x4ea,0x46d,_0x3f0a78._0x46510d)+_0xe3ce9c(0x3d8,0x417,_0x3f0a78._0x29d20c,_0x3f0a78._0x347fa1)+_0xaa204c(0x462,0x4d9,_0x3f0a78._0x562d08,0x4c8),'HNeky':_0xe3ce9c(_0x3f0a78._0x227274,0x341,0x34f,_0x3f0a78._0x5b4caf)+_0xe3ce9c(0x462,_0x3f0a78._0x19b9ed,_0x3f0a78._0x1d2729,0x43f),'SygaS':_0xe3ce9c(0x468,0x48f,_0x3f0a78._0x57397c,0x423)+'\x20successfu'+_0xe3ce9c(_0x3f0a78._0x19915f,0x420,0x3e9,_0x3f0a78._0xe34dc6),'NYXDA':_0xe3ce9c(_0x3f0a78._0x13ead3,_0x3f0a78._0x117747,0x429,0x476)+_0xe3ce9c(_0x3f0a78._0x5afd10,_0x3f0a78._0x8f3fa7,_0x3f0a78._0x4f9ff9,_0x3f0a78._0x3dd5ee)+_0xaa204c(_0x3f0a78._0x210d46,_0x3f0a78._0x422b3b,_0x3f0a78._0x36a0c2,_0x3f0a78._0x123b27),'JWEaw':function(_0x46ae40,_0x3649a6,_0x33d7c1){return _0x46ae40(_0x3649a6,_0x33d7c1);},'cRyYB':_0xaa204c(_0x3f0a78._0x50face,0x442,_0x3f0a78._0x410d5b,_0x3f0a78._0x30c733),'xdLRq':function(_0xa944ec,_0x506ad6){return _0xa944ec!==_0x506ad6;},'fyrAH':_0xaa204c(_0x3f0a78._0x150f63,0x4c2,_0x3f0a78._0x379baa,_0x3f0a78._0x194abe)+'t','SSWtU':function(_0x10795c,_0x22c533){return _0x10795c(_0x22c533);},'BhjIb':_0xaa204c(0x3ef,_0x3f0a78._0x3d0619,0x3dc,0x365),'dPQjF':function(_0x2567d5,_0x39b713,_0x1c1bef){return _0x2567d5(_0x39b713,_0x1c1bef);},'BDerN':_0xe3ce9c(_0x3f0a78._0x557726,0x453,_0x3f0a78._0x518ef2,0x458),'BgxAs':function(_0x43d723,_0x38ed34){return _0x43d723===_0x38ed34;},'XsjSM':'ycgsT','fVSDJ':function(_0x2285f5,_0x9a1eda){return _0x2285f5!==_0x9a1eda;},'spVJg':function(_0x35ace5,_0x7c4b02){return _0x35ace5>_0x7c4b02;},'vkxBh':function(_0x437686,_0x4c22dc){return _0x437686===_0x4c22dc;},'QBjQg':_0xe3ce9c(0x355,0x3c6,0x34d,0x3ce),'TdKTI':function(_0x50de82,_0x47be9f){return _0x50de82===_0x47be9f;},'EeEEp':_0xe3ce9c(0x481,_0x3f0a78._0x2ec46a,0x403,_0x3f0a78._0x46510d)+_0xe3ce9c(_0x3f0a78._0xd09a39,0x395,0x341,0x3c2)+_0xaa204c(_0x3f0a78._0x4db535,0x412,_0x3f0a78._0x5accad,0x482)+_0xe3ce9c(0x43c,_0x3f0a78._0x221143,0x3c7,0x406),'BQpkC':_0xaa204c(0x421,_0x3f0a78._0x38297e,_0x3f0a78._0x56eb45,_0x3f0a78._0x1c3fff)+'get\x20access'+_0xaa204c(0x47a,0x395,_0x3f0a78._0x5d8952,_0x3f0a78._0x559a17)};function _0xe3ce9c(_0x2ec78c,_0x16ca27,_0x28c295,_0x5f162e){return _0x13907f(_0x2ec78c-0x94,_0x28c295,_0x28c295-_0x103cdd._0x117474,_0x5f162e- -_0x103cdd._0x1a2492);}function _0xaa204c(_0xdfedaa,_0x517865,_0x32cea4,_0x454f32){return _0x23d47f(_0xdfedaa-0x1cd,_0x517865,_0x32cea4-_0x25aecf._0x3f383,_0x454f32-0xdc);}try{const _0x4bdd51=_0xc6ecfc['user']['id'],_0x187b46=await getTeamsByUserId(_0x4bdd51),_0x4fd47f=await Promise[_0xaa204c(_0x3f0a78._0x221143,_0x3f0a78._0x653903,0x3d5,_0x3f0a78._0x55db1a)](_0x187b46['map'](async _0x2d6d5d=>{const _0x1cc13c={_0x401b8b:0x8d,_0xf57255:0x10e};function _0x5b1232(_0x14ceee,_0xc7195f,_0x4dd419,_0x28a261){return _0xe3ce9c(_0x14ceee-_0x1cc13c._0x401b8b,_0xc7195f-0x119,_0x4dd419,_0x14ceee-_0x1cc13c._0xf57255);}function _0x30594e(_0x4633e6,_0x206fbf,_0x5e4b8d,_0x920371){return _0xe3ce9c(_0x4633e6-0xd0,_0x206fbf-0x106,_0x4633e6,_0x206fbf- -0xa7);}const _0x1349a8=await _0x3adbae['yAdSp'](hasPermission,_0x4bdd51,_0x3adbae[_0x30594e(_0x260abb._0x4eafb4,_0x260abb._0x5c88ac,_0x260abb._0x9e848b,_0x260abb._0x3f432c)],_0x2d6d5d['id']),_0xed186f={};return _0xed186f['id']=_0x2d6d5d['id'],_0xed186f[_0x30594e(_0x260abb._0x2e888d,0x30e,0x2ce,0x38f)]=_0x2d6d5d['name'],_0xed186f[_0x30594e(_0x260abb._0x3ad9e7,_0x260abb._0x5ea571,0x35e,0x3f2)+_0x30594e(0x396,_0x260abb._0x1e7bcd,_0x260abb._0x4f1f28,0x37c)]=_0x1349a8,_0xed186f;})),_0x36eadf=new Map(),_0xf8832f=await _0x3adbae[_0xaa204c(_0x3f0a78._0x3bc956,_0x3f0a78._0x51eae5,_0x3f0a78._0x293204,_0x3f0a78._0x55a25e)](getBindingsBySubject,_0x3adbae[_0xe3ce9c(_0x3f0a78._0x25fedf,0x3d6,0x416,0x44d)],_0x4bdd51);for(const _0x152d89 of _0xf8832f){if(_0x3adbae['xdLRq'](_0x152d89[_0xe3ce9c(0x3ca,0x36f,0x3a4,_0x3f0a78._0x217a8b)+_0xe3ce9c(0x3af,_0x3f0a78._0x5e388f,_0x3f0a78._0x25fedf,_0x3f0a78._0x1642c7)],_0x3adbae['fyrAH'])||!_0x152d89['resource_i'+'d'])continue;const _0x239936=await _0x3adbae[_0xaa204c(_0x3f0a78._0x25fedf,0x40a,_0x3f0a78._0x47c9c6,0x3ca)](getRoleById,_0x152d89['role_id']),_0x1351f6=_0x239936?_0x239936[_0xaa204c(0x368,0x3c9,_0x3f0a78._0x289e98,_0x3f0a78._0xd2971a)]:_0x152d89[_0xaa204c(0x3ec,_0x3f0a78._0x220fef,0x3b9,0x3df)],_0x4cd909=_0x239936?_0x239936[_0xaa204c(_0x3f0a78._0x290baa,_0x3f0a78._0x19b9ed,_0x3f0a78._0x55087e,_0x3f0a78._0x14ba76)+'s'][_0xe3ce9c(_0x3f0a78._0x5c0874,_0x3f0a78._0x57bdbd,_0x3f0a78._0x35a0cb,0x3a5)]:-0x1fc+0x1148+-0xf4c,_0x427606=_0x36eadf['get'](_0x152d89[_0xe3ce9c(_0x3f0a78._0x1cee06,_0x3f0a78._0x4a4480,0x476,_0x3f0a78._0x27dff4)+'d']);(!_0x427606||_0x4cd909>_0x427606[_0xe3ce9c(0x3f0,_0x3f0a78._0x7d5698,_0x3f0a78._0x71e81d,_0x3f0a78._0x56f761)+_0xe3ce9c(0x3c3,_0x3f0a78._0x2091df,0x36a,_0x3f0a78._0x453a9d)])&&_0x36eadf[_0xaa204c(0x3f3,_0x3f0a78._0x23d2a,0x384,0x359)](_0x152d89[_0xaa204c(0x465,_0x3f0a78._0x5e5314,0x418,0x49c)+'d'],{'name':_0x152d89['resource_i'+'d'],'roleName':_0x1351f6,'rolePermCount':_0x4cd909,'via':_0x3adbae[_0xe3ce9c(_0x3f0a78._0x42bc74,0x369,_0x3f0a78._0x160006,_0x3f0a78._0x356ede)]});}for(const _0x13cdad of _0x187b46){const _0x436475=await _0x3adbae['dPQjF'](getBindingsBySubject,_0x3adbae['BDerN'],_0x13cdad['id']);for(const _0x5322b7 of _0x436475){if(_0x3adbae[_0xaa204c(_0x3f0a78._0x387e85,0x3d3,_0x3f0a78._0x57b656,0x3de)](_0x3adbae[_0xaa204c(_0x3f0a78._0xc017aa,_0x3f0a78._0x1cc95a,0x391,0x302)],_0x3adbae[_0xe3ce9c(_0x3f0a78._0x58c161,_0x3f0a78._0x57cef3,_0x3f0a78._0xcb4bf1,_0x3f0a78._0xd09a39)])){if(_0x3adbae[_0xe3ce9c(0x459,0x4b9,0x442,_0x3f0a78._0x1145de)](_0x5322b7[_0xe3ce9c(0x41a,0x373,_0x3f0a78._0x192ae8,0x3cb)+_0xaa204c(_0x3f0a78._0x5074ad,0x380,_0x3f0a78._0x394c28,0x356)],_0x3adbae['fyrAH'])||!_0x5322b7[_0xe3ce9c(_0x3f0a78._0x57bdbd,_0x3f0a78._0x1bc2df,0x379,0x402)+'d'])continue;const _0x2c9f66=await getRoleById(_0x5322b7[_0xaa204c(0x3c8,0x3f8,_0x3f0a78._0x562e1a,0x411)]),_0x2ac017=_0x2c9f66?_0x2c9f66['name']:_0x5322b7[_0xe3ce9c(_0x3f0a78._0x3aec2a,0x419,_0x3f0a78._0x1c3c01,0x3a3)],_0x50d08f=_0x2c9f66?_0x2c9f66[_0xe3ce9c(_0x3f0a78._0x3c5f72,0x388,_0x3f0a78._0x12d432,_0x3f0a78._0x19cf63)+'s'][_0xe3ce9c(_0x3f0a78._0x3fcc3f,0x3aa,_0x3f0a78._0x3c5f72,0x3a5)]:0x9c*-0xd+-0x1f*0x29+0x1*0xce3,_0x1fcce8=_0xaa204c(0x41d,_0x3f0a78._0x30e49e,_0x3f0a78._0x168bc8,0x470)+_0x13cdad[_0xaa204c(_0x3f0a78._0x665501,0x39c,0x3cb,_0x3f0a78._0x545e1c)],_0x5e06a4=_0x36eadf[_0xe3ce9c(0x3e2,_0x3f0a78._0x37cac6,0x3a4,0x379)](_0x5322b7[_0xe3ce9c(0x441,_0x3f0a78._0x26d993,0x419,0x402)+'d']);if(!_0x5e06a4||_0x3adbae['spVJg'](_0x50d08f,_0x5e06a4['rolePermCo'+_0xaa204c(0x372,_0x3f0a78._0x5d6f7e,0x3b2,_0x3f0a78._0x5f0094)])){if(_0x3adbae['vkxBh'](_0xaa204c(_0x3f0a78._0x71e81d,0x36f,_0x3f0a78._0x5f0684,_0x3f0a78._0x5774b7),_0x3adbae[_0xe3ce9c(_0x3f0a78._0x23f2c5,0x3fe,_0x3f0a78._0x3d9ffb,_0x3f0a78._0x5bd777)]))_0x36eadf[_0xe3ce9c(_0x3f0a78._0x3b89ed,0x360,0x36d,0x36e)](_0x5322b7[_0xe3ce9c(_0x3f0a78._0x8f3fa7,0x3df,0x3ba,0x402)+'d'],{'name':_0x5322b7[_0xaa204c(0x42a,_0x3f0a78._0x20522b,_0x3f0a78._0x1440cb,0x48d)+'d'],'roleName':_0x2ac017,'rolePermCount':_0x50d08f,'via':_0x3adbae[_0xe3ce9c(_0x3f0a78._0x80e131,_0x3f0a78._0x5accad,_0x3f0a78._0x535889,0x481)](_0x5e06a4?.[_0xaa204c(0x41e,_0x3f0a78._0x2b7472,0x45a,_0x3f0a78._0x5d8e0c)],'direct')?_0x3adbae[_0xe3ce9c(0x432,_0x3f0a78._0x552a77,_0x3f0a78._0x50b165,_0x3f0a78._0x119df4)]:_0x1fcce8});else{const _0x35591a={_0x436df7:0x17f,_0x3b9cde:0x2c},_0xcf8f6d={};_0xcf8f6d['lQadQ']=_0x3adbae[_0xaa204c(0x3ea,0x391,_0x3f0a78._0x328df4,0x402)],_0xcf8f6d[_0xe3ce9c(_0x3f0a78._0xc9e141,_0x3f0a78._0x30e49e,_0x3f0a78._0x307ddc,_0x3f0a78._0x4abe8d)]=_0x3adbae[_0xe3ce9c(0x3f0,_0x3f0a78._0x329f8b,_0x3f0a78._0x54e902,0x404)],_0xcf8f6d[_0xaa204c(0x417,0x3f9,_0x3f0a78._0x2744b1,0x39e)]=_0x3adbae[_0xe3ce9c(_0x3f0a78._0x2327d6,_0x3f0a78._0x3b89ed,_0x3f0a78._0x3adf6e,0x43a)];const _0x1bb1ea=_0xcf8f6d,_0x365498=_0x5ded4f[_0xe3ce9c(0x450,_0x3f0a78._0x5e506d,0x3e6,_0x3f0a78._0x590b1d)]?.[_0xaa204c(_0x3f0a78._0x593da9,0x402,0x386,_0x3f0a78._0x9de7af)],_0x593219=_0x8da1a7['session']?.[_0xaa204c(0x38e,0x39b,_0x3f0a78._0x4a0372,0x396)];_0x37fc87['session'][_0xaa204c(0x3d4,_0x3f0a78._0x1b225e,_0x3f0a78._0x391041,0x4aa)](_0x191f69=>{if(_0x191f69){const _0x25b17c={};_0x25b17c[_0x264ff1(0x221,_0x45ed86._0x1effe4,_0x45ed86._0x99cfc4,0x268)]=_0x365498,_0x25b17c['username']=_0x593219,_0x3f4029['error'](_0x1bb1ea[_0x3a6bbf(_0x45ed86._0x334b2e,0x4a0,0x4d9,0x526)],_0x191f69,_0x25b17c);const _0x1c2888={};return _0x1c2888[_0x3a6bbf(_0x45ed86._0x3a0726,0x533,0x4cf,_0x45ed86._0x4bbc3f)]=_0x1bb1ea[_0x3a6bbf(0x4ff,_0x45ed86._0x1f81d9,0x4e6,_0x45ed86._0x4f1e06)],_0x1c2888[_0x264ff1(_0x45ed86._0x6474e6,_0x45ed86._0xb46618,0x23e,_0x45ed86._0x16dacd)]=_0x1bb1ea[_0x264ff1(_0x45ed86._0x2ae271,0x301,0x38d,0x344)],_0x5f37db[_0x264ff1(_0x45ed86._0x5f27da,_0x45ed86._0x1a079e,_0x45ed86._0x4ba2a5,_0x45ed86._0x10eee7)](0x2*0xf05+-0x1ccf+0xb9)['json'](_0x1c2888);}const _0x5eb18e={};_0x5eb18e[_0x3a6bbf(0x402,0x453,_0x45ed86._0x5d6cf7,0x3ae)]=_0x365498,_0x5eb18e[_0x3a6bbf(0x45f,0x47d,0x45a,_0x45ed86._0x1db99c)]=_0x593219;function _0x264ff1(_0x45f0be,_0x572b4d,_0x28739d,_0x34d255){return _0xe3ce9c(_0x45f0be-_0x35591a._0x436df7,_0x572b4d-_0x35591a._0x3b9cde,_0x45f0be,_0x572b4d- -0x118);}_0x379933[_0x3a6bbf(0x57a,0x57c,_0x45ed86._0x1e48ac,_0x45ed86._0xabee5b)]('User\x20logge'+_0x3a6bbf(_0x45ed86._0x12b3ab,_0x45ed86._0x478583,0x4be,0x46a),_0x5eb18e),_0x29857e[_0x264ff1(_0x45ed86._0x33f244,0x2eb,0x333,_0x45ed86._0x28546b)+'e']('coder.sid');const _0x320dd1={};function _0x3a6bbf(_0xed8f36,_0x5eacfc,_0x423fa1,_0x375d16){return _0xaa204c(_0xed8f36-0x182,_0x375d16,_0x423fa1-0xaa,_0x375d16-0x1cc);}_0x320dd1[_0x3a6bbf(0x41d,0x458,0x44c,_0x45ed86._0x3c00c5)]=_0x1bb1ea[_0x264ff1(_0x45ed86._0x4c7b25,_0x45ed86._0x399a0e,0x2db,_0x45ed86._0x418183)],_0xecfe34['json'](_0x320dd1);});}}}else{_0x401827[_0xe3ce9c(0x3e0,0x3e1,_0x3f0a78._0x529d6b,_0x3f0a78._0xbbd626)](_0x3adbae[_0xe3ce9c(0x396,_0x3f0a78._0x3a49cc,0x42d,_0x3f0a78._0x5170a0)],_0x4ebde0);const _0x385641={};_0x385641[_0xaa204c(_0x3f0a78._0x4b962b,0x413,0x425,0x3cc)]=_0x3adbae[_0xe3ce9c(_0x3f0a78._0x2dd0c8,0x41e,_0x3f0a78._0x5c542e,0x3d2)],_0x47e6ef['status'](-0x2f*-0xca+-0x5*0x133+-0x1d23*0x1)[_0xaa204c(0x47e,_0x3f0a78._0xa83460,0x44c,0x3d0)](_0x385641);}}}const _0x259b02=[..._0x36eadf[_0xe3ce9c(_0x3f0a78._0xb690d,0x364,_0x3f0a78._0x55ade2,0x3d8)]()][_0xe3ce9c(0x42c,_0x3f0a78._0x18ca4c,_0x3f0a78._0x27f738,0x3dd)](({rolePermCount:_0x201bc0,..._0x3c645d})=>_0x3c645d),_0x56a987={};_0x56a987[_0xaa204c(0x406,0x417,0x3fb,_0x3f0a78._0xd30873)]=_0x4fd47f,_0x56a987['environmen'+'ts']=_0x259b02,_0x50c38e[_0xe3ce9c(_0x3f0a78._0x26d35f,_0x3f0a78._0x5a50c4,_0x3f0a78._0x56eb45,_0x3f0a78._0x4e2d26)](_0x56a987);}catch(_0x44f2e7){logger[_0xaa204c(_0x3f0a78._0xbd7cf2,_0x3f0a78._0x19915f,_0x3f0a78._0x51b81d,_0x3f0a78._0x49d3bb)](_0x3adbae[_0xe3ce9c(_0x3f0a78._0xe34dc6,_0x3f0a78._0x9853ee,0x45a,0x472)],_0x44f2e7);const _0x3e2775={};_0x3e2775[_0xe3ce9c(0x488,_0x3f0a78._0x26eeee,_0x3f0a78._0x25e927,_0x3f0a78._0xbbd626)]=_0x3adbae[_0xe3ce9c(0x3a3,0x366,_0x3f0a78._0x5609b9,_0x3f0a78._0x2f133f)],_0x50c38e[_0xaa204c(0x402,_0x3f0a78._0xbce27e,0x3b7,_0x3f0a78._0x56fb20)](-0xa20+0x1a32+-0x1*0xe1e)[_0xe3ce9c(0x46b,0x4b5,_0x3f0a78._0x4540f3,0x436)](_0x3e2775);}});export default router;
|