@profoundlogic/coderflow-server 0.4.9 → 0.5.0

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.
Files changed (166) hide show
  1. package/README.md +6 -0
  2. package/dist/README.md +6 -0
  3. package/dist/coder-server.js +1 -1
  4. package/dist/config.js +1 -1
  5. package/dist/lib/agent-keepalive.js +1 -1
  6. package/dist/lib/agent-models.js +1 -1
  7. package/dist/lib/api-keys.js +1 -1
  8. package/dist/lib/apiKeys.js +1 -1
  9. package/dist/lib/app-server-ports.js +1 -1
  10. package/dist/lib/auto-judge.js +1 -1
  11. package/dist/lib/automation-service.js +1 -1
  12. package/dist/lib/basic-auth.js +1 -1
  13. package/dist/lib/bindings.js +1 -1
  14. package/dist/lib/build-history.js +1 -1
  15. package/dist/lib/build-output-service.js +1 -1
  16. package/dist/lib/build-scheduler.js +1 -1
  17. package/dist/lib/build-service.js +1 -1
  18. package/dist/lib/ca-certificates.js +1 -1
  19. package/dist/lib/claude-oauth-refresh.js +1 -1
  20. package/dist/lib/cli/build.js +1 -1
  21. package/dist/lib/cli/config-command.js +1 -1
  22. package/dist/lib/cli/config.js +1 -1
  23. package/dist/lib/cli/create-user.js +1 -1
  24. package/dist/lib/cli/init.js +1 -1
  25. package/dist/lib/cli/jira.js +1 -1
  26. package/dist/lib/cli/license.js +1 -1
  27. package/dist/lib/cli/migrate-rbac.js +1 -1
  28. package/dist/lib/cli/server-manager.js +1 -1
  29. package/dist/lib/config-migration.js +1 -1
  30. package/dist/lib/container-credential-sync.js +1 -1
  31. package/dist/lib/container-tokens.js +1 -1
  32. package/dist/lib/data-dir.js +1 -1
  33. package/dist/lib/deployment-history.js +1 -1
  34. package/dist/lib/deployment-service.js +1 -1
  35. package/dist/lib/docker-utils.js +1 -1
  36. package/dist/lib/email.js +1 -1
  37. package/dist/lib/emailTemplates.js +1 -1
  38. package/dist/lib/entitlement.js +1 -1
  39. package/dist/lib/external-connections.js +1 -1
  40. package/dist/lib/fetch-utils.js +1 -1
  41. package/dist/lib/git-commit-details-route.js +1 -1
  42. package/dist/lib/git-history-diff-guardrails.js +1 -1
  43. package/dist/lib/git-provider-service.js +1 -1
  44. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  45. package/dist/lib/git-provider-setup/index.js +1 -1
  46. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  47. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  48. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  49. package/dist/lib/git-providers/github-app-provider.js +1 -1
  50. package/dist/lib/git-providers/index.js +1 -1
  51. package/dist/lib/git-providers/provider-factory.js +1 -1
  52. package/dist/lib/git-providers/provider-interface.js +1 -1
  53. package/dist/lib/github-urls.js +1 -1
  54. package/dist/lib/group-objective-linking.js +1 -1
  55. package/dist/lib/jira-client.js +1 -1
  56. package/dist/lib/judge-blinding.js +1 -1
  57. package/dist/lib/logger.js +1 -1
  58. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  59. package/dist/lib/model-fetcher.js +1 -1
  60. package/dist/lib/notifications.js +1 -1
  61. package/dist/lib/objective-context.js +1 -1
  62. package/dist/lib/oidc-auth.js +1 -1
  63. package/dist/lib/oidc-device-flow.js +1 -1
  64. package/dist/lib/passwordTokens.js +1 -1
  65. package/dist/lib/permission-resolver.js +1 -1
  66. package/dist/lib/pin-cascade.js +1 -1
  67. package/dist/lib/provider-accounts.js +1 -1
  68. package/dist/lib/provider-oauth.js +1 -1
  69. package/dist/lib/provider-profile.js +1 -1
  70. package/dist/lib/provider-token-refresh.js +1 -1
  71. package/dist/lib/rbac-user-state.js +1 -1
  72. package/dist/lib/request-url.js +1 -1
  73. package/dist/lib/rewind.js +1 -1
  74. package/dist/lib/role-definitions.js +1 -1
  75. package/dist/lib/roles.js +1 -1
  76. package/dist/lib/scoped-rbac-migration-runner.js +1 -1
  77. package/dist/lib/secrets.js +1 -1
  78. package/dist/lib/setup-repo-git-auth.js +1 -1
  79. package/dist/lib/state-capture.js +1 -1
  80. package/dist/lib/static-files.js +1 -1
  81. package/dist/lib/task-name-format.js +1 -1
  82. package/dist/lib/task-name-generator.js +1 -1
  83. package/dist/lib/task-source-metadata.js +1 -1
  84. package/dist/lib/teams.js +1 -1
  85. package/dist/lib/user-git-oauth.js +1 -1
  86. package/dist/lib/user-git-tokens.js +1 -1
  87. package/dist/lib/users.js +1 -1
  88. package/dist/middleware/requireAuth.js +1 -1
  89. package/dist/middleware/requireInit.js +1 -1
  90. package/dist/middleware/requirePermission.js +1 -1
  91. package/dist/package.json +1 -1
  92. package/dist/playwright.config.js +1 -1
  93. package/dist/routes/apiKeys.js +1 -1
  94. package/dist/routes/auth-oidc.js +1 -1
  95. package/dist/routes/auth.js +1 -1
  96. package/dist/routes/automations.js +1 -1
  97. package/dist/routes/bindings.js +1 -1
  98. package/dist/routes/build.js +1 -1
  99. package/dist/routes/containers.js +1 -1
  100. package/dist/routes/deploy-task.js +1 -1
  101. package/dist/routes/environment-management.js +1 -1
  102. package/dist/routes/environments.js +1 -1
  103. package/dist/routes/external-skills.js +1 -1
  104. package/dist/routes/git-credentials.js +1 -1
  105. package/dist/routes/git-oauth.js +1 -1
  106. package/dist/routes/git-provider-setup.js +1 -1
  107. package/dist/routes/health.js +1 -1
  108. package/dist/routes/jira.js +1 -1
  109. package/dist/routes/objective-management.js +1 -1
  110. package/dist/routes/password.js +1 -1
  111. package/dist/routes/prompt.js +1 -1
  112. package/dist/routes/provider-auth.js +1 -1
  113. package/dist/routes/qa.js +1 -1
  114. package/dist/routes/roles.js +1 -1
  115. package/dist/routes/settings.js +1 -1
  116. package/dist/routes/skill-management.js +1 -1
  117. package/dist/routes/skills.js +1 -1
  118. package/dist/routes/tasks.js +1 -1
  119. package/dist/routes/teams.js +1 -1
  120. package/dist/routes/templates.js +1 -1
  121. package/dist/routes/test-task.js +1 -1
  122. package/dist/routes/test.js +1 -1
  123. package/dist/routes/users.js +1 -1
  124. package/dist/routes/visualizations.js +1 -1
  125. package/dist/scripts/create-user.js +1 -1
  126. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  127. package/dist/scripts/migrate-to-scoped-rbac.js +1 -1
  128. package/dist/start.js +1 -1
  129. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  130. package/dist/web-ui/public/activity-feed.js +1 -1
  131. package/dist/web-ui/public/activity-formatters.js +1 -1
  132. package/dist/web-ui/public/agent-event-parser.js +1 -1
  133. package/dist/web-ui/public/app.js +1 -1
  134. package/dist/web-ui/public/approve-dialog.js +1 -1
  135. package/dist/web-ui/public/automation-links.js +1 -1
  136. package/dist/web-ui/public/automation-schedule.js +1 -1
  137. package/dist/web-ui/public/comments-widget.js +1 -1
  138. package/dist/web-ui/public/diff-utils.js +1 -1
  139. package/dist/web-ui/public/environments.js +1 -1
  140. package/dist/web-ui/public/feedback-widget.js +1 -1
  141. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  142. package/dist/web-ui/public/git-history.js +1 -1
  143. package/dist/web-ui/public/git-status.js +1 -1
  144. package/dist/web-ui/public/index.js +1 -1
  145. package/dist/web-ui/public/login.js +1 -1
  146. package/dist/web-ui/public/markdown-editor.js +1 -1
  147. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  148. package/dist/web-ui/public/modal-maximize.js +1 -1
  149. package/dist/web-ui/public/notifications.js +1 -1
  150. package/dist/web-ui/public/pr-dialog.js +1 -1
  151. package/dist/web-ui/public/roles.js +1 -1
  152. package/dist/web-ui/public/server-health.js +1 -1
  153. package/dist/web-ui/public/settings.js +1 -1
  154. package/dist/web-ui/public/setup-password.js +1 -1
  155. package/dist/web-ui/public/skills.js +1 -1
  156. package/dist/web-ui/public/sse-client.js +1 -1
  157. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  158. package/dist/web-ui/public/styles.css +71 -0
  159. package/dist/web-ui/public/task.html +24 -0
  160. package/dist/web-ui/public/task.js +1 -1
  161. package/dist/web-ui/public/teams.js +1 -1
  162. package/dist/web-ui/public/terminal.js +1 -1
  163. package/dist/web-ui/public/theme.js +1 -1
  164. package/dist/web-ui/public/users.js +1 -1
  165. package/dist/web-ui/public/variant-grouping.js +1 -1
  166. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x58c133,_0x394edf){const _0x49f06f={_0x582e65:0x17d,_0x532794:0x1a4,_0x44863b:0x11d,_0x5eb4a6:0x247,_0x5e4d1b:0x23a,_0x454136:0x7,_0x1ea450:0x22,_0x2a876f:0x54,_0x3bd452:0x34,_0xd8ba41:0x106,_0x4015a2:0x80,_0x36bbaf:0x1c2,_0x449a12:0x1fb,_0x563895:0x237,_0x370c54:0x6b,_0x2f208e:0x63,_0x19d615:0x6d,_0x3bbec3:0x24a,_0x33e029:0x2ce,_0x3e2672:0x2a5,_0x1d1f23:0x255,_0x35d0ae:0x51,_0x48f345:0xa8},_0x444d3f={_0x49710e:0xf},_0x5e7753={_0x1e0ebb:0x1a3};function _0x511196(_0x3cd62a,_0x1fd059,_0x240bf0,_0x334e2d){return _0x1bc5(_0x334e2d- -_0x5e7753._0x1e0ebb,_0x240bf0);}const _0xb85356=_0x58c133();function _0x3e1d63(_0x309dca,_0x1025bb,_0x2e90ce,_0x39777f){return _0x1bc5(_0x39777f- -_0x444d3f._0x49710e,_0x309dca);}while(!![]){try{const _0x4a5ae2=parseInt(_0x3e1d63(0x1b1,_0x49f06f._0x582e65,0x128,_0x49f06f._0x532794))/(-0x1c82+-0x1*0xbcf+0x2852)+-parseInt(_0x3e1d63(_0x49f06f._0x44863b,0x134,0x17b,0x15b))/(-0x945+0x18ae+-0xf67*0x1)*(parseInt(_0x3e1d63(0x262,_0x49f06f._0x5eb4a6,0x289,_0x49f06f._0x5e4d1b))/(-0x167*-0x15+-0xd39+0x251*-0x7))+-parseInt(_0x511196(-_0x49f06f._0x454136,_0x49f06f._0x1ea450,_0x49f06f._0x2a876f,_0x49f06f._0x3bd452))/(0x2*0x9aa+0x2*-0x4d1+0x19d*-0x6)+-parseInt(_0x511196(_0x49f06f._0xd8ba41,0x35,0x65,_0x49f06f._0x4015a2))/(-0x65e+0x1*-0xb93+0x11f6)*(-parseInt(_0x3e1d63(_0x49f06f._0x36bbaf,0x14d,_0x49f06f._0x449a12,0x1cd))/(0x201c+-0x61+-0x1*0x1fb5))+parseInt(_0x3e1d63(_0x49f06f._0x563895,0x14b,0x204,0x1bf))/(0x27*0x46+0x1f62+0x15b*-0x1f)*(parseInt(_0x511196(_0x49f06f._0x370c54,0x87,0x68,_0x49f06f._0x2f208e))/(-0x235f+0x8f3+0x1a74))+-parseInt(_0x511196(-_0x49f06f._0x19d615,-0xc,-0x32,-0x3))/(-0x1*0x2281+0x1fe8*0x1+0x2a2)*(parseInt(_0x3e1d63(_0x49f06f._0x3bbec3,_0x49f06f._0x33e029,_0x49f06f._0x3e2672,_0x49f06f._0x1d1f23))/(-0x1*-0x6d9+0x3dc*-0x5+0xc7d))+-parseInt(_0x511196(0xfe,_0x49f06f._0x35d0ae,_0x49f06f._0x48f345,0x72))/(-0x1ccf+-0x1a54+-0x3f1*-0xe);if(_0x4a5ae2===_0x394edf)break;else _0xb85356['push'](_0xb85356['shift']());}catch(_0x573dfd){_0xb85356['push'](_0xb85356['shift']());}}}(_0x5e48,-0x81c42+0x3d036+0x9925d));import _0x1cb378 from'express';import _0x5daf0e from'multer';import _0x1f6ebf from'sharp';import _0x4d815a from'path';import{promises as _0x1bedbd}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{hasPermissionOnAnyEnvironment,getVisibleEnvironments,resolveUserPermissions}from'../lib/permission-resolver.js';function _0x1bc5(_0xf17b80,_0xd26262){_0xf17b80=_0xf17b80-(-0x5*-0x755+-0x1db*0x3+-0x1db5);const _0x8d998a=_0x5e48();let _0x262e99=_0x8d998a[_0xf17b80];if(_0x1bc5['zNfwtU']===undefined){var _0x33df37=function(_0x29fcf2){const _0x15f8a8='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x51f703='',_0x3e4e82='';for(let _0x233088=0xb2*0x25+0xd9e+-0x13ac*0x2,_0x2da579,_0x234bc1,_0x4a37b5=-0x8*0x188+0x1374+-0x734;_0x234bc1=_0x29fcf2['charAt'](_0x4a37b5++);~_0x234bc1&&(_0x2da579=_0x233088%(0x24cc+0x551*0x7+-0x13*0x3e5)?_0x2da579*(0x183d+-0x14cb+-0x332)+_0x234bc1:_0x234bc1,_0x233088++%(0x2266+-0x3*-0x36f+-0x2caf))?_0x51f703+=String['fromCharCode'](-0x209*0x4+0x1cd*0xe+-0x1013&_0x2da579>>(-(-0x2595*0x1+-0x1d69+0x4300)*_0x233088&0xcf9+0x875+0x14*-0x112)):-0xb1a*0x1+0x3c4*0x6+-0xb7e){_0x234bc1=_0x15f8a8['indexOf'](_0x234bc1);}for(let _0x3b3693=-0x1*0x1cf9+-0x5ef*0x4+0x34b5,_0x224e3a=_0x51f703['length'];_0x3b3693<_0x224e3a;_0x3b3693++){_0x3e4e82+='%'+('00'+_0x51f703['charCodeAt'](_0x3b3693)['toString'](-0x1b44+0x1d46+-0x3*0xa6))['slice'](-(0xe15+-0x1ccf+0xebc));}return decodeURIComponent(_0x3e4e82);};_0x1bc5['IpAdDF']=_0x33df37,_0x1bc5['yIFwVJ']={},_0x1bc5['zNfwtU']=!![];}const _0x4853ba=_0x8d998a[-0x6a*0xe+-0xb*0xe8+0xfc4],_0x1c2df5=_0xf17b80+_0x4853ba,_0x3ba9b1=_0x1bc5['yIFwVJ'][_0x1c2df5];return!_0x3ba9b1?(_0x262e99=_0x1bc5['IpAdDF'](_0x262e99),_0x1bc5['yIFwVJ'][_0x1c2df5]=_0x262e99):_0x262e99=_0x3ba9b1,_0x262e99;}import{getTeamsManagedBy,getTeamsByUserId}from'../lib/teams.js';import{getBindingsBySubject}from'../lib/bindings.js';import{getRoleById}from'../lib/role-definitions.js';const AVATARS_DIR=_0x4d815a['join'](DATA_DIR,_0x4652bc(-0x127,-0x1cd,-0xed,-0x14e)),AVATAR_SIZE=0x1e5a+0x1c04+0x419*-0xe,_0x119c73={};_0x119c73['fileSize']=(0xd47+-0x2665+0x14*0x142)*(-0x97b+0x7*-0x32b+0x23a8)*(0x26f8+0x26a5*0x1+-0x499d);const avatarUpload=_0x5daf0e({'storage':_0x5daf0e[_0x4652bc(-0xcf,-0x153,-0x16b,-0x13e)+_0x4652bc(-0x97,-0x9e,-0x57,-0x67)](),'limits':_0x119c73,'fileFilter':(_0x2319f5,_0x318835,_0x5142eb)=>{const _0x9d65f9={_0x2965f7:0x1ee,_0x272c89:0x17a,_0x498678:0xa5,_0x8130d9:0xdf,_0x5f2d9f:0x1c1,_0x87afb9:0x213,_0x5627e7:0x222,_0x175bb3:0x1c9,_0x46c304:0x5f,_0x2177c3:0x57,_0x329f4e:0x205,_0x105871:0x1b3,_0x15aa99:0x22,_0x433dc3:0x1f7,_0x554fd9:0x20f,_0x580b94:0x94,_0x3d1d59:0x194,_0x267294:0x16a,_0x290e83:0xb2,_0x368df1:0x109,_0x531e3b:0x137,_0x411cbf:0x14e,_0x5a5625:0x237,_0x590eac:0x1db,_0x3fcccf:0x189,_0x4e04c8:0x254,_0x2ea06f:0x25a,_0x49d05b:0x200,_0x433d70:0xa3,_0x910213:0xbd,_0x25f4b9:0x22a,_0x18c590:0x1ed,_0x2e1895:0x1fb,_0x384909:0x278,_0xc6d9b2:0x252,_0x1a44b0:0x1ed,_0x1bbfa3:0x2a2,_0x15319b:0x24d,_0x4e876b:0x67,_0x141179:0x257,_0x40003c:0x214,_0x51058e:0x19b,_0x5dc970:0x221,_0x5003c5:0x1b1,_0x29e866:0x194,_0x161335:0xfc,_0x1ebb44:0x12d,_0xff4896:0x239,_0x7d73ad:0x2c},_0x39c617={_0x5b8eb3:0x75,_0x1ea30d:0x11},_0x1771ca={'jIQyA':_0x1ffbd3(0x26f,_0x9d65f9._0x2965f7,0x1c9,_0x9d65f9._0x272c89),'yIdRp':'image/jpeg','LdylU':_0xe67118(0x81,0x6d,0x6a,_0x9d65f9._0x498678),'TZjzD':_0xe67118(0x8a,_0x9d65f9._0x8130d9,0x128,0x73),'zjNRv':function(_0x2db29e,_0x23c7f0,_0x53d49c){return _0x2db29e(_0x23c7f0,_0x53d49c);},'nxGiE':function(_0x558ed5,_0xb03b05){return _0x558ed5===_0xb03b05;},'uyRUI':_0x1ffbd3(_0x9d65f9._0x5f2d9f,_0x9d65f9._0x87afb9,_0x9d65f9._0x5627e7,_0x9d65f9._0x175bb3),'RWRXD':function(_0x100f1f,_0xc1913d){return _0x100f1f(_0xc1913d);},'ucqFt':_0xe67118(_0x9d65f9._0x46c304,0x23,_0x9d65f9._0x2177c3,0xb0)+_0x1ffbd3(_0x9d65f9._0x329f4e,_0x9d65f9._0x105871,0x20e,0x1a3)+_0xe67118(0x8e,_0x9d65f9._0x15aa99,0xb0,-0x69)+_0x1ffbd3(_0x9d65f9._0x433dc3,0x21b,_0x9d65f9._0x554fd9,0x1ff)+_0xe67118(0x100,0xf0,_0x9d65f9._0x580b94,0xf7)+_0x1ffbd3(0x1eb,_0x9d65f9._0x3d1d59,0x196,_0x9d65f9._0x267294)+'.'};function _0xe67118(_0x2eafee,_0xc3b768,_0x10b0df,_0x9b8723){return _0x1cacf8(_0x2eafee,_0xc3b768- -0xf3,_0x10b0df-0x39,_0x9b8723-0x156);}function _0x1ffbd3(_0x36d8ec,_0x405447,_0x316287,_0x14f6ab){return _0x1cacf8(_0x316287,_0x405447-_0x39c617._0x5b8eb3,_0x316287-0x3a,_0x14f6ab-_0x39c617._0x1ea30d);}const _0x253683=[_0x1771ca['yIdRp'],_0x1771ca[_0xe67118(_0x9d65f9._0x290e83,_0x9d65f9._0x368df1,_0x9d65f9._0x531e3b,_0x9d65f9._0x411cbf)],_0x1771ca['TZjzD'],_0x1ffbd3(_0x9d65f9._0x5a5625,0x1f7,_0x9d65f9._0x590eac,_0x9d65f9._0x3fcccf)];if(_0x253683[_0x1ffbd3(0x150,0x1c5,0x18a,_0x9d65f9._0x4e04c8)](_0x318835['mimetype']))_0x1771ca[_0x1ffbd3(0x257,0x1ef,_0x9d65f9._0x2ea06f,_0x9d65f9._0x49d05b)](_0x5142eb,null,!![]);else{if(_0x1771ca[_0xe67118(_0x9d65f9._0x433d70,_0x9d65f9._0x910213,0x145,0x11d)](_0x1ffbd3(_0x9d65f9._0x25f4b9,_0x9d65f9._0x18c590,0x17a,_0x9d65f9._0x2e1895),_0x1771ca['uyRUI'])){const _0x4d6b9f={};_0x4d6b9f[_0x1ffbd3(_0x9d65f9._0x384909,_0x9d65f9._0xc6d9b2,_0x9d65f9._0x1a44b0,0x28d)]=_0x1289b5[_0x1ffbd3(_0x9d65f9._0x1bbfa3,_0x9d65f9._0x15319b,0x20a,0x2c8)+'t'],_0x4d6b9f[_0xe67118(_0x9d65f9._0x4e876b,0x79,0xf9,0x88)]=_0x1a41cb,_0x4d6b9f[_0x1ffbd3(_0x9d65f9._0x141179,_0x9d65f9._0x40003c,_0x9d65f9._0x51058e,_0x9d65f9._0x5dc970)+'unt']=_0x3b60ae,_0x4d6b9f[_0x1ffbd3(_0x9d65f9._0x5003c5,0x1fe,0x177,_0x9d65f9._0x29e866)]=_0x1771ca[_0xe67118(0xb6,_0x9d65f9._0x161335,0xed,0x105)],_0x2303cb[_0x1ffbd3(0x17d,0x1ae,_0x9d65f9._0x1ebb44,_0x9d65f9._0xff4896)](_0x38cb38['environmen'+'t'],_0x4d6b9f);}else _0x1771ca[_0xe67118(0x2a,0x43,_0x9d65f9._0x7d73ad,0x5)](_0x5142eb,new Error(_0x1771ca['ucqFt']));}}});function _0x1cacf8(_0x4488fe,_0x1177c4,_0x1e47de,_0x511348){const _0xe02630={_0x21e103:0x82};return _0x1bc5(_0x1177c4- -_0xe02630._0x21e103,_0x4488fe);}function _0x5e48(){const _0x31e3ec=['rxf5Ava','CxvHBgL0Eq','mtC3odfhtLfgveW','ugn2teu','rKX5zLi','zgvSzxrL','wNngqw8','tg9NAw4GC3vJyW','ywDL','B3vUza','BgX5','DgvHBxm','DePqDLy','Aw1Hz2uVz2LM','zxnZzNvS','y2XLyxjdB29RAq','vxz4zgG','Cg5N','C3vJy2vZC2z1Ba','zw52AxjVBM1LBG','twjgyxq','D0nkz2i','BwvZC2fNzq','uKXotwK','BMfTzq','q1rTA1q','rMPREhC','txLqr3q','Cg1oqvu','mtuYmteZmgvVv1D6sW','yw5KifDLyLaGyq','rwvjuuK','zhLKDue','Axntzxj2zxjbza','BwvUDefKBwLU','C29Tzq','Cg9ZDa','B3D2u2y','B0zyvMC','y01qt0m','zgvZDhjVEq','vKLVqxa','AKLrEue','ChjLzMvYzw5Jzq','zcbPBG','DMfSDwvZ','uxrltwq','Cwrbzvi','EM1ozNe','DMLKzwq','CvbTzNG','BKTrBuC','CgvYBwLZC2LVBG','l2f2yxrHCNmV','tMrXs1C','tgr5Bfu','tg9NB3v0igzHAq','z2v0','BMD2CMy','t2LHsxO','vuHstwW','ze9ZCgy','DgfY','zMLSzq','yxzHDgfYCW','z2v0igfJy2vZCW','mtrXrLDQswe','Aw9UCW','ChjVzMLSzq','z3fMCfm','Dw5SAw5R','DgvHBtOG','BgvK','qxzHDgfYihvWBa','v2v3txa','DfnQrLy','DxbKyxrLihbYBW','vujctLC','Aw5MBW','vxnLCIbUB3qGzG','BwvTB3j5u3rVCG','tg9NAw4GzxjYBW','ENnuBgC','zMLSzw5HBwu','Dg9gAwXL','tg9NAw4GzMfPBa','yNvIuxK','zxjYB3i','BwLU','y3jLyxrLihnLCW','AgfZ','y2vUDgvY','AKPnt0W','uvvRtxi','CMTNA1G','EfD5wM4','DgvHBq','yNvMzMvY','CgfZC3DVCMq','wMDcu2y','BvbMt3C','DgfYCYbKAxjLyW','rMXJzLC','z2jqzxK','CMvTB3zLigf2yq','r3Pezwu','BM93','zcbVDxq','C3nOx3vZzxjUyq','DfjTDuO','CMvZAxPL','BMX5iePqruCSia','sw52ywXPzcbMAq','zw1WDa','q0XjigXVz2LUia','DvLRtwm','C2LVBG','zLLpteK','l2XVz291Da','DvjjCeK','ovnwzuHICW','CMuGywXSB3DLza','ANrrs0y','C3nPB24','C3rpthO','ChvZAa','vxnLCIbSB2DNzq','AwP3A1O','z2vY','AxjLza','z2v0zhy','BuHMzve','tKnYs2e','Dg9YEq','Dvfwre4','A2v5CW','tg9Nz2vKig91Da','DgLVBIbMywLSzq','y29KzxiUC2LK','nJy1mtq0CLPvsuH6','CM9Szv9Pza','BMqGCgfZC3DVCG','AgfZrw52AxjVBG','ugvYBwLZC2LVBG','uLDsweq','AuHUEhe','ignHCgfIAwXPDa','C2v0','zw50C19VBL9TEq','ANnVBG','A2v5swq','y29Kzq','BguGDhLWzs4GtW','BgfeA3q','igXVz2LUigf0Da','CNnYEeW','EsbJAgvJAYbMyq','zw1HAwXFBwvUDa','rxbRsvq','zwvMsMi','tMfTzsbJyw5UBW','sNbuuLO','sNHdwMq','DKrWzg8','BMzV','C2LUz2XL','nJi2mdCZwKnKzLfd','l3bYB2zPBgu','v3D6Efq','tM8GDMfSAwqGDq','Aw5JBhvKzxm','v0vnDNy','x3rHC2TZ','vxLpCxe','Dw50','mZKYotK2Ahz5r2Pz','C3rHDhvZ','uLrkyNq','y2nLC3m','zgvIDwC','mZbwwvzUDLi','sKXZueC','y3jLyxrLigf2yq','ihn1y2nLC3nMDq','DxnLCKLK','EuLpuK8','Aw1Hz2uVCg5N','BNrPy2f0Aw9U','l3bYB2zPBguVyq','sw52ywXPzcb1CW','C0vAuhq','CKzqDvu','BwLTzxr5Cgu','tvrKAfG','rMfPBgvKigXVzW','CgrHDgvZihbYBW','qw5dz3O','zcbHCMuGCMvXDq','CM9Szu5HBwu','r0TMDvm','BwvUDeDPDa','B3zLza','AwXLzcbMB3iGlW','wvHKuhq','AM9PBG','DxnLCG','CwLSvKi','z3z2C1O','C2vZC2LVBG','EgXvBuW','zeXuyLm','zgLYzwn0','EMPouNy','zsbHy2nLC3mGAq','DcbIzsbLBxb0Eq','EMjdzwW','CMvJDxjZAxzL','zwrLBNrPywXZ','ufjmyu0','rMfPBgvKihrVia','Aw1Hz2uVD2vICa','EeTUD3e','mtzPDgfht08','zw1HAwW','BwfW','DLPtr0q','yM9KEq','DMLH','yxzHDgfY','ChruA0i','BgvUz3rO','D2fYBG','yxzHDgfYvxjS','Aw4Gyxr0zw1WDa','Bg9HzgvK','ugXpz08','BKTmEgW','otq4odeWnurgC0v0vW','svvtwvC','s0rXyxC','AeTbC1C','r1fHzfC','zxjUyw1Lig9Yia','s0Piz0W','y2n1CNjLzcbKDq','AgnSuee','s3LKyLC','sefYsLK','BeLks2u','CM9SzvbLCM1dBW','quLlz28','nJu2mdy1qvj1uw5s','qxzHDgfYihjLBq','z2v0ihbYB2zPBa','uM91DgvY','DxnLCM5HBwu','ue5hlcbhsuySia','twLZC2LUzYbJCG','tM8GzMLSzsb1Ca','vxnLCM5HBwuGyq','zenYyKi','wuTNwuW','C2f2zq','q21YANO','AffuDgG','Dw9ZCK8','BNHhAuu','t3PUzg8','Bw1wvNK','AwnJqvC','uK1cuNO','DfLMDKq','zgf0zwq','zgvZDhjVEsbZzq','sM5QuNe','qw4GzxjYB3iGBW','DhjPBq','wwLAtKu','BwvUDe1HBMfNzq','Axnnyw5Hz2vY','CKHvy3m','qxv0AgvUDgLJyq','AxnuzwfTtwfUyq','yw5Hz2u','BwvUDejPBMrPBG','igLUzM8','ENzpwhG'];_0x5e48=function(){return _0x31e3ec;};return _0x5e48();}async function ensureAvatarsDir(){const _0x1b92d0={_0x49ec17:0x3fd,_0x1825c2:0x387,_0x58151e:0x3aa,_0x161bf5:0x431,_0xcd219d:0x3f0,_0x2c2f77:0x494,_0x8c488b:0x44d,_0x586421:0x4d8,_0x5d638e:0x4ce,_0x4c1d26:0x4ce,_0x551508:0x492,_0x3141c8:0x465,_0x52d03c:0x190,_0x12df58:0x1e2,_0x1c21d1:0x15c,_0x59f8e3:0x405,_0xda303e:0x460,_0x15effa:0x458,_0x21acd4:0x190,_0x4413b5:0x161,_0x258870:0x210,_0x1f0b06:0x1d0,_0x509401:0x41f,_0x1f68bd:0x14d,_0x3ad3fe:0x19a,_0x11fd0b:0xf9,_0x5e9cfd:0xfe,_0x4fad1a:0x1de,_0x2a3928:0x182,_0x5a6826:0x1cb,_0x20283e:0x1dc,_0x1a8928:0x15d,_0x3b0ca4:0x10c,_0xb33aae:0x184,_0x7693a3:0xba,_0x3c73d7:0xda,_0x577f5d:0x18b,_0x42c6bb:0x12b,_0x4f937:0x17f,_0x1a36e4:0x11c},_0x49de24={_0x3e2e4c:0x235},_0x4cafe2={};function _0x38ad07(_0x4c24b2,_0x41848e,_0x27f9bb,_0x5cd57c){return _0x1cacf8(_0x4c24b2,_0x41848e-0x2e2,_0x27f9bb-0x156,_0x5cd57c-0xf6);}function _0xc11bf3(_0x1212d2,_0x4ed585,_0x1fa202,_0x25a1df){return _0x4652bc(_0x1212d2-0x75,_0x4ed585-0x1db,_0x1fa202,_0x25a1df-_0x49de24._0x3e2e4c);}_0x4cafe2[_0x38ad07(0x3ea,_0x1b92d0._0x49ec17,_0x1b92d0._0x1825c2,_0x1b92d0._0x58151e)]=_0x38ad07(0x4bc,_0x1b92d0._0x161bf5,0x491,_0x1b92d0._0xcd219d)+_0x38ad07(_0x1b92d0._0x2c2f77,0x44b,0x3bf,_0x1b92d0._0x8c488b)+_0x38ad07(0x46f,_0x1b92d0._0x586421,0x465,0x44d),_0x4cafe2[_0x38ad07(0x487,0x477,_0x1b92d0._0x5d638e,_0x1b92d0._0x4c1d26)]=function(_0x5e633e,_0x580a40){return _0x5e633e===_0x580a40;},_0x4cafe2[_0x38ad07(_0x1b92d0._0x551508,_0x1b92d0._0x3141c8,0x4c0,0x45c)]=_0xc11bf3(_0x1b92d0._0x52d03c,0x105,_0x1b92d0._0x12df58,_0x1b92d0._0x1c21d1),_0x4cafe2[_0xc11bf3(0x12d,0x189,0x15c,0x19a)]='EEXIST';const _0x449eed=_0x4cafe2;try{const _0x1040e3={};_0x1040e3[_0x38ad07(_0x1b92d0._0x59f8e3,_0x1b92d0._0xda303e,_0x1b92d0._0x15effa,0x46d)]=!![],await _0x1bedbd['mkdir'](AVATARS_DIR,_0x1040e3);}catch(_0x15a431){if(_0x449eed['KDqaw'](_0x449eed[_0xc11bf3(_0x1b92d0._0x21acd4,_0x1b92d0._0x4413b5,_0x1b92d0._0x258870,0x184)],_0x449eed[_0xc11bf3(0x180,_0x1b92d0._0x1f0b06,0x19e,0x184)]))_0x15a431[_0x38ad07(0x48e,_0x1b92d0._0x509401,0x46e,0x457)]!==_0x449eed[_0xc11bf3(_0x1b92d0._0x1f68bd,0x1a8,0x11f,_0x1b92d0._0x3ad3fe)]&&logger[_0xc11bf3(_0x1b92d0._0x11fd0b,0x12c,0xcd,_0x1b92d0._0x5e9cfd)](_0xc11bf3(_0x1b92d0._0x4fad1a,0x202,0x10f,_0x1b92d0._0x2a3928)+_0xc11bf3(_0x1b92d0._0x5a6826,_0x1b92d0._0x20283e,0xf4,_0x1b92d0._0x1a8928)+_0xc11bf3(0xbd,0x152,0x18b,_0x1b92d0._0x3b0ca4)+_0xc11bf3(_0x1b92d0._0xb33aae,_0x1b92d0._0x7693a3,_0x1b92d0._0x3c73d7,0x12c),_0x15a431);else{const _0x53ba3f={};return _0x53ba3f[_0xc11bf3(0x120,_0x1b92d0._0x577f5d,_0x1b92d0._0x42c6bb,0xfe)]=_0x449eed[_0xc11bf3(0xc0,_0x1b92d0._0x4f937,0x19b,_0x1b92d0._0x1a36e4)],_0x4f7696['status'](-0x75f+-0xbec+0x14db)[_0xc11bf3(0xd6,_0x1b92d0._0x1c21d1,0xd7,0x13c)](_0x53ba3f);}}}const router=_0x1cb378[_0x4652bc(-0xef,-0xf2,-0x30,-0x90)]();router[_0x4652bc(-0x7f,-0xd5,-0xc0,-0x4b)]('/login',async(_0x1d40c2,_0x2b78bf)=>{const _0x1fd5be={_0x465267:0x112,_0x11ba88:0x1a4,_0x1e835a:0x21a,_0x1aa97b:0x157,_0x55d804:0x120,_0x5c5abf:0x3b2,_0x2a181a:0x3a5,_0x2e2753:0x34a,_0xabfe44:0xbf,_0x1cda31:0x283,_0x2092d9:0x306,_0x71680:0x1a0,_0x312e3c:0xad,_0x5958e3:0x103,_0x322848:0x3db,_0x2a50b9:0x390,_0x584747:0x41d,_0x3aaf88:0x39d,_0x2c3940:0xd0,_0x5601aa:0x1b3,_0x34acd6:0x15f,_0x1ed0b6:0x2e5,_0x5eac2e:0x35a,_0x360f09:0x336,_0x35e5f2:0x305,_0x3dd2e8:0x32e,_0x43e860:0x36a,_0xbbc375:0x173,_0x5ce349:0x1eb,_0x3a30a4:0x1d0,_0xda83c7:0x184,_0xca3959:0x10e,_0x3d9f31:0x2f1,_0x2c8e86:0x17c,_0x50d25a:0x168,_0x4acf0f:0x107,_0x2fd62f:0xe9,_0x2f1f07:0x138,_0x136541:0x19d,_0x4eecd8:0x29a,_0x109d36:0x29f,_0x4b525b:0x1af,_0x42147e:0x217,_0x4b7bd7:0xe6,_0x17ed0b:0x116,_0x53d807:0xef,_0x31539c:0x171,_0x3df3c3:0x16c,_0x34a0f9:0x240,_0x5da4ef:0xb3,_0x5b273a:0xf7,_0x426c93:0x100,_0x37fe4d:0xfe,_0x154f27:0x342,_0xb847b0:0x36d,_0x5bbe07:0x145,_0x593976:0x130,_0x49312a:0x301,_0x419108:0x2d2,_0x16dffd:0x39c,_0x2aedd9:0x1ed,_0x117bcc:0x114,_0x4cb741:0x1e6,_0x2ac480:0x149,_0x21a677:0x343,_0x28c289:0x3ba,_0x3e58c6:0x120,_0x2ec372:0x1fc,_0x2b95e8:0x295,_0x283b14:0x306,_0x58b980:0x2cf,_0x25bc67:0x300,_0x5845c7:0x341,_0x13c942:0x1a5,_0x54974a:0x176,_0x100138:0x169,_0x47d978:0x11e,_0x5055fa:0x198,_0x4ead55:0x133,_0x70f8ac:0xdb,_0x11f565:0x118,_0x43f272:0x32b,_0x3371db:0x2d4,_0xd21236:0x3a8,_0x4b8b22:0x7f,_0x102a77:0xd7,_0x5706fd:0x14d,_0x36f248:0xea,_0x38d993:0x2d5,_0x2b8274:0x109,_0x37c15a:0xe1,_0x5368fd:0x19c,_0x29002b:0x1c9,_0x300100:0xe1,_0x49a703:0x324,_0xb4bbef:0x2c9,_0x13f29c:0x287,_0x8c47d2:0x289,_0x3381b6:0x341,_0x17271d:0x2cc,_0x2fe2b2:0x386,_0x309917:0x33c,_0x3cd63:0x1cb,_0x29a1b:0x227,_0x5ef1df:0x1b5,_0x4a28ae:0x16b,_0x5094b6:0x173,_0x40e39b:0x165,_0x57d85b:0x12b,_0x32c888:0x11b,_0xbd34bc:0x1fe,_0x5bcc81:0x193,_0x3d2b7e:0x199,_0x1808a1:0x1ca,_0x32d34e:0x2c0,_0x58531f:0x2ba,_0x43ceb9:0x276,_0x1d946c:0x34f,_0x21b7ad:0x323,_0x2a9783:0x34b,_0x26088d:0x27b,_0x33958a:0x2ae,_0x49e96c:0x2f3,_0x4fc553:0x310,_0x24327a:0xa0,_0x2d82d8:0xff,_0x1c9f78:0xec,_0x1f72e6:0x289,_0x2abe47:0x306,_0x2765eb:0x344,_0x272261:0x28f},_0x3d947c={_0x56d208:0x44f,_0x390c53:0x46b,_0x265e9e:0x1e6,_0x1a99ce:0x4df,_0x4055c6:0x4f1,_0x571058:0x484,_0x5b3940:0x446,_0x1dd878:0x49a,_0xbf10b2:0x1ec,_0x3ae149:0x1d8,_0x143737:0x1ae,_0x31e6d7:0x11e,_0x1af090:0x540,_0x20f837:0x555,_0x327819:0x5a7,_0x129ea1:0x5b3,_0x58c356:0x450,_0x3acc89:0x14d,_0x47933c:0x17b,_0xd88f65:0x1c4,_0x2f89af:0x235,_0x44d98e:0xca,_0x1632a0:0x18e,_0xe06dc0:0x18e,_0x3babea:0x1cf,_0x2df89a:0x126,_0xd588dc:0x4d3,_0x1a080a:0x4ea,_0xada43:0x1ae,_0x39ba17:0x156,_0x5e8b41:0x176,_0x2cbc25:0x198,_0x59e6d6:0x52f,_0x13c5cb:0x4a2,_0x46cc60:0x29f,_0x2212b4:0x147,_0x3a55dd:0x1bf,_0x6814e1:0x3e1,_0x1b8c1b:0x1bc,_0x3c53e0:0x295,_0x42f257:0x4c8,_0x31b4b8:0x4ec,_0xa98da7:0x4cf},_0x1ba1e0={_0x45ce2d:0x8c,_0x29a8ef:0x93},_0x19f91f={_0x5e9e1c:0x48,_0x24498e:0xb3,_0x379916:0x3ff},_0x4a5fc8={'uosrO':_0x2ebeab(-0x1d2,-_0x1fd5be._0x465267,-_0x1fd5be._0x11ba88,-0x146)+'save\x20sessi'+'on','GQadW':_0x2ebeab(-_0x1fd5be._0x1e835a,-0x1a6,-0x1bd,-0x1cc)+'ed','NCrKa':function(_0x236daa,_0x42a1ba){return _0x236daa||_0x42a1ba;},'gqfpS':_0x2ebeab(-0x12f,-_0x1fd5be._0x1aa97b,-0x19f,-_0x1fd5be._0x55d804)+_0x10597c(_0x1fd5be._0x5c5abf,0x34a,_0x1fd5be._0x2a181a,_0x1fd5be._0x2e2753),'tDLik':_0x2ebeab(-0x188,-_0x1fd5be._0xabfe44,-0x99,-0x11e)+_0x10597c(_0x1fd5be._0x1cda31,0x2fe,0x315,_0x1fd5be._0x2092d9)+'d\x20are\x20requ'+_0x2ebeab(-0x163,-0x1e6,-0x1ec,-_0x1fd5be._0x71680),'ZgBSf':function(_0x5ae186,_0x27240e){return _0x5ae186!==_0x27240e;},'FLyfR':_0x2ebeab(-_0x1fd5be._0x312e3c,-0x9c,-0x10e,-_0x1fd5be._0x5958e3),'xlUmL':_0x10597c(_0x1fd5be._0x322848,_0x1fd5be._0x2a50b9,_0x1fd5be._0x584747,_0x1fd5be._0x3aaf88),'sEZPt':function(_0x28e08a,_0x5c40d6,_0x2ac353){return _0x28e08a(_0x5c40d6,_0x2ac353);},'WwzxT':_0x2ebeab(-_0x1fd5be._0x2c3940,-_0x1fd5be._0x5601aa,-0x1e5,-_0x1fd5be._0x34acd6)+_0x10597c(_0x1fd5be._0x1ed0b6,_0x1fd5be._0x5eac2e,_0x1fd5be._0x360f09,_0x1fd5be._0x35e5f2),'PalbK':_0x10597c(0x3a5,_0x1fd5be._0x3dd2e8,0x376,0x36d)+_0x10597c(_0x1fd5be._0x43e860,0x363,0x3f1,0x363)+'password','CQXNb':_0x2ebeab(-0x14c,-_0x1fd5be._0xbbc375,-_0x1fd5be._0x5ce349,-_0x1fd5be._0x3a30a4)+'r','HCcMZ':_0x2ebeab(-_0x1fd5be._0xda83c7,-0x171,-0x181,-_0x1fd5be._0xca3959)+_0x10597c(0x2f3,0x365,_0x1fd5be._0x3d9f31,0x3a7)+'ring\x20authe'+_0x2ebeab(-0x1ef,-_0x1fd5be._0x2c8e86,-0x117,-0x166)},{username:_0x199c18,password:_0xcd11fc}=_0x1d40c2[_0x2ebeab(-_0x1fd5be._0x50d25a,-_0x1fd5be._0x4acf0f,-_0x1fd5be._0x2fd62f,-0x13f)];if(_0x4a5fc8[_0x2ebeab(-_0x1fd5be._0x2f1f07,-0x1bc,-0x1d3,-_0x1fd5be._0x136541)](!_0x199c18,!_0xcd11fc)){const _0x4bfd9e={};return _0x4bfd9e[_0x10597c(_0x1fd5be._0x4eecd8,0x2c8,_0x1fd5be._0x109d36,0x316)]=_0x4a5fc8[_0x2ebeab(-0x200,-_0x1fd5be._0x4b525b,-_0x1fd5be._0x42147e,-0x1dc)],_0x4bfd9e[_0x2ebeab(-_0x1fd5be._0x4b7bd7,-_0x1fd5be._0x17ed0b,-0x115,-0xec)]=_0x4a5fc8['tDLik'],_0x2b78bf[_0x2ebeab(-0x1f0,-0x16c,-_0x1fd5be._0x53d807,-_0x1fd5be._0x31539c)](0x1db9+-0x1*0x4b5+0x1*-0x1774)['json'](_0x4bfd9e);}function _0x10597c(_0x182bc4,_0x3b2a64,_0x5a6254,_0x3a8e5a){return _0x4652bc(_0x182bc4-_0x19f91f._0x5e9e1c,_0x3b2a64-_0x19f91f._0x24498e,_0x3a8e5a,_0x3b2a64-_0x19f91f._0x379916);}function _0x2ebeab(_0x969220,_0x2bde2d,_0x58ffd1,_0x16483e){return _0x4652bc(_0x969220-0x15f,_0x2bde2d-_0x1ba1e0._0x45ce2d,_0x969220,_0x16483e- -_0x1ba1e0._0x29a8ef);}try{if(_0x4a5fc8[_0x2ebeab(-_0x1fd5be._0x3df3c3,-0x1cf,-_0x1fd5be._0x34a0f9,-0x1be)](_0x4a5fc8[_0x2ebeab(-_0x1fd5be._0x5da4ef,-_0x1fd5be._0x5b273a,-_0x1fd5be._0x426c93,-_0x1fd5be._0x37fe4d)],_0x4a5fc8[_0x10597c(0x392,_0x1fd5be._0x154f27,0x3b9,_0x1fd5be._0xb847b0)])){const _0x233e0a=await _0x4a5fc8[_0x2ebeab(-_0x1fd5be._0x5bbe07,-_0x1fd5be._0x593976,-0x195,-0x163)](validatePassword,_0x199c18,_0xcd11fc);if(!_0x233e0a){const _0x5f2176={};_0x5f2176[_0x10597c(_0x1fd5be._0x49312a,0x370,0x3ab,0x35a)]=_0x199c18,logger[_0x10597c(_0x1fd5be._0x419108,0x358,0x2d4,_0x1fd5be._0x16dffd)](_0x4a5fc8[_0x2ebeab(-_0x1fd5be._0x2aedd9,-_0x1fd5be._0x117bcc,-0x1f3,-0x179)],_0x5f2176);const _0x47dcf5={};return _0x47dcf5['error']='Authentica'+_0x2ebeab(-0x221,-_0x1fd5be._0x4cb741,-_0x1fd5be._0x2ac480,-0x198)+'d',_0x47dcf5[_0x10597c(0x354,0x3a6,_0x1fd5be._0x21a677,_0x1fd5be._0x28c289)]=_0x4a5fc8['PalbK'],_0x2b78bf[_0x2ebeab(-_0x1fd5be._0x3e58c6,-0x12e,-_0x1fd5be._0x2ec372,-0x171)](0x1183*0x1+-0x7*0x379+0x85d)[_0x10597c(_0x1fd5be._0x2b95e8,_0x1fd5be._0x283b14,0x27c,_0x1fd5be._0x58b980)](_0x47dcf5);}_0x1d40c2[_0x10597c(_0x1fd5be._0x25bc67,_0x1fd5be._0x5845c7,0x3a6,0x2da)][_0x2ebeab(-_0x1fd5be._0x13c942,-_0x1fd5be._0x54974a,-0xf0,-_0x1fd5be._0x100138)]=_0x233e0a['id'],_0x1d40c2[_0x2ebeab(-_0x1fd5be._0x47d978,-0x1bd,-_0x1fd5be._0x5055fa,-0x151)][_0x2ebeab(-_0x1fd5be._0x4ead55,-_0x1fd5be._0x70f8ac,-0xd4,-0x122)]=_0x233e0a[_0x2ebeab(-0xee,-0x198,-_0x1fd5be._0x11f565,-0x122)],_0x1d40c2['session']['email']=_0x233e0a[_0x10597c(0x35d,0x350,_0x1fd5be._0x43f272,0x3db)],_0x1d40c2[_0x10597c(_0x1fd5be._0x3371db,0x341,_0x1fd5be._0xd21236,0x352)][_0x2ebeab(-_0x1fd5be._0x4b8b22,-_0x1fd5be._0x102a77,-_0x1fd5be._0x5706fd,-_0x1fd5be._0x36f248)]=_0x233e0a['name'],_0x1d40c2[_0x10597c(0x308,_0x1fd5be._0x5845c7,0x2f5,_0x1fd5be._0x38d993)][_0x2ebeab(-0x143,-_0x1fd5be._0x2b8274,-0xcf,-_0x1fd5be._0x37c15a)+_0x2ebeab(-0x1d6,-_0x1fd5be._0x5368fd,-0x255,-_0x1fd5be._0x29002b)]=_0x233e0a[_0x2ebeab(-0xb5,-0x81,-0x119,-_0x1fd5be._0x300100)+_0x10597c(_0x1fd5be._0x49a703,_0x1fd5be._0xb4bbef,_0x1fd5be._0x13f29c,_0x1fd5be._0x8c47d2)]||![],_0x1d40c2[_0x10597c(0x386,_0x1fd5be._0x3381b6,_0x1fd5be._0x17271d,_0x1fd5be._0x2fe2b2)][_0x10597c(0x2cf,0x2dd,_0x1fd5be._0x309917,0x2d6)+'me']=_0x233e0a[_0x2ebeab(-0x1b6,-_0x1fd5be._0x3cd63,-_0x1fd5be._0x29a1b,-_0x1fd5be._0x5ef1df)+'me'],_0x1d40c2[_0x2ebeab(-_0x1fd5be._0x4a28ae,-_0x1fd5be._0x5094b6,-_0x1fd5be._0x40e39b,-0x151)][_0x2ebeab(-_0x1fd5be._0x3e58c6,-_0x1fd5be._0x57d85b,-0x15a,-_0x1fd5be._0x32c888)](_0x3cf02a=>{const _0x22d363={_0xa5884b:0x619},_0x372fd9={_0x41e498:0x1d9,_0x58a706:0xd3,_0x2406d3:0x6c};if(_0x3cf02a){logger[_0x2d7720(_0x3d947c._0x56d208,_0x3d947c._0x390c53,0x496,0x3e9)](_0x4a5fc8[_0x5b9f90(-0x184,-0x1d8,-_0x3d947c._0x265e9e,-0x147)],_0x3cf02a);const _0x12279a={};return _0x12279a[_0x5b9f90(-0x236,-0x210,-0x216,-0x260)]=_0x4a5fc8[_0x5b9f90(-0x19c,-0x1e8,-0x137,-0x17c)],_0x12279a[_0x2d7720(0x52d,_0x3d947c._0x1a99ce,_0x3d947c._0x4055c6,0x4e3)]='Failed\x20to\x20'+_0x2d7720(0x451,0x40a,_0x3d947c._0x571058,0x4c9)+_0x2d7720(0x46c,0x443,_0x3d947c._0x5b3940,_0x3d947c._0x1dd878),_0x2b78bf['status'](-0x210b+-0xb9*-0x35+-0x34e)['json'](_0x12279a);}const _0x437d5f={};_0x437d5f[_0x5b9f90(-0x1d5,-0x1f8,-0x1bf,-_0x3d947c._0xbf10b2)]=_0x233e0a['id'];function _0x5b9f90(_0x3782b4,_0x25ee0f,_0x562f19,_0x1d57c5){return _0x2ebeab(_0x25ee0f,_0x25ee0f-_0x372fd9._0x41e498,_0x562f19-_0x372fd9._0x58a706,_0x3782b4- -_0x372fd9._0x2406d3);}_0x437d5f[_0x5b9f90(-0x18e,-_0x3d947c._0x3ae149,-_0x3d947c._0x143737,-_0x3d947c._0x31e6d7)]=_0x233e0a[_0x2d7720(0x4f7,_0x3d947c._0x1af090,0x475,_0x3d947c._0x20f837)],_0x437d5f[_0x2d7720(0x538,_0x3d947c._0x327819,_0x3d947c._0x129ea1,0x552)+_0x2d7720(_0x3d947c._0x58c356,0x442,0x49b,_0x3d947c._0x390c53)]=_0x233e0a[_0x5b9f90(-_0x3d947c._0x3acc89,-_0x3d947c._0x47933c,-0x135,-_0x3d947c._0xd88f65)+_0x5b9f90(-_0x3d947c._0x2f89af,-0x1c9,-0x1fd,-0x26d)]||![],logger['info']('User\x20logge'+_0x5b9f90(-0x142,-0x135,-_0x3d947c._0x44d98e,-0x168),_0x437d5f);function _0x2d7720(_0x164e34,_0x1c6c9e,_0x175e3f,_0x497637){return _0x2ebeab(_0x1c6c9e,_0x1c6c9e-0x183,_0x175e3f-0x35,_0x164e34-_0x22d363._0xa5884b);}const _0x4aa2f2={};_0x4aa2f2['id']=_0x233e0a['id'],_0x4aa2f2[_0x5b9f90(-_0x3d947c._0x1632a0,-0x218,-0x14a,-0x1a1)]=_0x233e0a[_0x5b9f90(-_0x3d947c._0xe06dc0,-_0x3d947c._0x3babea,-0x189,-_0x3d947c._0x2df89a)],_0x4aa2f2[_0x2d7720(0x4d7,0x53c,_0x3d947c._0xd588dc,_0x3d947c._0x1a080a)]=_0x233e0a[_0x5b9f90(-_0x3d947c._0xada43,-0x144,-0x1ad,-0x1b1)],_0x4aa2f2[_0x5b9f90(-_0x3d947c._0x39ba17,-0x162,-_0x3d947c._0x5e8b41,-_0x3d947c._0x2cbc25)]=_0x233e0a[_0x2d7720(_0x3d947c._0x59e6d6,0x52d,0x571,_0x3d947c._0x13c5cb)],_0x4aa2f2['isServerAd'+_0x5b9f90(-0x235,-0x1e0,-0x21e,-_0x3d947c._0x46cc60)]=_0x233e0a[_0x5b9f90(-0x14d,-0xe8,-0x138,-_0x3d947c._0x2212b4)+_0x5b9f90(-_0x3d947c._0x2f89af,-0x216,-_0x3d947c._0x3a55dd,-0x1b0)]||![],_0x4aa2f2[_0x2d7720(0x464,0x460,0x46d,_0x3d947c._0x6814e1)+'me']=_0x233e0a[_0x5b9f90(-0x221,-_0x3d947c._0x1b8c1b,-_0x3d947c._0x3c53e0,-0x299)+'me'];const _0x23723e={};_0x23723e[_0x2d7720(0x4c5,0x492,0x52d,0x522)]=_0x4aa2f2,_0x2b78bf[_0x2d7720(0x48d,_0x3d947c._0x42f257,_0x3d947c._0x31b4b8,_0x3d947c._0xa98da7)](_0x23723e);});}else{const _0x12f783={};return _0x12f783[_0x2ebeab(-_0x1fd5be._0xbd34bc,-_0x1fd5be._0x5bcc81,-_0x1fd5be._0x3d2b7e,-_0x1fd5be._0x1808a1)]=_0x10597c(0x2b4,_0x1fd5be._0x32d34e,_0x1fd5be._0x58531f,_0x1fd5be._0x43ceb9)+_0x10597c(_0x1fd5be._0x1d946c,0x399,_0x1fd5be._0x21b7ad,_0x1fd5be._0x2a9783),_0x3ea6aa['status'](0xa20+-0xbad+-0x321*-0x1)[_0x10597c(_0x1fd5be._0x26088d,_0x1fd5be._0x283b14,_0x1fd5be._0x33958a,_0x1fd5be._0x49e96c)](_0x12f783);}}catch(_0xa3231a){logger['error'](_0x4a5fc8['CQXNb'],_0xa3231a);const _0x46fbb3={};_0x46fbb3[_0x10597c(0x25d,0x2c8,_0x1fd5be._0x4fc553,0x31f)]=_0x4a5fc8['GQadW'],_0x46fbb3[_0x2ebeab(-_0x1fd5be._0x24327a,-0xe4,-_0x1fd5be._0x2d82d8,-_0x1fd5be._0x1c9f78)]=_0x4a5fc8['HCcMZ'],_0x2b78bf['status'](0xe9*-0x1+0xe5*0x10+-0x3d1*0x3)[_0x10597c(_0x1fd5be._0x1f72e6,_0x1fd5be._0x2abe47,_0x1fd5be._0x2765eb,_0x1fd5be._0x272261)](_0x46fbb3);}}),router['post'](_0x4652bc(-0x19d,-0x196,-0xa9,-0x118),(_0x80b191,_0x2d26c9)=>{const _0x40a92d={_0x23c51c:0x131,_0x38230d:0x11e,_0x2f8a01:0xf5,_0x12bcd5:0x195,_0x3e238f:0x146,_0x155d44:0x17f,_0x86904:0x8e,_0x320a33:0x80,_0x1c47ce:0x9c,_0x3d5e57:0x3a0,_0x1aace6:0x2d7,_0x4f95c6:0x302,_0x1464d4:0x2bc,_0x3fbf5e:0x34c,_0x17749d:0x345,_0x5119e4:0x88,_0x4a1177:0x2,_0x5c8151:0x292,_0x52a6e4:0x28e,_0x315eda:0x27,_0x1464ff:0x331,_0x409a19:0x367,_0x436d06:0x2dc,_0x5f4c97:0x2d4,_0x1cb831:0x298,_0x237176:0x304,_0x521086:0x2a0,_0x2ae755:0x2a9,_0x8c9945:0x30c,_0x2b1752:0x368,_0x5bbcc4:0x370,_0x4061df:0xbd,_0x5e5d64:0x2fb,_0x38e300:0x2c1,_0x15ce3f:0x31e,_0x39ad6a:0x38e,_0x159530:0x324,_0x7ab476:0x2b2,_0x257579:0x344,_0x2c5c52:0x2ab,_0x26ba1f:0x36c,_0x30ceb8:0x34b,_0x475cb2:0x3aa,_0x1c3426:0xa7,_0x17c5de:0xf9,_0x295b9f:0x3f5,_0xa49349:0x39d},_0x3d03e6={_0x107658:0x14,_0x980661:0xd7,_0x2b7983:0xa0,_0x26f442:0x1e6,_0x2bfc88:0x1b6,_0x297dfe:0x1c8,_0x3c2c37:0x161,_0x20a2ae:0x1b1,_0x1222ce:0x1c8,_0x350510:0x29a,_0x4e3330:0x25b,_0x53b402:0x27a,_0x39cadf:0x12b,_0x59dbb5:0x1cb,_0x2b5ad6:0x1ab,_0x592c4d:0x2ea,_0x1d9424:0x20b,_0x39964d:0x25f,_0x4a23d8:0x2fd,_0x1b6d9e:0x22b,_0x436682:0x215,_0x26ba8e:0x113,_0x559c1d:0x133,_0x119052:0x119,_0x26d6ab:0x1f5,_0x1aeb7f:0x129,_0x2589c5:0x261,_0xea966f:0x1a0,_0x5e5ea6:0x206,_0x226a67:0x1fe,_0x4d1f13:0x205,_0x3fd206:0x82,_0x4d3ddc:0x36,_0x1fd6d9:0xc1,_0x1c7d61:0x8c,_0x172101:0x7f,_0x21b83c:0x71,_0xc197ef:0x199,_0x4aecf1:0x1fe,_0x5c91d0:0x2f,_0x483e61:0xb8,_0x253a4b:0x1f,_0x325bc8:0x77,_0x45ff40:0x23,_0x5e3d1c:0xc,_0x1af510:0x4d,_0x410221:0x21,_0x5b05a8:0x15,_0x14f77f:0x28,_0x491c0a:0x32,_0x26e27f:0x8,_0x2f720e:0x26a,_0x189491:0x1ff,_0x50b1e7:0x207,_0x47dd27:0x196,_0x36c714:0x18d,_0x2a7e89:0x1fd,_0x594c55:0x1ea,_0x3d258e:0x274,_0x25f1ed:0x5,_0x13d412:0xad,_0x18dfc1:0xa2,_0x57eef1:0x48},_0x28ae88={_0x4002b3:0x35c},_0x23ee6c={_0x23db98:0x111},_0x3af49a={_0x15337b:0xb4,_0x82e8e6:0x1c0};function _0x218cbd(_0x2a1e2f,_0x5b322b,_0x35eba9,_0xbd6ae){return _0x1cacf8(_0x35eba9,_0x5b322b- -0x9a,_0x35eba9-_0x3af49a._0x15337b,_0xbd6ae-_0x3af49a._0x82e8e6);}const _0x2e0d15={};_0x2e0d15[_0x218cbd(_0x40a92d._0x23c51c,0x118,_0x40a92d._0x38230d,_0x40a92d._0x2f8a01)]=_0x218cbd(_0x40a92d._0x12bcd5,0x10e,0x9e,_0x40a92d._0x3e238f)+_0x218cbd(0xbf,0xf6,_0x40a92d._0x155d44,0x67),_0x2e0d15[_0x218cbd(0x10c,_0x40a92d._0x86904,0x52,_0x40a92d._0x320a33)]=_0x218cbd(0xa1,0xe7,_0x40a92d._0x1c47ce,0x132)+_0x1ac9d6(_0x40a92d._0x3d5e57,0x353,_0x40a92d._0x1aace6,0x3db)+'e';function _0x1ac9d6(_0x2bd3b8,_0x1e3914,_0x40e419,_0x34239f){return _0x4652bc(_0x2bd3b8-_0x23ee6c._0x23db98,_0x1e3914-0x83,_0x2bd3b8,_0x1e3914-0x3e4);}_0x2e0d15[_0x1ac9d6(_0x40a92d._0x4f95c6,_0x40a92d._0x1464d4,_0x40a92d._0x3fbf5e,_0x40a92d._0x17749d)]=function(_0x23fb0e,_0xcc1938){return _0x23fb0e===_0xcc1938;},_0x2e0d15[_0x218cbd(0x135,0xfa,0x187,0x163)]=_0x218cbd(0x3d,_0x40a92d._0x5119e4,-_0x40a92d._0x4a1177,0xb5),_0x2e0d15[_0x1ac9d6(0x2b4,_0x40a92d._0x5c8151,0x213,_0x40a92d._0x52a6e4)]=function(_0x35f8a5,_0x5dd804){return _0x35f8a5===_0x5dd804;},_0x2e0d15[_0x1ac9d6(0x2d5,0x361,0x392,0x3d6)]='emBmC',_0x2e0d15[_0x218cbd(-_0x40a92d._0x315eda,0x49,0x64,0x59)]=_0x1ac9d6(0x329,_0x40a92d._0x1464ff,0x338,0x335)+_0x1ac9d6(0x3cd,_0x40a92d._0x409a19,0x3d0,_0x40a92d._0x436d06)+_0x1ac9d6(_0x40a92d._0x5f4c97,0x2d1,0x35e,_0x40a92d._0x1cb831),_0x2e0d15[_0x1ac9d6(_0x40a92d._0x237176,_0x40a92d._0x521086,0x212,_0x40a92d._0x2ae755)]=_0x218cbd(0x10e,0x163,0x1dd,0x13d)+_0x1ac9d6(0x22a,0x29e,_0x40a92d._0x8c9945,0x2b5),_0x2e0d15[_0x1ac9d6(0x3e2,_0x40a92d._0x2b1752,_0x40a92d._0x5bbcc4,0x387)]=_0x218cbd(-0x3,0x8a,0x3d,_0x40a92d._0x4061df)+_0x1ac9d6(_0x40a92d._0x5e5d64,_0x40a92d._0x38e300,0x23a,0x335),_0x2e0d15[_0x1ac9d6(_0x40a92d._0x15ce3f,_0x40a92d._0x39ad6a,0x344,0x329)]=_0x1ac9d6(_0x40a92d._0x159530,0x2e0,0x282,_0x40a92d._0x7ab476);const _0x1d6cd7=_0x2e0d15,_0x490b12=_0x80b191[_0x1ac9d6(0x360,0x326,0x2d3,_0x40a92d._0x257579)]?.[_0x1ac9d6(0x288,0x30e,_0x40a92d._0x2c5c52,_0x40a92d._0x26ba1f)],_0x4046ed=_0x80b191[_0x1ac9d6(0x2f1,0x326,_0x40a92d._0x30ceb8,_0x40a92d._0x475cb2)]?.['username'];_0x80b191[_0x218cbd(_0x40a92d._0x1c3426,0xdc,0xdc,_0x40a92d._0x17c5de)][_0x1ac9d6(_0x40a92d._0x295b9f,_0x40a92d._0xa49349,0x396,0x343)](_0x4afa5b=>{function _0x6544ca(_0x199d36,_0x198307,_0x37d642,_0x4a80b4){return _0x218cbd(_0x199d36-0x1ba,_0x4a80b4- -0x2c2,_0x199d36,_0x4a80b4-0x140);}function _0x3d41ba(_0x356e9b,_0xcb6c5c,_0x45e99f,_0x415fc9){return _0x1ac9d6(_0xcb6c5c,_0x415fc9- -_0x28ae88._0x4002b3,_0x45e99f-0x1b1,_0x415fc9-0x8);}if(_0x1d6cd7[_0x3d41ba(-_0x3d03e6._0x107658,-0x36,-_0x3d03e6._0x980661,-_0x3d03e6._0x2b7983)](_0x1d6cd7[_0x6544ca(-0x1e6,-_0x3d03e6._0x26f442,-_0x3d03e6._0x2bfc88,-_0x3d03e6._0x297dfe)],_0x1d6cd7[_0x6544ca(-0x190,-_0x3d03e6._0x3c2c37,-_0x3d03e6._0x20a2ae,-_0x3d03e6._0x1222ce)])){if(_0x4afa5b){if(_0x1d6cd7[_0x6544ca(-_0x3d03e6._0x350510,-_0x3d03e6._0x4e3330,-0x27f,-_0x3d03e6._0x53b402)]('emBmC',_0x1d6cd7[_0x6544ca(-0x211,-_0x3d03e6._0x39cadf,-_0x3d03e6._0x59dbb5,-_0x3d03e6._0x2b5ad6)])){const _0x35ab79={};_0x35ab79['userId']=_0x490b12,_0x35ab79['username']=_0x4046ed,logger[_0x6544ca(-_0x3d03e6._0x592c4d,-0x1e7,-_0x3d03e6._0x1d9424,-_0x3d03e6._0x39964d)](_0x1d6cd7[_0x6544ca(-0x272,-0x2bf,-_0x3d03e6._0x4a23d8,-0x279)],_0x4afa5b,_0x35ab79);const _0x4da845={};return _0x4da845[_0x6544ca(-_0x3d03e6._0x1b6d9e,-0x2a5,-_0x3d03e6._0x436682,-0x25f)]=_0x1d6cd7[_0x3d41ba(-_0x3d03e6._0x26ba8e,-_0x3d03e6._0x559c1d,-0xa6,-0xbc)],_0x4da845[_0x6544ca(-_0x3d03e6._0x119052,-_0x3d03e6._0x26d6ab,-0x116,-0x181)]=_0x1d6cd7[_0x3d41ba(-_0x3d03e6._0x1aeb7f,-0xa0,-0xeb,-0xc9)],_0x2d26c9[_0x6544ca(-_0x3d03e6._0x2589c5,-_0x3d03e6._0xea966f,-0x23d,-_0x3d03e6._0x5e5ea6)](0xba9+0xf4e+-0x1903)[_0x6544ca(-_0x3d03e6._0x226a67,-0x19e,-0x1e3,-0x221)](_0x4da845);}else{const _0x199556={};return _0x199556[_0x6544ca(-0x2aa,-_0x3d03e6._0x4d1f13,-0x278,-_0x3d03e6._0x39964d)]=_0x1d6cd7[_0x3d41ba(-_0x3d03e6._0x3fd206,-_0x3d03e6._0x4d3ddc,-0x2,0x6)],_0x10eb99[_0x3d41ba(-_0x3d03e6._0x1fd6d9,-0x93,-_0x3d03e6._0x1c7d61,-0x56)](0x1*-0xe17+0x1c05+-0xc5e)[_0x3d41ba(-0xbe,-_0x3d03e6._0x172101,-0xf9,-_0x3d03e6._0x21b83c)](_0x199556);}}const _0xaffda6={};_0xaffda6[_0x6544ca(-0x236,-_0x3d03e6._0xc197ef,-0x21a,-_0x3d03e6._0x4aecf1)]=_0x490b12,_0xaffda6['username']=_0x4046ed,logger[_0x3d41ba(-_0x3d03e6._0x5c91d0,-0x132,-0xc2,-_0x3d03e6._0x483e61)](_0x1d6cd7[_0x3d41ba(_0x3d03e6._0x253a4b,_0x3d03e6._0x325bc8,-_0x3d03e6._0x45ff40,_0x3d03e6._0x5e3d1c)],_0xaffda6),_0x2d26c9[_0x3d41ba(_0x3d03e6._0x1af510,_0x3d03e6._0x410221,_0x3d03e6._0x5b05a8,_0x3d03e6._0x14f77f)+'e'](_0x1d6cd7[_0x3d41ba(_0x3d03e6._0x491c0a,_0x3d03e6._0x26e27f,0x80,0x32)]);const _0x34450c={};_0x34450c['message']='Logged\x20out'+_0x6544ca(-_0x3d03e6._0x2f720e,-0x241,-0x1bf,-_0x3d03e6._0x189491)+_0x6544ca(-_0x3d03e6._0x50b1e7,-_0x3d03e6._0x47dd27,-0x177,-_0x3d03e6._0x36c714),_0x2d26c9['json'](_0x34450c);}else{_0x36b38d[_0x6544ca(-_0x3d03e6._0x2a7e89,-_0x3d03e6._0x594c55,-_0x3d03e6._0x3d258e,-_0x3d03e6._0x39964d)](_0x1d6cd7[_0x3d41ba(-0x1a,-_0x3d03e6._0x25f1ed,-_0x3d03e6._0x13d412,-0x84)],_0x4d3f36);const _0x31c433={};_0x31c433['error']=_0x1d6cd7[_0x6544ca(-0x23c,-0x1f7,-0x1aa,-0x234)],_0x1f9125[_0x6544ca(-0x276,-0x22c,-0x252,-0x206)](0xaa2+0xcf3+-0x7*0x317)[_0x3d41ba(-_0x3d03e6._0x18dfc1,-_0x3d03e6._0x57eef1,-0x53,-_0x3d03e6._0x21b83c)](_0x31c433);}});}),router['get']('/me',requireAuth,async(_0x22ec45,_0x2b180c)=>{const _0x273620={_0x53f831:0x326,_0x252226:0x32e,_0x3a7d1a:0x395,_0x4cad91:0x353,_0x30dffa:0x39d,_0x44b577:0x641,_0x3062ce:0x5c9,_0x122e9b:0x63a,_0x37f304:0x5c6,_0x1d0394:0x63c,_0x35b0ad:0x540,_0xc6e1bb:0x500,_0x488291:0x591,_0x3e5f4d:0x5cc,_0x48ecc9:0x4ed,_0x39fa83:0x59b,_0x2003eb:0x2ee,_0x176213:0x2d9,_0x56a8f1:0x333,_0x1024e2:0x56b,_0x1afe35:0x334,_0x5f10e1:0x5a5,_0x825bf3:0x58b,_0x59550e:0x5d3,_0x532706:0x515,_0x255b93:0x54e,_0x32ef6e:0x542,_0x41475:0x5e0,_0x3b47f3:0x306,_0x211ca8:0x279,_0x3e3d11:0x28a,_0x387f3c:0x2a3,_0x2172f9:0x57b,_0x5201fb:0x530,_0x4a90e0:0x4fa,_0x3468bd:0x5bf,_0x20fe1d:0x594,_0x2dc1db:0x5ab,_0x3e1f93:0x268,_0x5473fd:0x32b,_0x13602c:0x303,_0x588a43:0x2fa,_0x3bdf1b:0x51c,_0x55a630:0x521,_0x1dfc15:0x4d4,_0x14973b:0x589,_0x15bce7:0x50a,_0x46c94d:0x513,_0x3912b5:0x52f,_0x5d9420:0x238,_0x31c673:0x2a6,_0x168855:0x2aa,_0x346423:0x22b,_0x217623:0x5e3,_0x355b15:0x561,_0x360116:0x5cf,_0x119e90:0x330,_0x40909a:0x2c8,_0x4dfbad:0x358,_0x80ffd4:0x2cf,_0x3c7871:0x327,_0x37adef:0x52b,_0x4fba46:0x4d4,_0x40ea27:0x5ad,_0x1b049d:0x56c,_0x5b1272:0x300,_0x38f1a4:0x2b2,_0x5ac75f:0x2b5,_0x2b7114:0x303,_0xfbb0d2:0x539,_0x131ed2:0x5bc,_0x7a3ba:0x318,_0x4ffc75:0x373,_0x56217a:0x2f8,_0x54e372:0x33e,_0xa4d535:0x5e5,_0x7787a4:0x5dd,_0x55abf9:0x58d,_0x16ac8a:0x61a,_0x10d1f2:0x5e7,_0x3f56b6:0x586,_0x48a41a:0x2af,_0x50e8a8:0x25a,_0x15f52d:0x264,_0x3012c3:0x5ef,_0x341c2a:0x5b7,_0x149019:0x58f,_0xbb9c08:0x2af,_0x3ba609:0x2fd,_0x628f6d:0x5c4,_0x5773e4:0x61c,_0xa1b1c9:0x33d,_0x21b018:0x2c5,_0x2b492d:0x2f4,_0x10ba87:0x343,_0x545d58:0x28d,_0x1e7bb2:0x2de,_0x481e2f:0x294,_0x580247:0x38a,_0x20ed8a:0x35f,_0x33bbb3:0x305,_0x2b2e7d:0x2d6,_0x1e3e55:0x592,_0x258b4b:0x5b4,_0x2c057e:0x652,_0x3ef25f:0x35c,_0x49aed0:0x31b,_0x4a21d3:0x30a,_0x1c212a:0x521,_0x46378f:0x583,_0x328bea:0x5c5,_0x4ea410:0x605,_0x586d21:0x533,_0xf747d6:0x5e9,_0x52d9f6:0x5b9,_0x365b29:0x2d8,_0x32d3b1:0x2e6,_0x1bd6e8:0x2e4,_0x2febb8:0x298,_0xede170:0x358,_0xd717eb:0x363,_0x15c659:0x391,_0x51d8db:0x5dc,_0x5af28a:0x59a,_0x209b60:0x361,_0x27befb:0x2e1,_0xc8d7dd:0x56f,_0x20aef5:0x4b2,_0x1e598c:0x4e6,_0x4230af:0x5ee,_0x2d98dc:0x5fb,_0xc83611:0x582,_0x23f548:0x55f,_0x3aacf2:0x4e7,_0x2276d8:0x556,_0x52743c:0x58e,_0x114f8b:0x2af,_0x53d1af:0x2f7,_0x14c581:0x5bd,_0x124f4c:0x62e,_0x55264f:0x2f1,_0x4e6af7:0x26c,_0x2b125a:0x351,_0x176500:0x33b,_0x4485b9:0x52e,_0x11a1ce:0x4f1,_0x289209:0x4e8,_0x1fe590:0x33d,_0x50910f:0x2fa,_0x1a75d6:0x28d,_0x579cd1:0x28d,_0x5ef275:0x243,_0x30a371:0x51a,_0x145b82:0x50f,_0x21edc5:0x4c7,_0x42b2c4:0x541,_0x50b418:0x4e2,_0x983abd:0x544},_0x3c20a7={_0x3e899b:0x408,_0x4f3700:0x1af,_0x4b0366:0x130},_0xbcb8f9={_0x309650:0x62,_0x5db7fa:0x3af};function _0x1c309d(_0x4f9a4b,_0x5c4f3b,_0x215fbc,_0x263668){return _0x4652bc(_0x4f9a4b-0x71,_0x5c4f3b-_0xbcb8f9._0x309650,_0x5c4f3b,_0x4f9a4b-_0xbcb8f9._0x5db7fa);}const _0x2ebd56={'VtqNt':function(_0x13340f,_0x4303fa){return _0x13340f(_0x4303fa);},'HArJY':function(_0x3dd1f2,_0x4bf671){return _0x3dd1f2===_0x4bf671;},'gbPey':_0x1c309d(0x326,_0x273620._0x53f831,_0x273620._0x252226,_0x273620._0x3a7d1a),'GzDee':_0x1c309d(_0x273620._0x4cad91,0x39d,0x376,_0x273620._0x30dffa)+'ts:manage','RpZyu':function(_0x3b5ae2,_0x5dfefe,_0x58650c){return _0x3b5ae2(_0x5dfefe,_0x58650c);},'qoiIs':_0x18d4f1(0x5e0,0x65e,0x5ba,_0x273620._0x44b577)+'ts:git','lodXx':function(_0x59cc25,_0xe5f00a,_0x1a56f6){return _0x59cc25(_0xe5f00a,_0x1a56f6);},'POjFi':'bindings:m'+_0x18d4f1(_0x273620._0x3062ce,0x559,_0x273620._0x122e9b,0x600),'mHfeQ':function(_0x3c7f4b,_0x260e41){return _0x3c7f4b(_0x260e41);},'rkgkX':_0x18d4f1(_0x273620._0x37f304,_0x273620._0x1d0394,0x617,0x609),'tYfvD':'Permission'+_0x18d4f1(_0x273620._0x35b0ad,_0x273620._0xc6e1bb,_0x273620._0x488291,_0x273620._0x3e5f4d)+_0x18d4f1(0x54a,0x516,0x54d,0x55a)+_0x18d4f1(0x578,_0x273620._0x48ecc9,_0x273620._0x39fa83,0x571)+'me'};function _0x18d4f1(_0x11e487,_0x40266a,_0x28051e,_0x4b19c6){return _0x1cacf8(_0x40266a,_0x11e487-_0x3c20a7._0x3e899b,_0x28051e-_0x3c20a7._0x4f3700,_0x4b19c6-_0x3c20a7._0x4b0366);}try{const _0x233874=await _0x2ebd56['VtqNt'](findUserById,_0x22ec45[_0x1c309d(_0x273620._0x2003eb,_0x273620._0x176213,0x327,_0x273620._0x56a8f1)]['id']),_0x1e361f=_0x22ec45[_0x18d4f1(0x57b,0x54d,0x558,_0x273620._0x1024e2)][_0x1c309d(0x361,0x2ee,0x332,_0x273620._0x1afe35)+_0x18d4f1(0x506,0x48f,0x52c,0x481)]||![];let _0x20f0f4=![],_0x8ceca4=![],_0x22d39e=![],_0xb1d1e1=![],_0x5595b9=![];if(!_0x1e361f)try{if(_0x2ebd56[_0x18d4f1(_0x273620._0x5f10e1,0x51b,_0x273620._0x825bf3,_0x273620._0x59550e)](_0x2ebd56[_0x18d4f1(_0x273620._0x532706,_0x273620._0x255b93,0x54e,0x563)],_0x18d4f1(0x5b3,_0x273620._0x32ef6e,0x5d4,_0x273620._0x41475))){_0x20f0f4=await hasPermissionOnAnyEnvironment(_0x22ec45[_0x1c309d(0x2ee,0x322,_0x273620._0x3b47f3,_0x273620._0x211ca8)]['id'],_0x2ebd56[_0x1c309d(_0x273620._0x3e3d11,_0x273620._0x387f3c,0x20e,0x29f)]),_0x5595b9=await _0x2ebd56['RpZyu'](hasPermissionOnAnyEnvironment,_0x22ec45[_0x18d4f1(_0x273620._0x2172f9,_0x273620._0x5201fb,_0x273620._0x4a90e0,_0x273620._0x3468bd)]['id'],_0x2ebd56['qoiIs']);!_0x20f0f4&&(_0x8ceca4=await _0x2ebd56['lodXx'](hasPermissionOnAnyEnvironment,_0x22ec45['user']['id'],_0x2ebd56['POjFi']));const _0x2bcbd5=await getTeamsManagedBy(_0x22ec45['user']['id']);_0x22d39e=_0x2bcbd5[_0x18d4f1(_0x273620._0x20fe1d,_0x273620._0x2dc1db,0x5a2,0x603)]>0x24b*0xd+0x1ba0+-0x396f;const _0x411679=await _0x2ebd56[_0x1c309d(0x2a4,_0x273620._0x3e1f93,_0x273620._0x5473fd,_0x273620._0x13602c)](getVisibleEnvironments,_0x22ec45[_0x1c309d(0x2ee,0x2e2,_0x273620._0x588a43,0x2dd)]['id']);_0xb1d1e1=_0x411679['length']>0x5d3+0x1213+-0x7*0x36a;}else _0x25c0fe[_0x18d4f1(0x505,_0x273620._0x3bdf1b,_0x273620._0x55a630,_0x273620._0x1dfc15)](_0x18d4f1(_0x273620._0x14973b,_0x273620._0x15bce7,0x55f,0x587)+'create\x20ava'+_0x18d4f1(_0x273620._0x46c94d,_0x273620._0x3912b5,0x594,0x518)+'tory',_0x4e75d9);}catch(_0x41d819){if(_0x2ebd56['HArJY']('rHUcs',_0x2ebd56[_0x1c309d(0x27f,_0x273620._0x5d9420,0x254,0x217)])){const _0xa6c5f8={};_0xa6c5f8[_0x1c309d(0x278,_0x273620._0x31c673,_0x273620._0x168855,_0x273620._0x346423)]=_0x41d819[_0x18d4f1(_0x273620._0x217623,0x5bd,0x5be,0x563)],logger[_0x18d4f1(0x561,_0x273620._0x355b15,_0x273620._0x360116,0x525)](_0x2ebd56[_0x1c309d(_0x273620._0x119e90,_0x273620._0x40909a,0x30e,0x318)],_0xa6c5f8);}else{const _0x1c01b1={};_0x1c01b1['id']=_0x249486['id'],_0x1c01b1['name']=_0xe86a35[_0x1c309d(_0x273620._0x4dfbad,0x2ea,_0x273620._0x80ffd4,_0x273620._0x3c7871)],_0x1c01b1['isManager']=!![],_0x3e2b73[_0x18d4f1(_0x273620._0x37adef,_0x273620._0x4fba46,0x5b6,0x4c4)](_0x1c01b1);}}const _0x1d40ca={};_0x1d40ca['id']=_0x22ec45['user']['id'],_0x1d40ca[_0x18d4f1(_0x273620._0x40ea27,_0x273620._0x1b049d,0x521,_0x273620._0x3e5f4d)]=_0x22ec45['user']['username'],_0x1d40ca[_0x1c309d(_0x273620._0x5b1272,_0x273620._0x38f1a4,_0x273620._0x5ac75f,_0x273620._0x2b7114)]=_0x22ec45[_0x18d4f1(0x57b,0x510,0x511,0x529)][_0x18d4f1(0x58d,_0x273620._0xfbb0d2,_0x273620._0x131ed2,0x510)],_0x1d40ca[_0x1c309d(0x358,_0x273620._0x7a3ba,0x383,_0x273620._0x4ffc75)]=_0x22ec45[_0x1c309d(0x2ee,_0x273620._0x56217a,_0x273620._0x54e372,0x28a)][_0x18d4f1(_0x273620._0xa4d535,_0x273620._0x7787a4,_0x273620._0x55abf9,0x5c2)],_0x1d40ca[_0x18d4f1(0x5ee,_0x273620._0x16ac8a,_0x273620._0x360116,_0x273620._0x10d1f2)+_0x18d4f1(0x506,0x47e,_0x273620._0x3f56b6,0x576)]=_0x1e361f,_0x1d40ca[_0x1c309d(_0x273620._0x48a41a,_0x273620._0x50e8a8,0x265,_0x273620._0x15f52d)+_0x18d4f1(_0x273620._0x3012c3,0x67b,_0x273620._0x341c2a,_0x273620._0x149019)]=_0x20f0f4,_0x1d40ca[_0x1c309d(_0x273620._0xbb9c08,0x2ad,0x2e3,_0x273620._0x3ba609)+_0x18d4f1(_0x273620._0x628f6d,0x60f,0x638,_0x273620._0x5773e4)+'r']=_0x8ceca4,_0x1d40ca['hasEnviron'+'mentGit']=_0x5595b9,_0x1d40ca['isTeamMana'+'ger']=_0x22d39e,_0x1d40ca[_0x1c309d(0x2af,0x2bd,0x231,0x248)+_0x1c309d(_0x273620._0xa1b1c9,_0x273620._0x21b018,_0x273620._0x2b492d,_0x273620._0x10ba87)+'gs']=_0xb1d1e1,_0x1d40ca[_0x1c309d(_0x273620._0x545d58,0x2cb,0x297,0x2a8)+'me']=_0x22ec45['user'][_0x1c309d(0x28d,0x295,_0x273620._0x1e7bb2,_0x273620._0x481e2f)+'me'],_0x1d40ca[_0x1c309d(0x305,0x2e9,_0x273620._0x580247,_0x273620._0x20ed8a)]=_0x233874?.[_0x1c309d(_0x273620._0x33bbb3,_0x273620._0x2b2e7d,0x2d2,0x35c)]||null,_0x1d40ca[_0x18d4f1(0x5f8,_0x273620._0x1e3e55,_0x273620._0x258b4b,_0x273620._0x2c057e)+'s']=_0x233874?.[_0x1c309d(0x36b,_0x273620._0x3ef25f,0x3ee,_0x273620._0x49aed0)+'s']||{};const _0x121c7f={};_0x121c7f[_0x1c309d(0x2ee,0x316,_0x273620._0x4a21d3,0x32a)]=_0x1d40ca,_0x2b180c[_0x18d4f1(0x543,_0x273620._0x1c212a,_0x273620._0x46378f,_0x273620._0x328bea)](_0x121c7f);}catch(_0x4debf5){const _0x5f31b5={};_0x5f31b5['id']=_0x22ec45[_0x18d4f1(0x57b,0x552,0x52d,0x5e2)]['id'],_0x5f31b5['username']=_0x22ec45['user'][_0x18d4f1(0x5ad,_0x273620._0x4ea410,_0x273620._0x586d21,0x537)],_0x5f31b5[_0x18d4f1(_0x273620._0x55abf9,_0x273620._0xf747d6,0x532,_0x273620._0x52d9f6)]=_0x22ec45[_0x1c309d(0x2ee,_0x273620._0x365b29,_0x273620._0x32d3b1,0x2d2)][_0x1c309d(_0x273620._0x5b1272,0x336,_0x273620._0x1bd6e8,_0x273620._0x2febb8)],_0x5f31b5[_0x1c309d(_0x273620._0xede170,_0x273620._0xd717eb,0x2ec,_0x273620._0x15c659)]=_0x22ec45[_0x18d4f1(0x57b,0x601,_0x273620._0x51d8db,_0x273620._0x5af28a)]['name'],_0x5f31b5[_0x1c309d(_0x273620._0x209b60,_0x273620._0xede170,_0x273620._0x27befb,0x3d9)+_0x18d4f1(0x506,_0x273620._0xc8d7dd,_0x273620._0x20aef5,_0x273620._0x1e598c)]=_0x22ec45[_0x18d4f1(_0x273620._0x2172f9,0x5e3,0x5ea,0x582)][_0x18d4f1(_0x273620._0x4230af,_0x273620._0x2d98dc,0x63e,_0x273620._0xc83611)+_0x18d4f1(0x506,_0x273620._0x23f548,_0x273620._0x3aacf2,_0x273620._0x2276d8)]||![],_0x5f31b5[_0x1c309d(0x2af,0x2a2,0x280,_0x273620._0x48a41a)+_0x18d4f1(0x5ef,_0x273620._0x52743c,0x624,0x560)]=![],_0x5f31b5[_0x1c309d(_0x273620._0x114f8b,0x31b,_0x273620._0x53d1af,0x23e)+_0x18d4f1(0x5c4,_0x273620._0x14c581,0x548,_0x273620._0x124f4c)+'r']=![],_0x5f31b5[_0x1c309d(0x2af,0x2ba,0x305,0x285)+_0x1c309d(0x2e9,_0x273620._0x55264f,_0x273620._0x4e6af7,_0x273620._0x2b125a)]=![],_0x5f31b5[_0x1c309d(_0x273620._0x176500,0x358,0x316,0x399)+_0x18d4f1(_0x273620._0x4485b9,0x5a9,0x546,0x585)]=![],_0x5f31b5[_0x18d4f1(0x53c,_0x273620._0x11a1ce,_0x273620._0x289209,0x594)+_0x1c309d(_0x273620._0x1fe590,0x386,_0x273620._0x50910f,0x3a0)+'gs']=![],_0x5f31b5[_0x1c309d(_0x273620._0x1a75d6,_0x273620._0x579cd1,0x318,_0x273620._0x5ef275)+'me']=_0x22ec45[_0x18d4f1(_0x273620._0x2172f9,0x50c,0x5c2,0x5d7)][_0x18d4f1(_0x273620._0x30a371,_0x273620._0x145b82,_0x273620._0x21edc5,0x526)+'me'],_0x5f31b5[_0x18d4f1(_0x273620._0x1e3e55,_0x273620._0x42b2c4,0x5a4,0x5bd)]=null,_0x5f31b5['preference'+'s']={};const _0x5d967a={};_0x5d967a[_0x18d4f1(_0x273620._0x2172f9,0x533,0x555,_0x273620._0x1c212a)]=_0x5f31b5,_0x2b180c[_0x18d4f1(0x543,0x4d1,_0x273620._0x50b418,_0x273620._0x983abd)](_0x5d967a);}}),router[_0x1cacf8(0x1f8,0x1e9,0x1fd,0x249)]('/cli-login',async(_0x5d718f,_0x713561)=>{const _0x19f33a={_0x4bad86:0xc4,_0x4bd027:0x156,_0xab1311:0x136,_0x1d8706:0x16b,_0x5abd7c:0x5d,_0x348f6d:0x1c5,_0x14f7f5:0x1b0,_0x2da817:0x19d,_0x48b905:0x165,_0x131452:0xd0,_0x2f5c2e:0x6a,_0x2f21ee:0x20,_0x4ab730:0x169,_0x5f1e62:0xdc,_0x54169a:0xf8,_0x2b85da:0x11c,_0x1a1aba:0xec,_0x2eafa9:0x87,_0x93d7a1:0x123,_0x1e7993:0xd6,_0x28a9bb:0xb9,_0x4aeba2:0x12d,_0x4a6ba6:0x18e,_0x1bd229:0xdd,_0x205c69:0x10c,_0x4d4c6c:0x142,_0x46d4c8:0x1c4,_0x292eb2:0xc3,_0x34c5f6:0x9e,_0x47f93c:0x108,_0x128e44:0x13a,_0x1b66bd:0x13b,_0xc3b3b6:0x1d0,_0x31437f:0x23,_0x54e018:0x32,_0x556354:0xe9,_0x7643f2:0x7c,_0x56986d:0x106,_0x68af77:0x1e,_0x3083c1:0x5c,_0xf9e086:0x60,_0x2bcdc2:0x175,_0xc925ee:0x1f9,_0x482f63:0xa0,_0x2ef397:0x39,_0x9e4647:0xc8,_0x357983:0x9a,_0x1c98f6:0x162,_0x5e20ad:0x171,_0x4a15f6:0x1e2,_0x1d4c77:0xa3,_0x80debd:0x1f,_0x51ffd8:0x27,_0x44d1a5:0x1e0,_0x4eb21a:0x10b,_0x3de946:0x268,_0x5f0f11:0x8f,_0x51dd8f:0x106,_0x559988:0xed,_0x87ea86:0xd8,_0x5cd647:0x68,_0x34af24:0xe1,_0x59c22b:0xda,_0x16a43a:0x17,_0x295c42:0xb8,_0x4ef7c4:0x5e,_0x3ee459:0xc7,_0x59fb22:0x122,_0x42c697:0x82,_0x21f250:0xe8,_0x4fcfcf:0x18b,_0x490610:0x22b,_0x36ed5a:0x196,_0x5e4e60:0x17f,_0x96f1c7:0x178,_0x3962f9:0x185,_0x45480c:0x1dc,_0x5b805e:0x179,_0x2f41c3:0x50,_0x304991:0x1d1,_0x74b905:0x206,_0x5633f5:0x258,_0xcac62b:0x1da,_0x28db4c:0x18a,_0x3da7d2:0x105,_0xbf4e4d:0x159,_0x1f1fb8:0x143,_0x12d6f0:0x172,_0x4c0efa:0x76,_0x41d94a:0x1e,_0x7fb766:0x1c6,_0x4043d7:0x15b,_0x3805df:0x167,_0x1de81c:0xde,_0x2c17c6:0x5b,_0x30fa20:0xb6,_0x1c398b:0xeb,_0x1fe3f5:0x15f,_0x342421:0x9b,_0x5ca441:0xe2,_0x105dd9:0xc9,_0x24e1ba:0x140,_0x5eac73:0x1cf,_0x465ae5:0x1ce,_0x50d857:0x22e,_0x5a18c6:0x1cd,_0x466fc8:0x14a,_0x53f592:0xea,_0x566e71:0xcd,_0xa0aaca:0xc8,_0x3e3faf:0x13c,_0xb240d7:0x97,_0x24017f:0x7f,_0x429587:0x60,_0x4042a6:0x5a,_0x5f09f7:0x26,_0x5d2f46:0xa1,_0x2422f2:0x11c,_0x199278:0xe0,_0x59b26a:0xc6},_0x3cfca4={_0xc04002:0x98,_0x917036:0x4f},_0x49cad3={_0x48cc26:0x203,_0x4ff31b:0x109,_0x29c5b3:0x178},_0x140d7e={'zbCel':_0x1b42d6(0x167,0x170,0x129,_0x19f33a._0x4bad86)+'\x20capabilit'+_0x1b42d6(0x197,_0x19f33a._0x4bd027,_0x19f33a._0xab1311,_0x19f33a._0x1d8706)+_0x324873(-_0x19f33a._0x5abd7c,-0xce,-0x93,-0x7d)+'me','ijwkZ':function(_0x129350,_0x35681e){return _0x129350!==_0x35681e;},'tJPvV':_0x1b42d6(0x23c,0x174,0x1d9,_0x19f33a._0x348f6d),'Cmrjz':_0x1b42d6(0x155,_0x19f33a._0x14f7f5,_0x19f33a._0x2da817,_0x19f33a._0x48b905)+_0x324873(-0x14e,-0x106,-_0x19f33a._0x131452,-_0x19f33a._0x2f5c2e)+_0x324873(-0x85,-_0x19f33a._0x2f21ee,-0x98,-0x16)+_0x324873(-0x8a,-_0x19f33a._0x4ab730,-_0x19f33a._0x5f1e62,-0x9d),'EeIQI':function(_0x4821f5,_0x1e90b5,_0x542d63){return _0x4821f5(_0x1e90b5,_0x542d63);},'zmNfq':'Failed\x20CLI'+_0x1b42d6(_0x19f33a._0x54169a,0x110,0x134,0x110)+_0x324873(-_0x19f33a._0x2b85da,-0xe8,-_0x19f33a._0x1a1aba,-_0x19f33a._0x2eafa9),'hclPA':'Authentica'+_0x1b42d6(0xef,0x1ad,_0x19f33a._0x93d7a1,0xa1)+'d','UyOqq':_0x324873(-_0x19f33a._0x1e7993,-_0x19f33a._0x28a9bb,-0xa0,-_0x19f33a._0x4aeba2)+'ername\x20or\x20'+_0x1b42d6(0xf8,0x73,0xfc,0x17e),'PlOgO':'CLI\x20Access','MyPGt':_0x1b42d6(_0x19f33a._0x4a6ba6,_0x19f33a._0x1bd229,_0x19f33a._0x205c69,0x129)+_0x1b42d6(_0x19f33a._0x4d4c6c,0x147,0x1cb,_0x19f33a._0x46d4c8),'DOTle':'kbzHj','VcOAF':_0x324873(-0x17,-0x106,-0x99,-_0x19f33a._0x292eb2),'XzSIb':_0x324873(-_0x19f33a._0x34c5f6,-0x185,-_0x19f33a._0x47f93c,-_0x19f33a._0x128e44)+'ed'};function _0x324873(_0x47bf70,_0x5d989e,_0x24fdb9,_0xde7e8b){return _0x1cacf8(_0xde7e8b,_0x24fdb9- -_0x49cad3._0x48cc26,_0x24fdb9-_0x49cad3._0x4ff31b,_0xde7e8b-_0x49cad3._0x29c5b3);}function _0x1b42d6(_0x112d51,_0x3f81ad,_0x170dac,_0x54f499){return _0x4652bc(_0x112d51-_0x3cfca4._0xc04002,_0x3f81ad-_0x3cfca4._0x917036,_0x54f499,_0x170dac-0x228);}const {username:_0x315769,password:_0x3eeff8}=_0x5d718f[_0x1b42d6(0x15c,_0x19f33a._0x1b66bd,0x17c,_0x19f33a._0xc3b3b6)];if(!_0x315769||!_0x3eeff8){if(_0x140d7e[_0x324873(-0x14a,-0x9e,-0xde,-0x128)]('xWcRv',_0x140d7e[_0x324873(-_0x19f33a._0x31437f,-0x8c,-_0x19f33a._0x54e018,-0x37)])){const _0x5eedac={};return _0x5eedac[_0x324873(-_0x19f33a._0x556354,-_0x19f33a._0x7643f2,-_0x19f33a._0x56986d,-0x129)]=_0x324873(0x29,-_0x19f33a._0x68af77,-_0x19f33a._0x3083c1,-_0x19f33a._0xf9e086)+_0x1b42d6(0xf4,0xf2,0x173,_0x19f33a._0x2bcdc2),_0x5eedac[_0x1b42d6(0x1df,_0x19f33a._0xc925ee,0x1cf,0x209)]=_0x140d7e[_0x324873(-0x8,-0x4,-0x56,0x1e)],_0x713561['status'](0x1*-0x9ef+0x1d3*-0x10+0x28af)[_0x324873(-_0x19f33a._0x482f63,-_0x19f33a._0x2ef397,-_0x19f33a._0x9e4647,-0xcb)](_0x5eedac);}else{const _0x2b0e4a={};_0x2b0e4a[_0x324873(-_0x19f33a._0x357983,-0xa3,-0x106,-0x7f)]=_0xb0f957['message'],_0x34ad15[_0x1b42d6(0x141,0x155,0x14d,0xf6)](_0x140d7e[_0x1b42d6(_0x19f33a._0x1c98f6,0x18c,_0x19f33a._0x5e20ad,_0x19f33a._0x4a15f6)],_0x2b0e4a);}}try{const _0x3d5c6e=await _0x140d7e[_0x324873(-_0x19f33a._0x1d4c77,0x5b,-_0x19f33a._0x80debd,_0x19f33a._0x51ffd8)](validatePassword,_0x315769,_0x3eeff8);if(!_0x3d5c6e){const _0x522b46={};_0x522b46[_0x1b42d6(0x1a7,0x1cf,0x199,_0x19f33a._0x44d1a5)]=_0x315769,logger[_0x1b42d6(0x10c,_0x19f33a._0x4eb21a,0x181,0x18a)](_0x140d7e[_0x1b42d6(0x19c,0x1ac,0x1e9,_0x19f33a._0x3de946)],_0x522b46);const _0x2fb040={};return _0x2fb040[_0x324873(-_0x19f33a._0x5f0f11,-0xb8,-_0x19f33a._0x51dd8f,-_0x19f33a._0x559988)]=_0x140d7e[_0x324873(-0x54,-_0x19f33a._0x87ea86,-_0x19f33a._0x5cd647,-_0x19f33a._0x34af24)],_0x2fb040['message']=_0x140d7e[_0x324873(-0x51,-0x4d,-0xb0,-_0x19f33a._0x59c22b)],_0x713561['status'](0x1da1+-0x1*0x15df+-0x631*0x1)['json'](_0x2fb040);}const _0x20b21d=await createApiKey(_0x3d5c6e['id'],_0x140d7e[_0x324873(-_0x19f33a._0x16a43a,-0x54,-0x72,-0x7e)]),_0x3cb21a={};_0x3cb21a['userId']=_0x3d5c6e['id'],_0x3cb21a[_0x324873(-_0x19f33a._0x295c42,-0xe1,-_0x19f33a._0x4ef7c4,-0xb5)]=_0x3d5c6e['username'],_0x3cb21a[_0x324873(-0x82,-0x12b,-_0x19f33a._0x3ee459,-0x118)]=_0x20b21d['id'],logger[_0x1b42d6(_0x19f33a._0x59fb22,_0x19f33a._0x42c697,_0x19f33a._0x21f250,0x15a)](_0x140d7e[_0x1b42d6(_0x19f33a._0x4fcfcf,_0x19f33a._0x490610,0x1d4,_0x19f33a._0x36ed5a)],_0x3cb21a);const _0x2a56ce={};_0x2a56ce['id']=_0x3d5c6e['id'],_0x2a56ce[_0x1b42d6(0x1d2,_0x19f33a._0x5e4e60,0x199,_0x19f33a._0x96f1c7)]=_0x3d5c6e[_0x1b42d6(_0x19f33a._0x3962f9,_0x19f33a._0x45480c,0x199,0x172)],_0x2a56ce[_0x1b42d6(0x15a,0x158,_0x19f33a._0x5b805e,0x1ca)]=_0x3d5c6e[_0x324873(-_0x19f33a._0x2f41c3,-_0x19f33a._0x1e7993,-0x7e,-0xc9)],_0x2a56ce[_0x1b42d6(0x21a,0x177,_0x19f33a._0x304991,_0x19f33a._0x74b905)]=_0x3d5c6e[_0x1b42d6(0x255,0x198,0x1d1,0x17f)],_0x2a56ce[_0x1b42d6(_0x19f33a._0x5633f5,0x1e4,_0x19f33a._0xcac62b,0x178)+_0x324873(-_0x19f33a._0x4bad86,-_0x19f33a._0x28db4c,-_0x19f33a._0x3da7d2,-_0x19f33a._0xbf4e4d)]=_0x3d5c6e[_0x1b42d6(0x1fb,0x1cd,0x1da,0x1ef)+'min']||![];const _0xb091a0={};_0xb091a0[_0x1b42d6(_0x19f33a._0x1f1fb8,0x1cc,0x1cf,_0x19f33a._0x12d6f0)]=_0x324873(-_0x19f33a._0x4c0efa,0x16,-0x37,-_0x19f33a._0x41d94a)+_0x1b42d6(_0x19f33a._0x7fb766,0x17b,0x1c7,0x20a),_0xb091a0[_0x1b42d6(_0x19f33a._0x4043d7,_0x19f33a._0x21f250,_0x19f33a._0x3805df,0xee)]=_0x2a56ce,_0xb091a0['apiKey']=_0x20b21d['key'],_0x713561['json'](_0xb091a0);}catch(_0x53702c){if(_0x140d7e[_0x324873(-0x67,-0x7a,-_0x19f33a._0x1de81c,-_0x19f33a._0x2c17c6)](_0x140d7e['DOTle'],_0x140d7e['VcOAF'])){logger[_0x1b42d6(0x82,0x15a,0xf1,0x69)](_0x324873(-_0x19f33a._0x30fa20,-0x115,-_0x19f33a._0x1c398b,-_0x19f33a._0x1fe3f5)+_0x324873(-_0x19f33a._0x342421,-0x17c,-_0x19f33a._0x51dd8f,-0x9f),_0x53702c);const _0x5ad0f7={};_0x5ad0f7[_0x324873(-_0x19f33a._0x4aeba2,-_0x19f33a._0x5ca441,-0x106,-_0x19f33a._0x105dd9)]=_0x140d7e['XzSIb'],_0x5ad0f7[_0x1b42d6(_0x19f33a._0x24e1ba,0x211,_0x19f33a._0x5eac73,_0x19f33a._0x465ae5)]=_0x1b42d6(0x12c,_0x19f33a._0x50d857,0x1ad,_0x19f33a._0x5a18c6)+'ccurred\x20du'+'ring\x20authe'+'ntication',_0x713561[_0x1b42d6(0xfb,0x1c9,_0x19f33a._0x466fc8,0x133)](0x1078+0x191f+-0x27a3)[_0x324873(-_0x19f33a._0x53f592,-_0x19f33a._0x566e71,-_0x19f33a._0xa0aaca,-_0x19f33a._0x3e3faf)](_0x5ad0f7);}else{if(!_0x49cb51[_0x324873(0x2a,-0x60,-0x1b,0x2e)](_0xa893fc=>_0xa893fc['id']===_0x570288['id'])){const _0x424332={};_0x424332['id']=_0x4350af['id'],_0x424332[_0x324873(-_0x19f33a._0xb240d7,-_0x19f33a._0x24017f,-0x26,_0x19f33a._0x429587)]=_0x41deb6[_0x324873(-_0x19f33a._0x4042a6,0x2,-_0x19f33a._0x5f09f7,-_0x19f33a._0x5f0f11)],_0x424332['isManager']=!![],_0xa0d91a[_0x324873(-_0x19f33a._0x5d2f46,-_0x19f33a._0x2422f2,-_0x19f33a._0x199278,-_0x19f33a._0x59b26a)](_0x424332);}}}}),router[_0x4652bc(-0x7,-0x81,0x1b,-0x36)](_0x4652bc(-0x6b,-0x153,-0x152,-0xe7),requireAuth,async(_0x227476,_0x54b3bc)=>{const _0x5ebc87={_0xadb23:0x5d,_0x28a192:0x44,_0x4b448f:0x37,_0x10d798:0x31,_0x4aa254:0xc,_0x2046f6:0x368,_0x27bc20:0x305,_0x28881f:0x2f4,_0x4121d3:0x341,_0x184220:0x382,_0x18eb0b:0x2ac,_0x12742a:0x2af,_0x26da57:0x27a,_0xa23c0:0x2f3,_0x484165:0x5b,_0x108066:0x2e2,_0x1a333d:0x2a9,_0x21b8c2:0x31b,_0x3f467c:0x36f,_0x1ed823:0x316,_0x5b91ea:0x2b3,_0x3c6446:0xd6,_0x473c2d:0x9,_0x5d7111:0x2ce,_0x5daef5:0x309,_0x4177e6:0x289,_0x172efe:0x37a,_0x1f8d23:0x2f4,_0x5867e1:0x39b,_0x591307:0x337,_0x2b1a6f:0xe,_0x3f7ae7:0x30f,_0x1c3d66:0x333,_0x2d83e5:0x32a,_0x16b3ec:0x1f,_0x10488a:0x372,_0x508241:0x3bf,_0x8eabc5:0x395,_0x458e25:0x2b8,_0x535c61:0x27,_0x856679:0x12,_0x3e981c:0x9c,_0x7ef2cd:0x382,_0x1a7af1:0x35c,_0x59003c:0x2ea,_0x360860:0x2bc,_0x5beaff:0x2cf,_0x163ea3:0x3c8,_0x37fd58:0x2fa,_0x170535:0x33b,_0x594e9e:0xbe,_0x4f14e2:0x329,_0x181b35:0x36e,_0xfd9f6a:0x21,_0x318046:0x41,_0x4cbbfe:0xb7,_0x513051:0x75,_0x45c9b5:0x253,_0x1db660:0x27d,_0x20f8c4:0x299,_0xf48a9e:0x348,_0x11ba39:0x2e6,_0x5c57ed:0x353,_0x9b8f33:0x339,_0x382df6:0x2e,_0x51778d:0xf,_0xa07974:0x332,_0x31ac93:0x323,_0x24abc2:0x319,_0x398a6c:0x37b,_0x279376:0x369,_0x3bcecc:0x319,_0x9e5f31:0x3e9,_0x4f500a:0x371,_0x4363e4:0x65,_0x58ecf1:0x359,_0x5a3931:0x332,_0x1d464b:0x3e3,_0x437ee9:0x31a,_0x7c2a9b:0x3c8,_0x5cc0e4:0x379,_0x267cbd:0x384,_0x2a7a95:0x8d,_0x51bc71:0x118,_0x1c1789:0x291,_0x19552f:0x16,_0x3d4076:0xe8,_0x4259e4:0x34,_0x53aa55:0x7a,_0x4f7b3c:0x19,_0x303f0e:0xea,_0x491be5:0x354,_0x54850a:0x2f1,_0x9e19fc:0x345,_0x11c784:0x2d5,_0x5689a8:0x295,_0x4b3158:0x340,_0xad0e10:0x308,_0x195047:0x38c,_0x17941a:0x334,_0x40a4dc:0x35,_0x35c1fd:0x8,_0x3a01d3:0x2cd,_0x5937e0:0x335,_0x2d47b3:0x2fa,_0x2ea0ab:0x325,_0x48f328:0x369,_0x2c6d3a:0x399,_0x46b66a:0x270,_0x253885:0xa,_0x771e64:0x68,_0x430f70:0x25,_0x42bc2e:0x1,_0x3fa0af:0x2c,_0x2f32c6:0xa2,_0x25fc56:0x6f,_0x33b1d0:0x4a,_0x200a11:0x97,_0x4201ca:0x54},_0x5dbefd={_0x18b4b6:0x177,_0xf9ce7d:0x1a7},_0x4482af={_0x1b4945:0xe8,_0x3b5283:0x17a,_0xb3d2f7:0x3c8};function _0x1287d0(_0x2b1eb0,_0x5cce4c,_0x3fc85c,_0x3e297b){return _0x4652bc(_0x2b1eb0-_0x4482af._0x1b4945,_0x5cce4c-_0x4482af._0x3b5283,_0x3fc85c,_0x3e297b-_0x4482af._0xb3d2f7);}function _0x1270e7(_0x167305,_0x4aa72d,_0x53ccfc,_0x55c85d){return _0x1cacf8(_0x4aa72d,_0x167305- -_0x5dbefd._0x18b4b6,_0x53ccfc-_0x5dbefd._0xf9ce7d,_0x55c85d-0x17c);}const _0x3bc793={'wCJgb':_0x1270e7(0x32,-0x5c,-_0x5ebc87._0xadb23,0xaf)+_0x1270e7(-_0x5ebc87._0x28a192,-_0x5ebc87._0x4b448f,0x1a,_0x5ebc87._0x10d798)+_0x1270e7(-_0x5ebc87._0x4aa254,-0x13,-0x52,-0x20)+'ired','xWyZn':'Failed\x20to\x20'+'remove\x20ava'+'tar','qilVB':_0x1287d0(0x2a7,_0x5ebc87._0x2046f6,_0x5ebc87._0x27bc20,_0x5ebc87._0x28881f),'qWLyJ':_0x1287d0(_0x5ebc87._0x4121d3,_0x5ebc87._0x184220,0x3e4,0x366),'AIKgo':_0x1287d0(_0x5ebc87._0x18eb0b,_0x5ebc87._0x12742a,0x2e5,0x316),'Uvxdh':function(_0x1e5aa5,_0x5cf8e2){return _0x1e5aa5(_0x5cf8e2);},'gvvsZ':_0x1287d0(_0x5ebc87._0x26da57,_0x5ebc87._0xa23c0,0x26a,0x2aa)+_0x1270e7(-0x39,-0xa0,0x1f,-_0x5ebc87._0x484165)+_0x1287d0(0x2c7,_0x5ebc87._0x108066,0x28a,_0x5ebc87._0x1a333d)+_0x1287d0(_0x5ebc87._0x21b8c2,0x348,_0x5ebc87._0x3f467c,0x33a)+'and\x20WebP\x20a'+_0x1287d0(0x301,0x275,_0x5ebc87._0x1ed823,_0x5ebc87._0x5b91ea)+'.','iccAW':function(_0x51444d,_0x468bc3){return _0x51444d===_0x468bc3;},'hKAsW':_0x1270e7(-0x6d,-_0x5ebc87._0x3c6446,_0x5ebc87._0x473c2d,-0xbc),'PcvLE':_0x1287d0(0x2da,_0x5ebc87._0x5d7111,_0x5ebc87._0x5daef5,_0x5ebc87._0x4177e6)+_0x1270e7(0x57,0x44,0xd8,0x2c),'yIORO':function(_0x21b63b,_0xc620b6){return _0x21b63b!==_0xc620b6;},'iHnxq':'qNplp','ZsFAo':'Failed\x20to\x20'+_0x1287d0(_0x5ebc87._0x172efe,_0x5ebc87._0x1f8d23,_0x5ebc87._0x5867e1,_0x5ebc87._0x591307)+'e'};try{if(_0x3bc793[_0x1270e7(0x3c,-_0x5ebc87._0x2b1a6f,0x17,-0x45)](_0x3bc793[_0x1287d0(_0x5ebc87._0x3f7ae7,_0x5ebc87._0x1c3d66,0x35c,_0x5ebc87._0x2d83e5)],_0x3bc793[_0x1270e7(_0x5ebc87._0x16b3ec,0x29,-0x6e,-0x67)])){const _0x399bc4=await _0x3bc793[_0x1287d0(0x3d3,_0x5ebc87._0x10488a,_0x5ebc87._0x508241,0x369)](findUserById,_0x227476[_0x1287d0(_0x5ebc87._0x8eabc5,_0x5ebc87._0x458e25,0x32d,0x307)]['id']);if(!_0x399bc4){if(_0x1270e7(-0x26,_0x5ebc87._0x535c61,-0x5b,_0x5ebc87._0x856679)!=='ISidn'){const _0x238079={};return _0x238079[_0x1270e7(-0x7a,-0x3,-_0x5ebc87._0x3e981c,-0x65)]=_0x3bc793[_0x1287d0(_0x5ebc87._0x7ef2cd,0x301,0x344,_0x5ebc87._0x1a7af1)],_0x54b3bc[_0x1287d0(0x370,0x2f2,0x2c0,_0x5ebc87._0x59003c)](0xcec+-0x1438*-0x1+0x2*-0xfc8)[_0x1287d0(_0x5ebc87._0x360860,0x2cb,0x276,_0x5ebc87._0x5beaff)](_0x238079);}else{const _0x469c53={};return _0x469c53['error']=_0x1287d0(_0x5ebc87._0x163ea3,0x2ea,_0x5ebc87._0x37fd58,_0x5ebc87._0x170535)+'edentials',_0x469c53[_0x1270e7(0x64,0x94,0x1c,_0x5ebc87._0x594e9e)]=_0x3bc793[_0x1287d0(0x36d,0x2e9,_0x5ebc87._0x4f14e2,_0x5ebc87._0x181b35)],_0x4d25a5[_0x1270e7(-_0x5ebc87._0xfd9f6a,-0x6f,0x35,_0x5ebc87._0x318046)](0xdd1+0x2*0xa27+-0x208f)['json'](_0x469c53);}}const _0x27b953={};_0x27b953[_0x1270e7(-0x34,-0x6e,-_0x5ebc87._0x4cbbfe,-_0x5ebc87._0x513051)+_0x1287d0(0x2d4,0x2ce,_0x5ebc87._0x45c9b5,_0x5ebc87._0x1db660)]=!![],_0x27b953['email_comm'+_0x1287d0(0x316,_0x5ebc87._0x20f8c4,_0x5ebc87._0xf48a9e,0x2ce)+_0x1287d0(0x343,0x35e,0x2ee,_0x5ebc87._0x11ba39)]=!![];const _0x4d61cf={};_0x4d61cf['id']=_0x399bc4['id'],_0x4d61cf[_0x1287d0(_0x5ebc87._0x5c57ed,0x374,0x38b,_0x5ebc87._0x9b8f33)]=_0x399bc4[_0x1270e7(_0x5ebc87._0x382df6,-_0x5ebc87._0x51778d,0x27,0xb6)],_0x4d61cf[_0x1287d0(_0x5ebc87._0xa07974,0x398,_0x5ebc87._0x31ac93,_0x5ebc87._0x24abc2)]=_0x399bc4[_0x1287d0(0x2c8,_0x5ebc87._0x398a6c,_0x5ebc87._0x279376,_0x5ebc87._0x3bcecc)],_0x4d61cf[_0x1287d0(_0x5ebc87._0x9e5f31,0x3c7,0x316,_0x5ebc87._0x4f500a)]=_0x399bc4[_0x1270e7(0x66,0x74,0xa1,_0x5ebc87._0x4363e4)],_0x4d61cf[_0x1287d0(0x2e5,_0x5ebc87._0x58ecf1,_0x5ebc87._0x5a3931,0x31e)]=_0x399bc4[_0x1270e7(0x13,0xa0,0x3,-0xa)]||null,_0x4d61cf[_0x1287d0(_0x5ebc87._0x1d464b,_0x5ebc87._0x437ee9,0x34b,0x384)+'s']=_0x399bc4[_0x1287d0(_0x5ebc87._0x7c2a9b,_0x5ebc87._0x5cc0e4,_0x5ebc87._0x279376,_0x5ebc87._0x267cbd)+'s']||_0x27b953;const _0x4d8b8a={};_0x4d8b8a[_0x1270e7(-_0x5ebc87._0x2a7a95,-0x111,-0x53,-_0x5ebc87._0x51bc71)]=_0x4d61cf,_0x54b3bc['json'](_0x4d8b8a);}else{_0x55f264[_0x1287d0(0x299,0x2bc,0x2ca,_0x5ebc87._0x1c1789)](_0x3bc793[_0x1270e7(-0x72,-_0x5ebc87._0x19552f,-_0x5ebc87._0x3d4076,-_0x5ebc87._0x4259e4)],_0x359a30);const _0x3a6611={};_0x3a6611[_0x1270e7(-_0x5ebc87._0x53aa55,-_0x5ebc87._0x4f7b3c,-0x23,-_0x5ebc87._0x303f0e)]=_0x3bc793[_0x1287d0(0x224,0x299,0x274,0x299)],_0x138ace['status'](-0x2519+-0x13*-0x15c+0xd39)[_0x1287d0(0x310,_0x5ebc87._0x491be5,_0x5ebc87._0x54850a,0x2cf)](_0x3a6611);}}catch(_0x4d5eed){if(_0x3bc793[_0x1270e7(-0x18,-0x23,-0x1b,-0x8e)](_0x3bc793[_0x1287d0(_0x5ebc87._0x9e19fc,_0x5ebc87._0x11c784,0x349,0x2cb)],'qNplp')){const _0x35c0cb=['image/jpeg',_0x3bc793[_0x1287d0(_0x5ebc87._0x5689a8,_0x5ebc87._0x4b3158,0x37c,_0x5ebc87._0xad0e10)],_0x3bc793['qWLyJ'],_0x3bc793[_0x1287d0(_0x5ebc87._0x195047,0x3b8,0x356,_0x5ebc87._0x17941a)]];_0x35c0cb[_0x1270e7(-0x27,-0x1d,_0x5ebc87._0x40a4dc,_0x5ebc87._0x35c1fd)](_0x20bc3f[_0x1287d0(_0x5ebc87._0x3a01d3,_0x5ebc87._0x5937e0,0x369,_0x5ebc87._0x2d47b3)])?_0x23ebf3(null,!![]):_0x3bc793[_0x1287d0(_0x5ebc87._0x2ea0ab,0x3da,0x30c,_0x5ebc87._0x48f328)](_0x135aba,new _0x5c9931(_0x3bc793[_0x1287d0(0x38c,0x2e9,_0x5ebc87._0x2c6d3a,0x309)]));}else{logger[_0x1287d0(_0x5ebc87._0x458e25,0x228,_0x5ebc87._0x46b66a,_0x5ebc87._0x1c1789)](_0x1270e7(_0x5ebc87._0x253885,-_0x5ebc87._0x771e64,-_0x5ebc87._0x430f70,_0x5ebc87._0x42bc2e)+_0x1270e7(_0x5ebc87._0x3fa0af,0x6c,_0x5ebc87._0x2f32c6,-0x3b)+'e',_0x4d5eed);const _0x3c6e52={};_0x3c6e52['error']=_0x3bc793[_0x1270e7(0x54,0x9a,_0x5ebc87._0x25fc56,-0x26)],_0x54b3bc[_0x1270e7(-_0x5ebc87._0xfd9f6a,_0x5ebc87._0x33b1d0,-_0x5ebc87._0x200a11,-0x7e)](0x5be+0x674+-0x51f*0x2)[_0x1270e7(-0x3c,_0x5ebc87._0x535c61,-0x59,-_0x5ebc87._0x4201ca)](_0x3c6e52);}}}),router['put']('/profile',requireAuth,async(_0x2c7f07,_0x3a4b5a)=>{const _0x396f0b={_0x1f6bbf:0x392,_0x1e5888:0x2d9,_0x226f22:0x1d7,_0x3d10da:0x210,_0x4a8c6a:0x147,_0x3e3fcf:0x17f,_0x3ec615:0x3d5,_0x11442d:0x31f,_0x2e6344:0x363,_0x2b87a3:0xb9,_0x4cea74:0x120,_0x24a370:0x33d,_0x37fe16:0xe1,_0x5df989:0x162,_0x363035:0x15e,_0x4a985e:0x16d,_0x2e57ed:0x446,_0x501113:0x472,_0x236a15:0x3ea,_0x14ca58:0x1f2,_0x387484:0x167,_0x19dd11:0x35c,_0x3a639b:0x2e7,_0x2fb561:0x369,_0x312d5f:0x3e6,_0x50f1ba:0x3f6,_0x1cbb56:0x328,_0x4ac1ee:0x2f3,_0x4c4396:0x17e,_0x5bc772:0x15c,_0x142eb6:0x2fd,_0x955027:0x39e,_0x4439d3:0x381,_0xa49eec:0x178,_0x5add08:0x1fb,_0x5413ff:0x1c8,_0x135e37:0x144,_0x3d8e6f:0x1b4,_0x3f5fd9:0x192,_0x1a2585:0x1a0,_0x34dd8f:0x1f9,_0x4ac4ca:0x200,_0x163671:0x39b,_0x499479:0x278,_0x1abdc4:0xfe,_0x4353a5:0x153,_0x2b9880:0x270,_0x56d829:0x1f5,_0x495985:0x245,_0x348f43:0x1d2,_0xaad238:0x3e4,_0xd6c1bb:0x309,_0xd482b7:0x38d,_0x1066dc:0x2a1,_0x11edf0:0x313,_0x388bef:0x2be,_0x304590:0x1df,_0x6fc771:0x1d6,_0x17de33:0x26f,_0x1f1406:0x1f1,_0x4a8712:0x321,_0x2100c6:0x2e0,_0x11423a:0x356,_0x238404:0x423,_0x1a4cc9:0x183,_0x326c6b:0x1a8,_0x572f6a:0x15f,_0x322eca:0x177,_0x4e3e17:0x1a4,_0x2fa8d5:0x1a4,_0x3d1e31:0x3ae,_0x54d740:0x3f2,_0x17b31f:0x3b4,_0x2bd5c6:0x17c,_0x2eabdc:0x1d7,_0x443ad8:0x2e3,_0x549de2:0x2d4,_0x4d2cc6:0x289,_0x747271:0x2f8,_0x5d28de:0x37d,_0x32cd16:0x356,_0x11743a:0x358,_0x28fe79:0x33b,_0xbae9d:0x2e5,_0x12c01d:0x2ee,_0x59051e:0x357,_0x50e3d4:0x1df,_0x1e882f:0x1e9,_0x2f6d21:0x1a3,_0x2ae308:0x1ba,_0x2ce0aa:0x199,_0x1b9a3b:0x223,_0x20eef1:0x32c,_0x165089:0x2a6,_0x55624f:0x2e7,_0x4f6747:0x191,_0x2c3155:0x34f,_0x307970:0x41b,_0x5d6312:0x3ca,_0x26bb18:0x36c,_0x332f9c:0x18b,_0x3b32de:0x2a7,_0x5c6b99:0x3f8,_0x20f678:0x332,_0x3687dc:0x19d,_0x4ee012:0x12b,_0x7e0e19:0x1bc,_0x432c96:0x230,_0x13d704:0x20e,_0x3c1506:0x20f,_0x39572d:0x1c0,_0x128fad:0x1a2,_0x55bd93:0x3a0,_0x4a6434:0x3f0,_0x55c473:0x470,_0x139b7a:0x266,_0xf46fca:0x2c2,_0x2efdba:0x2ea,_0x507d38:0x115,_0x53adb7:0xf9,_0x3c2872:0x1d8,_0x26b454:0x1bd,_0x3ee43a:0x17d,_0xa76621:0x10a,_0x159344:0x86,_0x55e4f2:0x115,_0x5a4ec0:0x158,_0x463632:0x374,_0x36850e:0x329,_0x41913a:0x365,_0x2742e5:0x16e},_0x271b50={_0x29d614:0xb4,_0x1b837e:0x24c};function _0x2bd17a(_0x58f233,_0x256e43,_0x15f4a4,_0x372ca4){return _0x1cacf8(_0x256e43,_0x372ca4-0x200,_0x15f4a4-0x1ba,_0x372ca4-0x58);}const _0x5d7ca2={'tRmuJ':_0x2bd17a(_0x396f0b._0x1f6bbf,_0x396f0b._0x1e5888,0x35b,0x368)+'in\x20attempt','DUGrf':_0x288a6b(0x151,0x1d0,_0x396f0b._0x226f22,_0x396f0b._0x3d10da)+_0x288a6b(0x174,0x122,_0x396f0b._0x4a8c6a,_0x396f0b._0x3e3fcf)+'d','MbFat':_0x2bd17a(_0x396f0b._0x3ec615,0x375,_0x396f0b._0x11442d,_0x396f0b._0x2e6344)+'ername\x20or\x20'+_0x288a6b(_0x396f0b._0x2b87a3,0x1a0,_0x396f0b._0x4cea74,0x185),'vDpdo':'Failed\x20to\x20'+'get\x20profil'+_0x2bd17a(_0x396f0b._0x24a370,0x3fb,0x30f,0x37b)+_0x288a6b(_0x396f0b._0x37fe16,0x1da,_0x396f0b._0x5df989,0x1dc),'ZMFtv':function(_0x4a1941,_0x88c20e){return _0x4a1941!==_0x88c20e;},'YiZNE':function(_0x1f2727,_0x3feb25){return _0x1f2727!==_0x3feb25;},'uQVDN':'GZJMC','JpTRZ':function(_0xf2c099,_0x1dbbd3){return _0xf2c099===_0x1dbbd3;},'ngvrf':_0x288a6b(0x1cb,0x143,_0x396f0b._0x363035,_0x396f0b._0x4a985e)+_0x288a6b(0x1c4,0x1bc,0x194,0x192),'RMBRz':_0x2bd17a(_0x396f0b._0x2e57ed,_0x396f0b._0x501113,0x386,_0x396f0b._0x236a15),'zsTlg':_0x288a6b(0x105,_0x396f0b._0x14ca58,_0x396f0b._0x387484,0x1aa)+_0x2bd17a(_0x396f0b._0x19dd11,_0x396f0b._0x3a639b,0x389,_0x396f0b._0x2fb561)+_0x2bd17a(0x442,_0x396f0b._0x312d5f,0x372,_0x396f0b._0x50f1ba),'RTJbt':function(_0x7e7c76,_0x1c634f,_0x573540){return _0x7e7c76(_0x1c634f,_0x573540);},'NVRXs':_0x2bd17a(_0x396f0b._0x1cbb56,0x26e,0x34b,_0x396f0b._0x4ac1ee),'GKfuS':_0x288a6b(0x138,_0x396f0b._0x4c4396,_0x396f0b._0x5bc772,0x114),'rFPuU':_0x2bd17a(_0x396f0b._0x142eb6,0x35c,_0x396f0b._0x955027,_0x396f0b._0x4439d3)+'update\x20pro'+'file'};function _0x288a6b(_0x4e6bbc,_0x3cf15d,_0x173c59,_0x48beaf){return _0x4652bc(_0x4e6bbc-0x54,_0x3cf15d-_0x271b50._0x29d614,_0x4e6bbc,_0x173c59-_0x271b50._0x1b837e);}const {name:_0x5cb229,preferences:_0x979f6c}=_0x2c7f07['body'];try{const _0x39b3f3={};if(_0x5d7ca2['ZMFtv'](_0x5cb229,undefined)){if(_0x5d7ca2[_0x288a6b(_0x396f0b._0xa49eec,0x17c,0x1d3,_0x396f0b._0x5add08)](_0x5d7ca2[_0x288a6b(_0x396f0b._0x5413ff,0x140,_0x396f0b._0x135e37,_0x396f0b._0x3d8e6f)],_0x288a6b(_0x396f0b._0x3f5fd9,_0x396f0b._0x1a2585,_0x396f0b._0x34dd8f,_0x396f0b._0x4ac4ca))){if(!_0x5cb229||_0x5d7ca2[_0x2bd17a(0x30a,_0x396f0b._0x163671,0x3a0,0x347)](_0x5cb229['trim']()['length'],0x5*0x65e+0xc74+-0x2*0x1625)){const _0x5c1eb1={};return _0x5c1eb1['error']=_0x5d7ca2[_0x288a6b(0x265,_0x396f0b._0x499479,0x217,0x271)],_0x3a4b5a['status'](-0x47+0x1*0xf0b+-0xd*0x104)[_0x288a6b(0x1c0,_0x396f0b._0x1abdc4,_0x396f0b._0x4353a5,0x1a0)](_0x5c1eb1);}_0x39b3f3[_0x288a6b(0x212,_0x396f0b._0x2b9880,_0x396f0b._0x56d829,_0x396f0b._0x495985)]=_0x5cb229[_0x288a6b(0x199,0x15a,_0x396f0b._0x348f43,0x1ef)]();}else{const _0x3d85ab={};_0x3d85ab['username']=_0xbcb111,_0x1d1488[_0x2bd17a(0x36e,_0x396f0b._0xaad238,_0x396f0b._0xd6c1bb,_0x396f0b._0xd482b7)](_0x5d7ca2[_0x2bd17a(0x293,_0x396f0b._0x1066dc,0x39d,_0x396f0b._0x11edf0)],_0x3d85ab);const _0x16eb25={};return _0x16eb25[_0x2bd17a(0x2f9,0x352,_0x396f0b._0x388bef,_0x396f0b._0x142eb6)]=_0x5d7ca2['DUGrf'],_0x16eb25[_0x288a6b(_0x396f0b._0x304590,_0x396f0b._0x6fc771,0x1f3,_0x396f0b._0x17de33)]=_0x5d7ca2[_0x288a6b(0x1f2,0x1c2,_0x396f0b._0x1f1406,0x179)],_0x436c89[_0x2bd17a(_0x396f0b._0x4a8712,_0x396f0b._0x2100c6,0x2cd,_0x396f0b._0x11423a)](0x1d26+0x3b*-0x99+0x1*0x7ae)['json'](_0x16eb25);}}_0x979f6c!==undefined&&(_0x39b3f3[_0x2bd17a(0x3d9,_0x396f0b._0x238404,0x45a,0x3f0)+'s']=_0x979f6c);if(_0x5d7ca2[_0x288a6b(_0x396f0b._0x1a4cc9,_0x396f0b._0x326c6b,_0x396f0b._0x572f6a,0x101)](Object['keys'](_0x39b3f3)[_0x288a6b(_0x396f0b._0x322eca,0x177,_0x396f0b._0x4e3e17,_0x396f0b._0x2fa8d5)],-0x7e*-0x2+0x1cf*0xd+0x187f*-0x1)){if(_0x5d7ca2[_0x2bd17a(_0x396f0b._0x3d1e31,_0x396f0b._0x54d740,0x3e9,_0x396f0b._0x17b31f)]===_0x288a6b(_0x396f0b._0x2bd5c6,0x22c,0x202,_0x396f0b._0x2eabdc)){const _0x4d0b29={};return _0x4d0b29[_0x2bd17a(0x2e5,_0x396f0b._0x443ad8,_0x396f0b._0x549de2,_0x396f0b._0x142eb6)]=_0x5d7ca2[_0x2bd17a(_0x396f0b._0x4d2cc6,0x344,0x302,_0x396f0b._0x747271)],_0x3a4b5a[_0x2bd17a(_0x396f0b._0x5d28de,0x37d,0x35e,_0x396f0b._0x32cd16)](0x1*0x1b83+-0x13*-0x45+-0x1f12)[_0x2bd17a(0x380,_0x396f0b._0x11743a,0x30a,_0x396f0b._0x28fe79)](_0x4d0b29);}else _0x45da7b[_0x288a6b(0x215,0x266,0x208,0x1b3)+'s']=_0x45b436;}const _0x4a6d38=await _0x5d7ca2[_0x2bd17a(_0x396f0b._0xbae9d,0x34d,_0x396f0b._0x12c01d,_0x396f0b._0x59051e)](updateUser,_0x2c7f07['user']['id'],_0x39b3f3);if(_0x39b3f3[_0x288a6b(0x262,_0x396f0b._0x50e3d4,0x1f5,0x21a)]){if(_0x5d7ca2['YiZNE'](_0x5d7ca2['NVRXs'],_0x5d7ca2[_0x2bd17a(0x3c9,0x32c,0x392,0x36d)]))_0x2c7f07[_0x2bd17a(0x366,0x349,0x3c9,0x376)][_0x288a6b(0x269,_0x396f0b._0x1e882f,_0x396f0b._0x56d829,0x249)]=_0x39b3f3[_0x288a6b(0x20c,0x20b,0x1f5,0x1e5)];else{_0x2a7dfa['error'](_0x5d7ca2[_0x2bd17a(0x39a,0x3b7,0x2c0,0x349)],_0x1378d7);const _0x17b7ed={};_0x17b7ed[_0x288a6b(_0x396f0b._0x2f6d21,0x169,0x115,0x11f)]=_0x288a6b(_0x396f0b._0x2ae308,0x221,_0x396f0b._0x2ce0aa,_0x396f0b._0x1b9a3b)+_0x2bd17a(_0x396f0b._0x20eef1,_0x396f0b._0x165089,0x2a7,_0x396f0b._0x55624f)+_0x288a6b(_0x396f0b._0x5add08,0x184,0x1db,_0x396f0b._0x4f6747),_0x4606b9['status'](-0x1e96+0x1b1f*-0x1+0x3ba9)[_0x2bd17a(_0x396f0b._0x2c3155,0x328,0x39f,0x33b)](_0x17b7ed);}}logger['info']('Profile\x20up'+_0x2bd17a(_0x396f0b._0x307970,_0x396f0b._0x5d6312,_0x396f0b._0x26bb18,0x3b6),{'userId':_0x2c7f07[_0x288a6b(0x1a1,0x190,_0x396f0b._0x332f9c,0x1d4)]['id'],'updates':Object[_0x2bd17a(0x2fe,_0x396f0b._0x3b32de,0x2e6,0x32d)](_0x39b3f3)});const _0x144f38={};_0x144f38['id']=_0x4a6d38['id'],_0x144f38[_0x2bd17a(_0x396f0b._0x5c6b99,_0x396f0b._0x20f678,0x403,0x3a5)]=_0x4a6d38['username'],_0x144f38[_0x288a6b(0x19b,0x11d,_0x396f0b._0x3687dc,0x22b)]=_0x4a6d38[_0x288a6b(_0x396f0b._0x4ee012,0x213,_0x396f0b._0x3687dc,_0x396f0b._0x7e0e19)],_0x144f38[_0x288a6b(0x27b,_0x396f0b._0x432c96,0x1f5,_0x396f0b._0x13d704)]=_0x4a6d38['name'],_0x144f38['avatar']=_0x4a6d38[_0x288a6b(_0x396f0b._0x3c1506,_0x396f0b._0x39572d,_0x396f0b._0x128fad,0x213)]||null,_0x144f38[_0x2bd17a(_0x396f0b._0x55bd93,0x366,_0x396f0b._0x2fb561,_0x396f0b._0x4a6434)+'s']=_0x4a6d38[_0x2bd17a(0x383,_0x396f0b._0x55c473,0x3ed,_0x396f0b._0x4a6434)+'s']||{};const _0x4c5204={};_0x4c5204[_0x2bd17a(_0x396f0b._0x139b7a,_0x396f0b._0xf46fca,0x2ac,_0x396f0b._0x2efdba)]=_0x144f38,_0x3a4b5a[_0x2bd17a(0x2b9,0x2dd,0x326,0x33b)](_0x4c5204);}catch(_0x4812eb){logger[_0x288a6b(0x173,0x12b,_0x396f0b._0x507d38,_0x396f0b._0x53adb7)](_0x5d7ca2[_0x288a6b(_0x396f0b._0x3c2872,_0x396f0b._0x26b454,_0x396f0b._0x3ee43a,0x172)],_0x4812eb);const _0x352fd2={};_0x352fd2[_0x288a6b(_0x396f0b._0xa76621,_0x396f0b._0x159344,_0x396f0b._0x55e4f2,_0x396f0b._0x5a4ec0)]=_0x5d7ca2[_0x2bd17a(_0x396f0b._0x463632,_0x396f0b._0x36850e,0x2e1,_0x396f0b._0x41913a)],_0x3a4b5a[_0x288a6b(0xf9,0x1c9,_0x396f0b._0x2742e5,0xe0)](-0x243d+-0x2158+-0x1*-0x4789)['json'](_0x352fd2);}}),router[_0x1cacf8(0x1aa,0x1e9,0x17a,0x18e)](_0x4652bc(-0xa5,-0xac,-0x9e,-0xd2)+'vatar',requireAuth,avatarUpload[_0x4652bc(-0xab,-0x10d,-0xdf,-0xe9)](_0x4652bc(-0x70,-0xed,-0xbf,-0xaa)),async(_0x58c969,_0x9e7ab2)=>{const _0x2ba270={_0x21a1f0:0x599,_0x12acc9:0x58d,_0x4033a3:0x4af,_0x276445:0x4e5,_0x1627ba:0x3ff,_0xc8fc2:0x3ef,_0x1ccc47:0x416,_0x42f02f:0x41b,_0x343bd1:0x46b,_0x34c183:0x4c8,_0x2e190f:0x4f6,_0x592df1:0x4c9,_0x287d8e:0x4a0,_0x522a15:0x486,_0x1adf99:0x4be,_0xb17dc8:0x4c5,_0x677b0d:0x433,_0x41dc11:0x4ce,_0x13e62b:0x466,_0x347245:0x470,_0x32b7b0:0x489,_0x1746e1:0x469,_0x451833:0x3e9,_0xe19bf3:0x3ff,_0x332c7:0x56d,_0x4dd7f5:0x4d6,_0x3a21fa:0x541,_0x1ed579:0x4de,_0x1beec6:0x4e0,_0x178ad9:0x4b4,_0x3623d6:0x39d,_0x252a31:0x471,_0x501b78:0x494,_0x4ad28f:0x47b,_0x42175f:0x3a2,_0xf9bdf9:0x46e,_0x567939:0x482,_0x36c2c3:0x56c,_0x1cbd80:0x523,_0x18bd7b:0x4fe,_0x24a30f:0x4e6,_0x1648a7:0x544,_0x38d899:0x4de,_0x575b6f:0x51c,_0x5a0709:0x4de,_0x2690ab:0x466,_0x4d6fa3:0x4da,_0x54dab2:0x557,_0x13ae5a:0x49a,_0x27b441:0x427,_0x232793:0x556,_0x47c072:0x575,_0x7f7ba3:0x548,_0x39baec:0x56e,_0x10e72f:0x4f8,_0x1c3f52:0x5b4,_0x20f746:0x573,_0xe09ec8:0x496,_0x566c89:0x473,_0x32db5c:0x4b3,_0x5531bf:0x407,_0x3a7202:0x483,_0x40b219:0x396,_0x443ff1:0x3c0,_0x1dc35e:0x395,_0x4d9f79:0x5d0,_0x45220a:0x5fd,_0x130f6c:0x44f,_0x17a090:0x40d,_0xcbd21e:0x414,_0x408f4:0x453,_0x2713be:0x50a,_0x2383df:0x488,_0x146ae3:0x44b,_0x2a6588:0x4b7,_0x2fbebd:0x40d,_0x51093f:0x42e,_0x26721d:0x43e,_0x1a3f35:0x491,_0x9a9706:0x461},_0x2bb1f2={_0x100ad8:0x68},_0x298b73={_0xddc123:0x1b3,_0x5397f2:0x1f1};function _0x2a7469(_0xef6e85,_0x588f78,_0x44d834,_0x4406ea){return _0x4652bc(_0xef6e85-_0x298b73._0xddc123,_0x588f78-_0x298b73._0x5397f2,_0x588f78,_0xef6e85-0x544);}const _0x258aae={'vZSGD':_0x22984f(0x503,0x58c,_0x2ba270._0x21a1f0,0x59f)+_0x22984f(0x5f7,0x574,0x549,_0x2ba270._0x12acc9),'QUkMr':function(_0x44042b){return _0x44042b();},'OIqIY':function(_0x313edf,_0x10d22b){return _0x313edf(_0x10d22b);},'bubQy':'cover','jtQKF':_0x22984f(_0x2ba270._0x4033a3,_0x2ba270._0x276445,0x4a2,0x571),'hQTth':function(_0x5a7698,_0x11428b,_0x494623){return _0x5a7698(_0x11428b,_0x494623);},'cMPOC':_0x2a7469(_0x2ba270._0x1627ba,_0x2ba270._0xc8fc2,_0x2ba270._0x1ccc47,_0x2ba270._0x42f02f)+'oaded','tquZv':_0x2a7469(0x491,0x516,0x470,0x510)+'upload\x20ava'+_0x22984f(_0x2ba270._0x343bd1,_0x2ba270._0x34c183,_0x2ba270._0x2e190f,0x4f9)};if(!_0x58c969[_0x22984f(0x477,_0x2ba270._0x592df1,_0x2ba270._0x287d8e,_0x2ba270._0x522a15)]){const _0x71f1b8={};return _0x71f1b8[_0x22984f(0x4df,0x4e1,_0x2ba270._0x1adf99,_0x2ba270._0xb17dc8)]=_0x258aae[_0x2a7469(0x497,_0x2ba270._0x677b0d,_0x2ba270._0x41dc11,0x506)],_0x9e7ab2[_0x2a7469(_0x2ba270._0x13e62b,_0x2ba270._0x347245,0x441,_0x2ba270._0x32b7b0)](0x232b+0x23d*-0x6+0x142d*-0x1)[_0x2a7469(0x44b,_0x2ba270._0x1746e1,0x3c8,0x4db)](_0x71f1b8);}function _0x22984f(_0x327c35,_0x4fe37c,_0x554547,_0xc200c8){return _0x1cacf8(_0xc200c8,_0x4fe37c-0x3e4,_0x554547-_0x2bb1f2._0x100ad8,_0xc200c8-0x14d);}try{await _0x258aae[_0x22984f(0x4cb,0x4e7,0x562,0x4af)](ensureAvatarsDir);const _0x143bc8='avatar-'+_0x58c969[_0x22984f(0x58a,0x557,0x5ac,0x5ba)]['id']+'-'+Date[_0x2a7469(0x420,0x406,_0x2ba270._0x451833,_0x2ba270._0xe19bf3)]()+'.png',_0x58843c=_0x4d815a[_0x22984f(_0x2ba270._0x332c7,0x556,0x549,0x59d)](AVATARS_DIR,_0x143bc8),_0x4bfb2a={};_0x4bfb2a[_0x2a7469(_0x2ba270._0x4dd7f5,0x45a,_0x2ba270._0x3a21fa,0x4da)]=0x5a,await _0x258aae['OIqIY'](_0x1f6ebf,_0x58c969[_0x22984f(_0x2ba270._0x1ed579,_0x2ba270._0x592df1,_0x2ba270._0x1beec6,_0x2ba270._0x178ad9)][_0x2a7469(0x417,_0x2ba270._0x3623d6,_0x2ba270._0x252a31,_0x2ba270._0x501b78)])[_0x2a7469(0x424,_0x2ba270._0x4ad28f,_0x2ba270._0x42175f,0x419)](AVATAR_SIZE,AVATAR_SIZE,{'fit':_0x258aae[_0x22984f(_0x2ba270._0x4033a3,0x4e0,_0x2ba270._0xf9bdf9,_0x2ba270._0x567939)],'position':_0x258aae[_0x22984f(_0x2ba270._0x36c2c3,0x504,_0x2ba270._0x1cbd80,_0x2ba270._0x18bd7b)]})[_0x2a7469(_0x2ba270._0x24a30f,_0x2ba270._0x1648a7,0x4a1,_0x2ba270._0x38d899)](_0x4bfb2a)[_0x22984f(_0x2ba270._0x575b6f,_0x2ba270._0x5a0709,0x476,_0x2ba270._0x2690ab)](_0x58843c);const _0x2b3238=await findUserById(_0x58c969[_0x22984f(_0x2ba270._0x4d6fa3,_0x2ba270._0x54dab2,0x5bf,0x5e1)]['id']);if(_0x2b3238[_0x2a7469(_0x2ba270._0x13ae5a,0x4f2,_0x2ba270._0x27b441,0x41c)]){const _0x1c1881=_0x4d815a[_0x22984f(0x4e1,_0x2ba270._0x232793,0x555,_0x2ba270._0x47c072)](AVATARS_DIR,_0x2b3238[_0x22984f(_0x2ba270._0x7f7ba3,_0x2ba270._0x39baec,0x5e5,0x514)]);try{await _0x1bedbd[_0x2a7469(0x3fc,0x3f3,0x3d3,0x41e)](_0x1c1881);}catch(_0xa8d195){}}const _0x144b59={};_0x144b59[_0x22984f(_0x2ba270._0x10e72f,0x56e,_0x2ba270._0x1c3f52,0x4f3)]=_0x143bc8,await _0x258aae[_0x22984f(0x614,0x592,0x5e5,_0x2ba270._0x20f746)](updateUser,_0x58c969[_0x2a7469(0x483,_0x2ba270._0xe09ec8,_0x2ba270._0x566c89,_0x2ba270._0x32db5c)]['id'],_0x144b59);const _0xe2381b={};_0xe2381b[_0x2a7469(0x46e,0x3fe,0x45a,0x478)]=_0x58c969[_0x2a7469(0x483,0x4a7,_0x2ba270._0x5531bf,0x4c2)]['id'],_0xe2381b[_0x22984f(0x553,0x4dd,0x4a9,_0x2ba270._0x3a7202)]=_0x143bc8,logger[_0x2a7469(0x404,_0x2ba270._0x40b219,_0x2ba270._0x443ff1,_0x2ba270._0x1dc35e)](_0x258aae[_0x22984f(0x5a5,_0x2ba270._0x4d9f79,0x5ea,_0x2ba270._0x45220a)],_0xe2381b);const _0x38f497={};_0x38f497[_0x2a7469(_0x2ba270._0x13ae5a,0x47b,_0x2ba270._0x130f6c,_0x2ba270._0x17a090)]=_0x143bc8,_0x38f497[_0x2a7469(0x49e,_0x2ba270._0xcbd21e,_0x2ba270._0x408f4,0x52b)]=_0x2a7469(_0x2ba270._0x2713be,0x590,_0x2ba270._0x2383df,0x556)+_0x143bc8,_0x9e7ab2[_0x2a7469(_0x2ba270._0x146ae3,_0x2ba270._0x2a6588,0x432,0x43e)](_0x38f497);}catch(_0x4dd432){logger[_0x2a7469(0x40d,0x44d,0x409,0x381)](_0x258aae['tquZv'],_0x4dd432);const _0x293115={};_0x293115[_0x2a7469(_0x2ba270._0x2fbebd,0x37f,0x48e,_0x2ba270._0x51093f)]='Failed\x20to\x20'+'upload\x20ava'+'tar',_0x9e7ab2[_0x2a7469(0x466,0x4bb,0x45b,_0x2ba270._0x26721d)](0x1a73+0x1d17+-0x3596)[_0x2a7469(0x44b,_0x2ba270._0x1a3f35,_0x2ba270._0x9a9706,0x444)](_0x293115);}});function _0x4652bc(_0x3005ab,_0x4c67b9,_0x31a6dc,_0x394f9c){return _0x1bc5(_0x394f9c- -0x2b6,_0x31a6dc);}router[_0x1cacf8(0x244,0x1ca,0x23c,0x164)](_0x1cacf8(0x136,0x162,0x1a5,0x1a6)+'vatar',requireAuth,async(_0x5ac652,_0x3c32e3)=>{const _0x2e2dc8={_0x41a518:0x3b4,_0x256a35:0x158,_0x204f4c:0x3ff,_0x413540:0x436,_0x3974f5:0x1f9,_0x2f9c66:0x2ac,_0x57e1cf:0x26e,_0x2cc99:0x360,_0x331939:0x2e9,_0x4c0a2d:0x200,_0x146465:0x2f3,_0xe02687:0x37d,_0x5297a5:0x322,_0x3bf346:0x39c,_0x331dfc:0x331,_0x39867a:0xb1,_0x4f76c2:0x119,_0x182213:0x95,_0x35afbe:0x367,_0xb8c70a:0x17b,_0xbe58a4:0x330,_0x2f13c5:0x3ec,_0x407ec2:0x3b9,_0xfe6dea:0x3b9,_0x5b9ce7:0x1a0,_0x2bd4e2:0x187,_0x40361b:0x102,_0x45b8b3:0x16d,_0x343725:0x34f,_0x510682:0x106,_0x468ca8:0x135,_0x410802:0xf3,_0x22731e:0x156,_0x513c6e:0x1f7,_0xb1875c:0x1b3,_0x4230f1:0x1f4,_0x31a432:0x19e,_0x10caf3:0x155,_0x467fa2:0x2d9,_0x554ae4:0x2c5,_0x40c608:0x255,_0x3a8edb:0x161,_0x5b788a:0x3bf,_0x5317fa:0x3dc,_0x1ee0bb:0x36a,_0x15c936:0x2de,_0x371c82:0x3a4,_0xbb024a:0x31c,_0x7e6914:0x36d,_0x65fb73:0x3eb,_0x1fa7de:0x39e,_0x1a4c29:0x34a,_0x557d71:0x114,_0x413ba3:0x148,_0x15cf9a:0x111,_0x4cb55c:0xa3,_0x18db7c:0xe3,_0x139b2d:0x2c8,_0x58c339:0x158,_0x8de0df:0x12b,_0x2deeed:0xe3,_0x3b0b43:0x2aa,_0x1d7db2:0x32a,_0xd56752:0x420,_0x122df2:0x3d1,_0x37c1ef:0x3ac,_0x1d2d8b:0x17d,_0x2c52a2:0x155,_0x57e211:0x107,_0x2b2846:0x250,_0x3e79c4:0x1dd,_0x2f30b0:0x343,_0x493cb1:0x385,_0x4ff689:0x1eb,_0x53e743:0x281,_0x597445:0x356,_0x415222:0x275,_0x2f1a06:0x324,_0x49fa49:0x2d7,_0xbe1830:0x31e,_0x1b9c5f:0x1e9,_0x36c20b:0x19c,_0x4c77a2:0x1c0,_0x11cb77:0x252,_0x29ce83:0x209,_0x309a40:0x38a,_0x183ffa:0x363,_0x26ba7a:0x34b,_0x5850aa:0x373,_0x3a7a1c:0x300,_0x42284f:0x136,_0x35ab2c:0x1b6,_0x457eca:0x1a2,_0x194a8d:0x21a,_0x44c0cd:0x2a6,_0x3a29b6:0x323,_0x17193e:0x37b,_0x3e9540:0x33b,_0x30b178:0x2fe,_0xa9cf2:0x2fc,_0xd635e0:0x346,_0x594723:0x2c2,_0x177fe5:0x149,_0x32319f:0x1c1,_0x56fa18:0x1d2,_0x417adc:0x240,_0x16c114:0x1de,_0x5298ea:0x1b5,_0x371c6e:0x2f2,_0x4fcd2d:0x2a9,_0x399108:0x314,_0x305e86:0x36b,_0x3a5fbb:0x31b,_0x185f98:0x34d},_0x1134e0={_0x1b2e34:0x1c7,_0x477dc6:0x96},_0x131ef0={_0x5c8da6:0x173};function _0x48d1a5(_0x2958c6,_0x23e312,_0x2a47ee,_0x76bea4){return _0x1cacf8(_0x76bea4,_0x2a47ee-0x1c5,_0x2a47ee-0x11f,_0x76bea4-_0x131ef0._0x5c8da6);}function _0x2ebc61(_0x3e795d,_0x3d222a,_0x566c4a,_0x22b349){return _0x4652bc(_0x3e795d-_0x1134e0._0x1b2e34,_0x3d222a-_0x1134e0._0x477dc6,_0x3e795d,_0x3d222a- -0xdd);}const _0x3fdb20={'jJMOL':_0x48d1a5(0x306,_0x2e2dc8._0x41a518,0x346,0x30c)+_0x2ebc61(-0xe0,-0x15a,-_0x2e2dc8._0x256a35,-0x105)+'ssion','eefJb':_0x48d1a5(_0x2e2dc8._0x204f4c,0x36c,0x3c2,_0x2e2dc8._0x413540)+_0x2ebc61(-_0x2e2dc8._0x3974f5,-0x223,-_0x2e2dc8._0x2f9c66,-_0x2e2dc8._0x57e1cf),'uYkMc':_0x48d1a5(0x2a4,_0x2e2dc8._0x2cc99,_0x2e2dc8._0x331939,0x261)+_0x2ebc61(-0x1fe,-_0x2e2dc8._0x4c0a2d,-0x1f7,-0x177),'GEFmD':'coder.sid','MTdhX':_0x48d1a5(0x2d3,0x2f5,_0x2e2dc8._0x146465,0x381)+_0x48d1a5(_0x2e2dc8._0xe02687,0x2a6,_0x2e2dc8._0x5297a5,0x311)+_0x48d1a5(0x410,_0x2e2dc8._0x3bf346,0x394,_0x2e2dc8._0x331dfc),'qdAeR':_0x2ebc61(-_0x2e2dc8._0x39867a,-_0x2e2dc8._0x4f76c2,-_0x2e2dc8._0x182213,-0x183),'RLNMi':function(_0x239e40,_0x20db38,_0x484c16){return _0x239e40(_0x20db38,_0x484c16);},'wLEKS':_0x48d1a5(0x3eb,0x3e3,_0x2e2dc8._0x35afbe,0x363)+'oved','OiaIz':'EpESm','uRIpI':'HxnAP'};try{const _0x2b2a43=await findUserById(_0x5ac652[_0x2ebc61(-0x21f,-0x19e,-0x214,-_0x2e2dc8._0xb8c70a)]['id']);if(_0x2b2a43['avatar']){if(_0x3fdb20[_0x48d1a5(_0x2e2dc8._0xbe58a4,_0x2e2dc8._0x2f13c5,_0x2e2dc8._0x407ec2,0x3b9)]===_0x3fdb20[_0x48d1a5(0x3a6,0x36b,_0x2e2dc8._0xfe6dea,0x42b)]){const _0x4383e=_0x4d815a['join'](AVATARS_DIR,_0x2b2a43[_0x2ebc61(-_0x2e2dc8._0x5b9ce7,-_0x2e2dc8._0x2bd4e2,-_0x2e2dc8._0x40361b,-_0x2e2dc8._0x45b8b3)]);try{await _0x1bedbd['unlink'](_0x4383e);}catch(_0x4bee4e){}const _0x1f90f2={};_0x1f90f2[_0x48d1a5(0x322,0x31a,_0x2e2dc8._0x343725,0x38c)]=null,await _0x3fdb20[_0x2ebc61(-_0x2e2dc8._0x510682,-_0x2e2dc8._0x468ca8,-_0x2e2dc8._0x410802,-_0x2e2dc8._0x22731e)](updateUser,_0x5ac652['user']['id'],_0x1f90f2);const _0x1725b3={};_0x1725b3[_0x2ebc61(-_0x2e2dc8._0x513c6e,-_0x2e2dc8._0xb1875c,-0x142,-0x176)]=_0x5ac652[_0x2ebc61(-_0x2e2dc8._0x4230f1,-_0x2e2dc8._0x31a432,-_0x2e2dc8._0x10caf3,-0x150)]['id'],logger[_0x48d1a5(_0x2e2dc8._0x467fa2,_0x2e2dc8._0x554ae4,0x2b9,_0x2e2dc8._0x40c608)](_0x3fdb20['wLEKS'],_0x1725b3);}else{const _0x13f9c7={};_0x13f9c7['id']=_0x306ae0[_0x2ebc61(-_0x2e2dc8._0x3a8edb,-_0x2e2dc8._0x31a432,-0x1d8,-0x1bc)]['id'],_0x13f9c7[_0x48d1a5(_0x2e2dc8._0x5b788a,_0x2e2dc8._0x5317fa,_0x2e2dc8._0x1ee0bb,0x388)]=_0x485cf6[_0x48d1a5(_0x2e2dc8._0x15c936,_0x2e2dc8._0x371c82,0x338,0x331)][_0x48d1a5(_0x2e2dc8._0xbb024a,_0x2e2dc8._0x7e6914,0x36a,_0x2e2dc8._0x65fb73)],_0x13f9c7[_0x48d1a5(0x35a,_0x2e2dc8._0x1fa7de,_0x2e2dc8._0x1a4c29,0x325)]=_0x90ba52['user']['email'],_0x13f9c7[_0x48d1a5(0x3fc,0x40c,0x3a2,0x40a)]=_0x300660[_0x2ebc61(-0x212,-0x19e,-0x209,-0x16a)][_0x2ebc61(-_0x2e2dc8._0x557d71,-0x134,-_0x2e2dc8._0x413ba3,-_0x2e2dc8._0x15cf9a)],_0x13f9c7[_0x2ebc61(-_0x2e2dc8._0x4cb55c,-0x12b,-_0x2e2dc8._0x18db7c,-0x116)+_0x48d1a5(0x2f9,_0x2e2dc8._0x139b2d,0x2c3,0x261)]=_0x55b633['user'][_0x2ebc61(-_0x2e2dc8._0x58c339,-_0x2e2dc8._0x8de0df,-_0x2e2dc8._0x2deeed,-0xce)+_0x48d1a5(_0x2e2dc8._0x3b0b43,_0x2e2dc8._0x1d7db2,0x2c3,0x2ec)]||![],_0x13f9c7['hasEnviron'+_0x48d1a5(_0x2e2dc8._0xd56752,_0x2e2dc8._0x122df2,_0x2e2dc8._0x37c1ef,0x339)]=![],_0x13f9c7[_0x2ebc61(-0x1db,-0x1dd,-_0x2e2dc8._0x1d2d8b,-0x18e)+_0x2ebc61(-0x148,-_0x2e2dc8._0x2c52a2,-_0x2e2dc8._0x57e211,-0x1cb)+'r']=![],_0x13f9c7[_0x2ebc61(-_0x2e2dc8._0x2b2846,-_0x2e2dc8._0x3e79c4,-0x258,-0x1a7)+_0x2ebc61(-_0x2e2dc8._0x557d71,-0x1a3,-0x1b4,-0x118)]=![],_0x13f9c7[_0x48d1a5(0x3cc,_0x2e2dc8._0x2f30b0,_0x2e2dc8._0x493cb1,0x329)+_0x2ebc61(-0x16b,-_0x2e2dc8._0x4ff689,-0x1d0,-0x1d2)]=![],_0x13f9c7[_0x48d1a5(_0x2e2dc8._0x53e743,_0x2e2dc8._0x597445,0x2f9,_0x2e2dc8._0x2cc99)+'mentBindin'+'gs']=![],_0x13f9c7[_0x48d1a5(_0x2e2dc8._0x415222,_0x2e2dc8._0x2f1a06,_0x2e2dc8._0x49fa49,_0x2e2dc8._0xbe1830)+'me']=_0x2623f5[_0x2ebc61(-_0x2e2dc8._0x1b9c5f,-_0x2e2dc8._0x31a432,-0x1c6,-_0x2e2dc8._0x36c20b)][_0x2ebc61(-_0x2e2dc8._0x4c77a2,-0x1ff,-_0x2e2dc8._0x11cb77,-_0x2e2dc8._0x29ce83)+'me'],_0x13f9c7['avatar']=null,_0x13f9c7[_0x48d1a5(0x3b6,0x443,0x3b5,_0x2e2dc8._0x309a40)+'s']={};const _0xa88042={};_0xa88042[_0x48d1a5(0x3b0,_0x2e2dc8._0x183ffa,0x338,0x30b)]=_0x13f9c7,_0x4ff4eb[_0x48d1a5(_0x2e2dc8._0x26ba7a,_0x2e2dc8._0x5850aa,_0x2e2dc8._0x3a7a1c,0x36d)](_0xa88042);}}const _0x550746={};_0x550746[_0x2ebc61(-0xae,-_0x2e2dc8._0x42284f,-_0x2e2dc8._0x35ab2c,-0x19e)]=_0x48d1a5(0x3ae,0x30f,_0x2e2dc8._0x35afbe,_0x2e2dc8._0x2f13c5)+_0x2ebc61(-0x1f8,-_0x2e2dc8._0x457eca,-0x139,-0x1a7),_0x3c32e3[_0x2ebc61(-_0x2e2dc8._0x194a8d,-0x1d6,-0x1d0,-0x24c)](_0x550746);}catch(_0x1c4cbd){if(_0x3fdb20[_0x48d1a5(0x2f9,0x2c0,_0x2e2dc8._0x44c0cd,0x280)]===_0x3fdb20[_0x2ebc61(-0x22c,-0x1f4,-0x188,-0x1a6)]){const _0x2deb08={_0x19a9a3:0x410,_0x101d65:0x422,_0x463f20:0x338,_0x4adb22:0x358,_0x3f62a1:0x30c,_0xc8ae7e:0x2f9,_0x8afaf3:0x4cf,_0x27baf1:0x43f,_0x4b7c34:0x3ac,_0x25b415:0x35c,_0x4ebcd0:0x3ea,_0x1e69a9:0x33e,_0x2952e2:0x2f8,_0x26c2ba:0x37d,_0x2c7947:0x4d9,_0x33678e:0x4a6,_0x38249b:0x3b4,_0x38f0fb:0x3a6,_0x3d5ea6:0x387,_0x28fbde:0x303,_0x27ae83:0x2bd,_0x335c13:0x306,_0x46d56c:0x38a,_0x18526c:0x328,_0x266619:0x5c3,_0x508f8d:0x4e9,_0x1cd426:0x51b,_0x3707dd:0x58a,_0x470efe:0x55e,_0x56cc1a:0x4b4,_0x1ec1de:0x4be},_0x3cf6a3={_0x153b0b:0x520,_0x2bd01e:0x147},_0x456837=_0x233088['session']?.[_0x48d1a5(0x2f6,0x37c,_0x2e2dc8._0x3a29b6,0x33d)],_0x41fc3c=_0x2da579[_0x48d1a5(0x2cc,_0x2e2dc8._0x17193e,_0x2e2dc8._0x3e9540,_0x2e2dc8._0x30b178)]?.[_0x2ebc61(-0x1bb,-0x16c,-0x1e2,-0xdf)];_0x234bc1['session']['destroy'](_0x26263e=>{const _0x3f5ea5={_0x47091d:0x119,_0x2b3b39:0x91};if(_0x26263e){const _0x4fdfcf={};_0x4fdfcf['userId']=_0x456837,_0x4fdfcf[_0x2f8314(_0x2deb08._0x19a9a3,_0x2deb08._0x101d65,0x3b4,_0x2deb08._0x463f20)]=_0x41fc3c,_0x4e54fc[_0x2f8314(_0x2deb08._0x4adb22,0x333,_0x2deb08._0x3f62a1,0x27d)](_0x3fdb20[_0x2f8314(_0x2deb08._0xc8ae7e,0x32a,0x311,0x339)],_0x26263e,_0x4fdfcf);const _0x2b7872={};return _0x2b7872[_0x1cd31e(_0x2deb08._0x8afaf3,0x43e,_0x2deb08._0x27baf1,0x480)]=_0x3fdb20[_0x2f8314(0x395,0x3aa,0x354,_0x2deb08._0x4b7c34)],_0x2b7872[_0x2f8314(_0x2deb08._0x25b415,0x367,_0x2deb08._0x4ebcd0,0x3e4)]=_0x3fdb20[_0x2f8314(_0x2deb08._0x1e69a9,_0x2deb08._0x2952e2,0x311,_0x2deb08._0x26c2ba)],_0x2cd8c1[_0x1cd31e(0x535,0x511,0x4ef,_0x2deb08._0x2c7947)](0xb3f*-0x1+-0x1701+0x1c*0x14b)['json'](_0x2b7872);}const _0x1bc3d1={};_0x1bc3d1[_0x1cd31e(0x53e,_0x2deb08._0x33678e,0x47e,0x4e1)]=_0x456837,_0x1bc3d1[_0x2f8314(0x3ca,0x384,_0x2deb08._0x38249b,_0x2deb08._0x38f0fb)]=_0x41fc3c;function _0x2f8314(_0x51b4ee,_0x2b68a6,_0x10ae89,_0x1bc0f0){return _0x2ebc61(_0x2b68a6,_0x10ae89-_0x3cf6a3._0x153b0b,_0x10ae89-_0x3cf6a3._0x2bd01e,_0x1bc0f0-0x13f);}_0x4869a9[_0x2f8314(_0x2deb08._0x3d5ea6,0x2fe,_0x2deb08._0x28fbde,_0x2deb08._0x27ae83)](_0x3fdb20[_0x2f8314(_0x2deb08._0x335c13,_0x2deb08._0x46d56c,_0x2deb08._0x18526c,0x399)],_0x1bc3d1),_0x1fa6a5[_0x1cd31e(_0x2deb08._0x266619,_0x2deb08._0x508f8d,0x5d7,0x557)+'e'](_0x3fdb20['GEFmD']);const _0x46266d={};function _0x1cd31e(_0x37ee2e,_0x2b3166,_0xa844eb,_0x821708){return _0x2ebc61(_0xa844eb,_0x821708-0x694,_0xa844eb-_0x3f5ea5._0x47091d,_0x821708-_0x3f5ea5._0x2b3b39);}_0x46266d[_0x1cd31e(0x5a2,_0x2deb08._0x1cd426,_0x2deb08._0x3707dd,_0x2deb08._0x470efe)]=_0x3fdb20[_0x2f8314(0x368,0x352,0x376,0x33e)],_0x2035f4[_0x1cd31e(_0x2deb08._0x56cc1a,0x4cd,0x455,_0x2deb08._0x1ec1de)](_0x46266d);});}else{logger[_0x48d1a5(_0x2e2dc8._0xa9cf2,_0x2e2dc8._0xd635e0,_0x2e2dc8._0x594723,0x296)](_0x2ebc61(-_0x2e2dc8._0x177fe5,-0x190,-_0x2e2dc8._0x32319f,-0x133)+_0x2ebc61(-0x19e,-0x203,-_0x2e2dc8._0x56fa18,-_0x2e2dc8._0x417adc)+'tar',_0x1c4cbd);const _0x4ae320={};_0x4ae320['error']=_0x2ebc61(-_0x2e2dc8._0x16c114,-0x190,-0x1c2,-_0x2e2dc8._0x5298ea)+'remove\x20ava'+_0x48d1a5(0x31e,_0x2e2dc8._0x371c6e,_0x2e2dc8._0x4fcd2d,_0x2e2dc8._0x399108),_0x3c32e3[_0x48d1a5(_0x2e2dc8._0x305e86,0x34d,_0x2e2dc8._0x3a5fbb,_0x2e2dc8._0x185f98)](0x1*0x859+-0x14f7*0x1+0xe92)['json'](_0x4ae320);}}}),router[_0x4652bc(-0x33,-0x82,-0x93,-0x36)](_0x4652bc(-0x147,-0xea,-0x11b,-0xd2)+_0x4652bc(-0x104,-0xb3,-0x15d,-0xdc),requireAuth,async(_0x4105ac,_0x42d62c)=>{const _0x40f87f={_0x464276:0x96,_0x338cfb:0xa4,_0xeec3cc:0xd3,_0x289698:0x152,_0x48170f:0xc6,_0x4999c9:0x42,_0x2204db:0x14,_0x9329aa:0x19,_0x181719:0x62,_0xcf73c0:0x57,_0x47ab0d:0x8,_0x48ca05:0x8a,_0x5b4794:0x64,_0x3c286a:0x16,_0x4f4013:0x127,_0x579a64:0x11f,_0x2334f6:0x28,_0x2fef45:0xc,_0x3ec7c6:0x13a,_0xc5d22:0xba,_0x18928c:0xbf,_0x325b8a:0x3e,_0x46deb7:0x2a,_0x809cc2:0x7a,_0x3ddd16:0x17f,_0x25e37f:0x108,_0x391348:0x15c,_0x3ba156:0x2b,_0x1e7b95:0x58,_0x3c8aeb:0x6,_0xb156cd:0x42,_0x3bdba7:0x21a,_0x40cd32:0x1da,_0x12e478:0x1a4,_0x325f10:0x4a,_0x155f1d:0xe7,_0x31fb06:0x130,_0x4c684b:0x168,_0x2727f8:0x245,_0x88c812:0x160,_0x540922:0x1a5,_0x39f540:0x1d8,_0x49bb6c:0x220,_0x33403d:0x238,_0x303a3f:0x1d8,_0x2e93f9:0xb8,_0x2fd2de:0x95,_0x3eb4bd:0xf7,_0x30334f:0xc6,_0x4731d8:0x182,_0x5e2873:0xb0,_0x301b58:0x12b,_0x31284c:0x1e6,_0x4a0732:0x208,_0xc1082d:0xb4,_0x15aa7f:0x1fe,_0x567a6c:0x17b,_0x407574:0x19e,_0x268e69:0x21,_0x281414:0x13e,_0x3bcac2:0xe2,_0xc8ac2f:0x129,_0x57ce5:0xc1,_0x5ddce3:0x84,_0x3ae300:0xc5,_0x634d5a:0x229,_0x165042:0x1cc,_0x4d8dd9:0x16e,_0x3e629e:0xc6,_0x415903:0xa8,_0x3bcf2a:0x144,_0x17b977:0x25,_0x99920c:0x6c,_0x33b535:0x2f,_0x541f72:0x9,_0x2b7811:0x263,_0x3e2471:0xe6,_0x227b27:0x124,_0x5d9ebd:0x128,_0x159e9e:0xb1,_0x3da38f:0xaf,_0x3d2677:0x151,_0x239c30:0x1ca,_0x5ad2f6:0x1d4,_0x3ede2b:0x103,_0x1ea8e0:0xe3,_0x181552:0x135,_0x455ea1:0x1b5,_0x19f638:0x129,_0x18b519:0x18,_0xa3aaa4:0x1a9,_0x4cc3dc:0xea,_0xe4beac:0x1c1,_0x4786ba:0x1b9,_0x3698ee:0x1cf,_0x14c411:0xee,_0x3e2f04:0xde,_0x4ff8e4:0x2c,_0x32f1a7:0x57,_0x3889ba:0xad,_0x533890:0x161,_0x46bc31:0x5b,_0x156635:0x2d,_0x47f5fc:0x154,_0x462087:0x240,_0x1e22ad:0xad,_0x19a7a1:0x70,_0x139065:0x49,_0x179841:0x83,_0x265e29:0x19,_0x49fe69:0x32,_0x315b49:0x3c,_0x134452:0xee,_0x457b4a:0x9a,_0x2f6a67:0xd5,_0x52ce64:0x94,_0x23b2f8:0x4b,_0x26ca32:0x13d,_0x93783:0x1de,_0x17b101:0x17a,_0x536165:0x58,_0xf29c17:0x27,_0xadadce:0x8e,_0x2e6440:0x95,_0x116b6c:0xcb,_0x542323:0x8b,_0x4d4bb8:0x13f,_0x4fdb9b:0x116,_0x5afbfe:0xf1,_0x1d7c57:0x15a,_0x5e3f0f:0x1bb,_0x4cae8e:0xfd,_0x436b71:0x15a,_0x26a08a:0x1fb,_0x3f0628:0xb2,_0x5015f3:0x24,_0x2860ca:0x23d,_0x396b60:0x2a,_0x54a8f2:0x15b,_0x5806fc:0xa9,_0x3ffd1d:0x30,_0x48888a:0x48,_0x1242fa:0x93,_0x513809:0x8f,_0x2f2162:0x111,_0x489ef0:0x1f8,_0x549f55:0x186,_0x5d74a3:0x5a,_0x508920:0x170,_0x3c8579:0x1e8,_0x1813b7:0x86,_0x66a33c:0xf,_0x45d7a6:0x2c,_0x468b17:0x126,_0x273364:0xd4,_0x43e276:0x131,_0x5f104e:0x6,_0x311a75:0xf3,_0x5c578c:0x15c,_0x31f3f1:0x179,_0xe11a6f:0x1f2,_0x248e3e:0xef,_0x5ea838:0x1b0,_0x48e129:0x24b,_0x2629b1:0x1c0,_0x33344b:0x5e},_0x1f20b2={_0x2ca467:0x1d7,_0x281c49:0x1c2,_0x51ea69:0x10b},_0x2f19b4={_0x4c37b8:0x6b,_0x38983c:0x215};function _0x42c288(_0x1835ba,_0x2b7e49,_0x3ed352,_0x1dab2b){return _0x4652bc(_0x1835ba-_0x2f19b4._0x4c37b8,_0x2b7e49-0x41,_0x1835ba,_0x1dab2b-_0x2f19b4._0x38983c);}const _0x4d5cb0={'PRLaM':'Failed\x20to\x20'+_0x42c288(0x11d,_0x40f87f._0x464276,_0x40f87f._0x338cfb,_0x40f87f._0xeec3cc)+_0x42c288(_0x40f87f._0x289698,_0x40f87f._0x289698,0x73,_0x40f87f._0x48170f),'dCrbB':_0x42c288(0x185,0x14c,0x14d,0x162)+_0xe75185(_0x40f87f._0x4999c9,_0x40f87f._0x2204db,0x3a,0x8e)+_0xe75185(_0x40f87f._0x9329aa,_0x40f87f._0x181719,_0x40f87f._0xcf73c0,-_0x40f87f._0x47ab0d),'PmrMU':function(_0x3c33fa,_0x3cde04){return _0x3c33fa(_0x3cde04);},'qPmfx':_0xe75185(-0x71,_0x40f87f._0x48ca05,-_0x40f87f._0x5b4794,_0x40f87f._0x3c286a),'JxCZd':function(_0x15564e,_0x2d5cc7,_0xb70f7){return _0x15564e(_0x2d5cc7,_0xb70f7);},'VIoAp':'user','oFXVg':function(_0x19d36f,_0xf636e){return _0x19d36f(_0xf636e);},'QtKMd':function(_0x17e15a,_0x562c83){return _0x17e15a>_0x562c83;},'YXdPt':function(_0x487684,_0x26e927){return _0x487684!==_0x26e927;},'rsrxL':_0x42c288(_0x40f87f._0x4f4013,_0x40f87f._0x579a64,0x1d0,0x16c),'vyZus':_0xe75185(_0x40f87f._0x2334f6,0xa4,_0x40f87f._0x2fef45,0x50),'NdqKW':function(_0x32ff5e,_0x25c203,_0x48bd73){return _0x32ff5e(_0x25c203,_0x48bd73);},'tSjFV':_0x42c288(_0x40f87f._0x3ec7c6,0x12b,0xf7,0xe7),'gNeWy':function(_0x23e770,_0xecd2ea){return _0x23e770>_0xecd2ea;},'UlHas':function(_0x1040c8,_0xe0de47){return _0x1040c8===_0xe0de47;},'nKLxl':_0xe75185(0x34,_0x40f87f._0xc5d22,_0x40f87f._0x18928c,0x58)+_0xe75185(0xef,_0x40f87f._0x325b8a,_0x40f87f._0x46deb7,_0x40f87f._0x809cc2)+_0x42c288(_0x40f87f._0x3ddd16,_0x40f87f._0x4f4013,_0x40f87f._0x25e37f,_0x40f87f._0x391348)+_0x42c288(0x104,0x1a7,0x14e,0x12b),'Fjkxw':_0xe75185(0x3c,0xdb,-_0x40f87f._0x3ba156,_0x40f87f._0x1e7b95)+_0xe75185(-0x40,-0x11,_0x40f87f._0x3c8aeb,-_0x40f87f._0xb156cd)+_0x42c288(0x18d,_0x40f87f._0x3bdba7,_0x40f87f._0x40cd32,_0x40f87f._0x12e478)};function _0xe75185(_0x5be1f1,_0x110cc4,_0x4283f1,_0x2c2dd5){return _0x4652bc(_0x5be1f1-_0x1f20b2._0x2ca467,_0x110cc4-_0x1f20b2._0x281c49,_0x5be1f1,_0x2c2dd5-_0x1f20b2._0x51ea69);}try{const _0x31a567=_0x4105ac[_0xe75185(0x58,-0xf,0x48,_0x40f87f._0x325f10)]['id'],_0x2c3bbc=await _0x4d5cb0['PmrMU'](getTeamsByUserId,_0x31a567),_0x1f39ba=await _0x4d5cb0['PmrMU'](getTeamsManagedBy,_0x31a567),_0x28251a=new Set(_0x1f39ba[_0x42c288(0x149,_0x40f87f._0x155f1d,_0x40f87f._0x31fb06,0x167)](_0x2579e1=>_0x2579e1['id'])),_0x56587f=_0x2c3bbc[_0x42c288(0x1a5,_0x40f87f._0x4c684b,0x19f,0x167)](_0x128737=>({'id':_0x128737['id'],'name':_0x128737[_0xe75185(0x25,0xa3,0xc3,0xb4)],'isManager':_0x28251a[_0x42c288(0xd4,0xc4,0x13a,0xe1)](_0x128737['id'])}));for(const _0x1044f1 of _0x1f39ba){if(_0x4d5cb0[_0x42c288(_0x40f87f._0x2727f8,_0x40f87f._0x88c812,_0x40f87f._0x540922,_0x40f87f._0x39f540)]!==_0x4d5cb0[_0x42c288(_0x40f87f._0x49bb6c,_0x40f87f._0x33403d,0x214,_0x40f87f._0x303a3f)])_0x1bc639(new _0x4d45f7(_0x42c288(_0x40f87f._0x2e93f9,0x92,_0x40f87f._0x2fd2de,_0x40f87f._0x3eb4bd)+_0x42c288(0x11a,_0x40f87f._0x30334f,_0x40f87f._0x4731d8,0x11f)+'nly\x20JPEG,\x20'+'PNG,\x20GIF,\x20'+_0xe75185(_0x40f87f._0x5e2873,_0x40f87f._0x301b58,0xa8,0xba)+'re\x20allowed'+'.'));else{if(!_0x2c3bbc[_0x42c288(_0x40f87f._0x31284c,_0x40f87f._0x4a0732,0x14c,0x1c9)](_0x84d126=>_0x84d126['id']===_0x1044f1['id'])){const _0x4d0b64={};_0x4d0b64['id']=_0x1044f1['id'],_0x4d0b64['name']=_0x1044f1[_0xe75185(0x63,_0x40f87f._0x5b4794,0xea,_0x40f87f._0xc1082d)],_0x4d0b64[_0x42c288(_0x40f87f._0x15aa7f,_0x40f87f._0x567a6c,0x1d9,_0x40f87f._0x407574)]=!![],_0x56587f[_0xe75185(_0x40f87f._0x268e69,0x21,0x46,-0x6)](_0x4d0b64);}}}const _0x34c28d=new Map(),_0x2a6564=await _0x4d5cb0[_0x42c288(0x140,_0x40f87f._0x281414,_0x40f87f._0x3bcac2,_0x40f87f._0xc8ac2f)](getBindingsBySubject,_0x4d5cb0[_0xe75185(_0x40f87f._0x57ce5,_0x40f87f._0x5ddce3,0xb2,_0x40f87f._0x3ae300)],_0x31a567);for(const _0x250ce9 of _0x2a6564){const _0x379aad=await _0x4d5cb0[_0x42c288(0x230,_0x40f87f._0x634d5a,0x20e,_0x40f87f._0x165042)](getRoleById,_0x250ce9[_0x42c288(_0x40f87f._0x4d8dd9,_0x40f87f._0x3e629e,_0x40f87f._0x415903,0x113)]),_0x336e27=_0x379aad?_0x379aad[_0xe75185(0xde,_0x40f87f._0x3bcf2a,0x6a,0xb4)]:_0x250ce9[_0xe75185(_0x40f87f._0x17b977,_0x40f87f._0x99920c,-_0x40f87f._0x33b535,_0x40f87f._0x541f72)],_0x81d259=_0x379aad?_0x379aad[_0x42c288(0x258,_0x40f87f._0x2b7811,0x241,0x1da)+'s'][_0x42c288(0xf9,_0x40f87f._0x3e2471,_0x40f87f._0x227b27,0x16d)]:0x32d+0x24b3+-0x27e0,_0x151485=_0x34c28d[_0xe75185(_0x40f87f._0x5d9ebd,_0x40f87f._0x159e9e,0x5e,0xd5)](_0x250ce9[_0xe75185(0xe2,0x2c,0x3c,_0x40f87f._0x3da38f)+'t']);if(!_0x151485||_0x4d5cb0[_0x42c288(_0x40f87f._0x3d2677,0x183,_0x40f87f._0x239c30,_0x40f87f._0x5ad2f6)](_0x81d259,_0x151485['rolePermCo'+_0x42c288(_0x40f87f._0x3ede2b,0x12a,_0x40f87f._0x1ea8e0,_0x40f87f._0x181552)])){if(_0x4d5cb0[_0x42c288(0x15c,_0x40f87f._0x455ea1,_0x40f87f._0x19f638,0x152)](_0x4d5cb0[_0xe75185(0x2d,-0x4f,-0x23,_0x40f87f._0x18b519)],'lpkPF'))_0x34c28d[_0x42c288(_0x40f87f._0xa3aaa4,0xee,_0x40f87f._0x4cc3dc,0x11a)](_0x250ce9[_0x42c288(_0x40f87f._0xe4beac,0x163,0x1bd,_0x40f87f._0x4786ba)+'t'],{'name':_0x250ce9[_0x42c288(0x192,_0x40f87f._0x3698ee,0x15e,_0x40f87f._0x4786ba)+'t'],'roleName':_0x336e27,'rolePermCount':_0x81d259,'via':_0x4d5cb0['vyZus']});else{_0x2e484c[_0x42c288(0xfc,_0x40f87f._0x14c411,0x8a,_0x40f87f._0x3e2f04)](_0x4d5cb0[_0xe75185(-_0x40f87f._0x4ff8e4,-0x34,0x76,_0x40f87f._0x32f1a7)],_0x193bd1);const _0x58465d={};_0x58465d[_0x42c288(_0x40f87f._0x25e37f,_0x40f87f._0x3889ba,_0x40f87f._0x533890,0xde)]=_0x4d5cb0['PRLaM'],_0x145207[_0xe75185(_0x40f87f._0x46bc31,-0x3c,-_0x40f87f._0x3ba156,_0x40f87f._0x156635)](-0x61*-0xa+-0x14c8+0x12f2)['json'](_0x58465d);}}}for(const _0x7159c6 of _0x2c3bbc){const _0x257d01=await _0x4d5cb0[_0x42c288(_0x40f87f._0x47f5fc,_0x40f87f._0x462087,0x26a,0x1dc)](getBindingsBySubject,_0x4d5cb0[_0xe75185(-0x4d,-0xac,-_0x40f87f._0x1e22ad,-0x38)],_0x7159c6['id']);for(const _0x58bb77 of _0x257d01){const _0x3b2916=await getRoleById(_0x58bb77[_0xe75185(_0x40f87f._0x19a7a1,0x43,0xc,_0x40f87f._0x541f72)]),_0x2ba79d=_0x3b2916?_0x3b2916[_0xe75185(0x91,0x10b,_0x40f87f._0x139065,0xb4)]:_0x58bb77[_0xe75185(_0x40f87f._0x179841,-0xd,0x6,_0x40f87f._0x541f72)],_0x5ed6b6=_0x3b2916?_0x3b2916['permission'+'s']['length']:-0x2f1+-0x2228+0x1*0x2519,_0x5a0a5b=_0xe75185(-_0x40f87f._0x265e29,0x38,_0x40f87f._0x49fe69,-_0x40f87f._0x315b49)+_0x7159c6['name'],_0x2e18da=_0x34c28d[_0xe75185(_0x40f87f._0x134452,_0x40f87f._0x457b4a,0x13f,_0x40f87f._0x2f6a67)](_0x58bb77[_0xe75185(_0x40f87f._0x52ce64,_0x40f87f._0x23b2f8,0x9a,0xaf)+'t']);(!_0x2e18da||_0x4d5cb0['gNeWy'](_0x5ed6b6,_0x2e18da[_0x42c288(0x122,_0x40f87f._0x26ca32,_0x40f87f._0x93783,0x180)+_0x42c288(_0x40f87f._0x17b101,0x19b,0x186,_0x40f87f._0x181552)]))&&_0x34c28d[_0xe75185(-_0x40f87f._0x536165,-_0x40f87f._0xf29c17,_0x40f87f._0xadadce,0x10)](_0x58bb77[_0xe75185(_0x40f87f._0x2e6440,_0x40f87f._0x116b6c,_0x40f87f._0x542323,_0x40f87f._0x3da38f)+'t'],{'name':_0x58bb77[_0x42c288(_0x40f87f._0x4c684b,0x220,0x222,0x1b9)+'t'],'roleName':_0x2ba79d,'rolePermCount':_0x5ed6b6,'via':_0x4d5cb0['UlHas'](_0x2e18da?.[_0x42c288(_0x40f87f._0x4d4bb8,_0x40f87f._0x31284c,0x184,0x16a)],_0x42c288(_0x40f87f._0x4fdb9b,_0x40f87f._0x5afbfe,0x1dc,_0x40f87f._0x1d7c57))?_0x42c288(0xe0,_0x40f87f._0x5e3f0f,_0x40f87f._0x4cae8e,_0x40f87f._0x436b71):_0x5a0a5b});}}const _0x4059f7=[..._0x34c28d[_0x42c288(0x248,0x1df,_0x40f87f._0x26a08a,0x1d3)]()][_0xe75185(_0x40f87f._0x3f0628,0x84,-_0x40f87f._0x5015f3,0x5d)](({rolePermCount:_0x2038fd,..._0x4b4bb5})=>_0x4b4bb5),_0x24e40b={};_0x24e40b[_0x42c288(_0x40f87f._0x2860ca,0x1d0,0x16e,0x1b1)]=_0x56587f,_0x24e40b[_0xe75185(_0x40f87f._0x396b60,_0x40f87f._0x3f0628,0x10e,0xaf)+'ts']=_0x4059f7,_0x42d62c[_0x42c288(0x96,_0x40f87f._0x54a8f2,0x119,0x11c)](_0x24e40b);}catch(_0x3ae81f){if(_0x4d5cb0[_0xe75185(_0x40f87f._0x5806fc,_0x40f87f._0x3ffd1d,_0x40f87f._0x3f0628,_0x40f87f._0x48888a)](_0xe75185(_0x40f87f._0x1242fa,_0x40f87f._0x513809,0xf0,0x73),_0x42c288(0x126,_0x40f87f._0x2f2162,0x200,0x17d))){const _0xe56a55={};_0xe56a55[_0x42c288(0x149,0x12d,0x1bb,0x13f)]=_0x53969d,_0xe56a55[_0x42c288(_0x40f87f._0x39f540,0x168,_0x40f87f._0x489ef0,_0x40f87f._0x549f55)]=_0x1534f7,_0xbd5f71[_0xe75185(-_0x40f87f._0x5d74a3,0x60,-0x89,-0x2c)](_0x4d5cb0[_0x42c288(_0x40f87f._0x508920,_0x40f87f._0x3c8579,_0x40f87f._0x407574,0x18b)],_0x446d54,_0xe56a55);const _0x4d5383={};return _0x4d5383[_0xe75185(0x1d,-_0x40f87f._0x1813b7,-_0x40f87f._0x66a33c,-_0x40f87f._0x45d7a6)]=_0xe75185(_0x40f87f._0x468b17,0x48,0x143,_0x40f87f._0x273364)+_0x42c288(_0x40f87f._0x43e276,_0x40f87f._0x464276,0xf0,0xcf),_0x4d5383['message']=_0x4d5cb0[_0xe75185(_0x40f87f._0x5f104e,_0x40f87f._0x48888a,_0x40f87f._0x311a75,0x81)],_0x2d0037[_0x42c288(0x11e,0xbe,_0x40f87f._0x5c578c,0x137)](0x2*-0x1a1+-0x10bb+0x15f1)['json'](_0x4d5383);}else{logger['error'](_0x4d5cb0[_0x42c288(_0x40f87f._0x4cae8e,_0x40f87f._0x31f3f1,_0x40f87f._0xe11a6f,0x173)],_0x3ae81f);const _0x57c1fa={};_0x57c1fa[_0x42c288(0x10e,0x99,_0x40f87f._0x248e3e,0xde)]=_0x4d5cb0[_0x42c288(0x1bf,_0x40f87f._0x5ea838,_0x40f87f._0x48e129,_0x40f87f._0x2629b1)],_0x42d62c[_0xe75185(-_0x40f87f._0x33344b,0x36,0x34,_0x40f87f._0x156635)](-0x32e+0x21c2+-0x1ca0)['json'](_0x57c1fa);}}});export default router;
1
+ (function(_0x3e9f55,_0x4a9464){const _0x1b9348={_0x27908d:0x618,_0x3d4ff7:0x5db,_0x45479e:0x5f5,_0x10ceab:0x5d3,_0x1339bf:0x137,_0x4c7f8f:0x196,_0x312d54:0x99,_0x449b82:0xfb,_0x4fcf09:0x13,_0x2d04d8:0x9a,_0x4ec873:0x7f,_0x4db7f4:0x34,_0xe8a4ee:0x98,_0x36a494:0x106,_0x399ca2:0x5a1,_0x52f59f:0x63d,_0x123069:0x11b,_0x244f5e:0xb3,_0x582b09:0xa4,_0x24f1fa:0xae,_0x1a03cb:0x561,_0x393580:0x8b,_0x1806d6:0x3,_0x14cb73:0x62e,_0x3ee41f:0x6d2},_0x27f0ea={_0x339829:0x190};function _0x3d780a(_0x18306d,_0x4bf2fc,_0x57f95,_0x359af6){return _0x1e62(_0x18306d-0x3a1,_0x4bf2fc);}function _0x5e603d(_0x487344,_0x50250b,_0xfe112d,_0xf0ead8){return _0x1e62(_0x50250b- -_0x27f0ea._0x339829,_0xfe112d);}const _0x8979ea=_0x3e9f55();while(!![]){try{const _0x3c3ca0=parseInt(_0x3d780a(_0x1b9348._0x27908d,0x675,0x56c,0x5eb))/(-0xd04+0xd*0x2bb+-0x6*0x3bf)*(parseInt(_0x3d780a(_0x1b9348._0x3d4ff7,_0x1b9348._0x45479e,_0x1b9348._0x10ceab,0x64d))/(0x1*0x886+0x221*-0xe+0x154a))+-parseInt(_0x5e603d(0xf9,_0x1b9348._0x1339bf,0xe0,_0x1b9348._0x4c7f8f))/(-0x1*-0x13b9+0xff1+-0x23a7*0x1)*(-parseInt(_0x5e603d(0xc6,_0x1b9348._0x312d54,-0xd,_0x1b9348._0x449b82))/(-0x2414+-0x23f5+-0xa4b*-0x7))+parseInt(_0x5e603d(0x104,0x6a,-_0x1b9348._0x4fcf09,_0x1b9348._0x2d04d8))/(0xda3*0x1+-0x5aa*0x6+-0x2*-0xa2f)+-parseInt(_0x5e603d(_0x1b9348._0x4ec873,0x1a,0x7c,_0x1b9348._0x4db7f4))/(-0x1e0e+-0x989+-0x1*-0x279d)*(-parseInt(_0x5e603d(0x12e,0xd2,_0x1b9348._0xe8a4ee,_0x1b9348._0x36a494))/(-0x25ed+0x631*-0x1+0x2c25))+-parseInt(_0x3d780a(_0x1b9348._0x399ca2,_0x1b9348._0x52f59f,0x515,0x5d8))/(-0x27e+-0xdff+0x1*0x1085)*(parseInt(_0x5e603d(_0x1b9348._0x123069,_0x1b9348._0x244f5e,_0x1b9348._0x582b09,0x48))/(-0x852*0x3+-0x1ff*0x3+0x6*0x52a))+-parseInt(_0x5e603d(0x4f,_0x1b9348._0x24f1fa,0xeb,0x2))/(-0x116a*-0x1+0x1da*0x2+-0x1514)*(-parseInt(_0x3d780a(_0x1b9348._0x1a03cb,0x4f7,0x53d,0x5ee))/(0x1a9+0x1015+-0x11b3))+-parseInt(_0x5e603d(0xba,_0x1b9348._0x393580,0x3f,-_0x1b9348._0x1806d6))/(0x19*-0x6b+0x6a1+0x63*0xa)*(parseInt(_0x3d780a(_0x1b9348._0x14cb73,0x5e2,0x5f7,_0x1b9348._0x3ee41f))/(-0xbcd+-0x13e*0xf+0x4*0x79f));if(_0x3c3ca0===_0x4a9464)break;else _0x8979ea['push'](_0x8979ea['shift']());}catch(_0x5b897f){_0x8979ea['push'](_0x8979ea['shift']());}}}(_0x526d,0x3f74f*-0x5+-0xb317d+-0x2*-0x15328c));import _0x4b81b6 from'express';import _0x15f035 from'multer';import _0x300df1 from'sharp';import _0x189958 from'path';import{promises as _0x1d3d06}from'fs';import{validatePassword,updateUser,findUserById}from'../lib/users.js';import{createApiKey}from'../lib/apiKeys.js';import{logger}from'../lib/logger.js';import{requireAuth}from'../middleware/requireAuth.js';function _0x526d(){const _0x1cc1c1=['wK1xD0u','qxzHDgfYihjLBq','tM8GzMLSzsb1Ca','yxbPs2v5','zw1HAwW','tvzREeG','zw52AxjVBM1LBG','EwXwA2i','C2LVBG','l2XVz2LU','ntaWq2X2s3vT','t3v0ELa','sKTeyMm','yw5KifDLyLaGyq','sMvuz08','AeTHvLC','BgvK','DMf0yxi','vNznqLK','B3vUza','Chv0','EsbJAgvJAYbMyq','tgrsyui','AMTJCfi','ruzcD2W','s0j2Cvm','y2XLyxjdB29RAq','ndGYtuXNs0ju','rMTivfe','AKrPwgy','qxv0AgvUDgLJyq','otbvrLbsAhC','CMj6BKi','s3rOsxO','C2f2zsbZzxnZAq','A0T2uu8','mtu4ntHJD1PPrha','rLzZzMW','zMLSzq','t1LXBMy','ANHIv2G','sw52ywXPzcbMAq','CvPYy1i','serTA3q','q1HcChu','DLnps2i','tM8GDMfSAwqGDq','BwLTzxr5Cgu','EhPgtNO','BwvTB3j5u3rVCG','ANnVBG','zgvSzxrL','y292zxi','zgvZDhjVEq','qxvuwM8','x3rHC2TZ','y3jLyxrLigf2yq','B2fKzwq','z2vY','BwvYthK','yw5Hz2u','sw52ywXPzcb1CW','Cg9ZDa','ywDL','AKHszxG','DgfYCYbKAxjLyW','Dunir0O','mJyYodiYz3vpsLrV','zcbPBG','Dhm6z2L0','BwvUDe1HBMfNzq','rKf6v0y','rMfPBgvKienmsq','DMLKzwq','t1PYwu0','BNrPy2f0Aw9U','sgP1CMy','zgf0zwq','C09HBvK','A3HLyuK','vxnLCIbSB2DNzq','AwHJCey','DKPTrxm','CgrHDgvZihbYBW','ALz2swq','Dw5SAw5R','ruvysvnu','zgvZDhjVEsbZzq','mJa4n2flAxvyAa','zxjUyw1Lig9Yia','D3jICxG','BLLYv2K','uwPHvLO','s1P3EMW','sxPNDNm','ugnxCwm','CgvYBwLZC2LVBG','BxD2zw8','CenLExC','CMvJDxjZAxzL','z2v0','Eurhy3O','C3vJy2vZC2z1Ba','C2vZC2LVBG','Aw5JBhvKzxm','DxnLCKLK','BKDPAwS','CMuGywXSB3DLza','vvDOquu','Dw50','mtnyq0jNvva','rgPAyvm','z2v0ihbYB2zPBa','yMLUzgLUz3m6Bq','Cun4CwC','sND4uxm','BNLZveK','s2rzshi','q3jqyMS','r3rgvgK','DcbIzsbLBxb0Eq','sNzIrxy','BKXVrfK','txfHwgu','z1ncrvm','CM9Szv9Pza','y2nLC3m','C2v0','tg9Nz2vKig91Da','zwrLBNrPywXZ','t2rpqum','vvjkyLu','CLvhBue','BMX5iePqruCSia','twLZC2LUzYbJCG','r3z2Dva','zu51Ewy','ug9TC1O','DxnLCM5HBwu','C3nPB24','zxnZzNvS','rurss2y','ALHNu2O','ufbSqwK','rMfPBgvKihrVia','BwvZC2fNzq','CM9SzvbLCM1dBW','wffdq3e','zw1WDa','qNnJAuC','u1vsEMK','v3fpvuy','Dhm6BwfUywDL','BwLU','sfLTrgK','qNrtC0C','yxzHDgfYlq','zw50C19VBL9TEq','C3rHDhvZ','BMzV','DK9gwMi','wfDevgi','CurXC2G','sgLTvMi','AwXLzcbMB3iGlW','zgvIDwC','s1nyDvy','Cg5N','mtK4ndvzr1r3EvO','BLHbwuG','u1nZzhK','ihn1y2nLC3nMDq','BwvUDefKBwLU','D0nrDw8','BgvUz3rO','EKXVs04','yxLTtxi','v3D6s3u','ugvYBwLZC2LVBG','CMvTB3zLigf2yq','u2vktxu','C3r1zfq','ugPIt0q','zsbHy2nLC3mGAq','l3bYB2zPBgu','y29KzxiUC2LK','CgfZC3DVCMq','Aw9UCW','BwfW','y3jLyxrLihnLCW','igLUzM8','EMv3EhC','C29Tzq','A050Awq','z2v0igfJy2vZCW','zMLSzvnPEMu','rwzKCgm','Aw1Hz2uVANbLzW','tw1MEw4','AgriA1q','tvHKCKm','BgDLAgG','CMXgzKK','zw1HAwXFy29TBq','wxL1wMy','DgvHBxm','De10C0W','l3bYB2zPBguVyq','uMH1uMC','tKPqsvi','yNvMzMvY','qvzgzxe','yxzHDgfYvxjS','teTPBxu','DgvHBtOG','A2v5','vxnLCM5HBwuGyq','qw4GzxjYB3iGBW','yxzHDgfY','qwrNCw8','uNDPvNy','ELDmuKG','rgv2D2K','wM5Ywxa','quHIBha','tg9NB3v0igzHAq','sfvgExu','mJi4wNPtzfn3','AgnSCfe','EKjcv0q','DMfSDwvZ','zLn6CM4','DgLVBIbMywLSzq','Axntzxj2zxjbza','uxzvzgq','Axnnyw5Hz2vY','Aw5MBW','AM9yEM0','vxnLCIbUB3qGzG','CxPzyxK','igXVz2LUigf0Da','Bu1zAve','Aw1Hz2uVCg5N','uevRrvy','svPXwhu','qKnqs2K','tMfTzsbJyw5UBW','z3rnyxq','zgLYzwn0','mtGWmtK0m0jfB05uBa','BgX5','BeXru2G','B0vyDuC','uhjVzMLSzsb1Ca','tMLuD24','z0PXuKi','wgfLqw0','Euzqv1e','zcbHCMuGCMvXDq','BLP6C0K','C1bhEgK','ChjVzMLSzq','BMfTzq','twDnt2u','DxnLCG','qLjIELG','BMqGCgfZC3DVCG','swXjBgy','tg9NAw4GzxjYBW','CM1kBum','tLHJu2G','qwnrEgC','z29qD2e','suDZtwK','zcbVDxq','q2Hgt1q','DvrlENu','twrpAMO','zg93te0','z0TlzuC','tg9NAw4GC3vJyW','B3zLza','BM93','r3D5Bwy','t1f4DvC','y2vUDgvY','zxjYB3i','CMLUzYbHDxrOzq','Dg9gAwXL','yNDlq3O','sLb0Cu8','qxzHDgfYihvWBa','yxzHDgfYCW','B2ruEeS','Aw4Gyxr0zw1WDa','EuHeq3e','B0rizg4','EKHpufq','r2zsCxC','y2n1CNjLzcbKDq','qMHeANq','C2LUz2XL','D2n1Cui','s0HvDfy','tg9NAw4GzMfPBa','zw1HAwXFBwvUDa','Dg9YEq','mZa2mty1mePOu3nSEq','CMvZAxPL','yunwv1O','s013s2y','ue5hlcbhsuySia','qMfoD3G','mZq2ng9WD2j2zW','DxbSB2fKigf2yq','DxbKyxrLihbYBW','BwvUDejPBMrPBG','C2f2zq','AgfZrw52AxjVBG','z1P5CfO','ChjLzMvYzw5Jzq','Aw1Hz2uVD2vICa','rMfPBgvKigXVzW','AM93s2u','BguGDhLWzs4GtW','EuDTyNG','AM9PBG','yM9KEq','Bg9HzgvK','C3nOx3vZzxjUyq','D2fYBG','BKPxs0y','Aw1Hz2uVz2LM','q0XjigXVz2LUia','AxnuzwfTtwfUyq','DeXYBMO','v05ZyKO','ChvZAa','AxjLza','DhjPBq','ndaWmJa3mdHnBLjmug8','AgfZ','rNLqz24','DgfY'];_0x526d=function(){return _0x1cc1c1;};return _0x526d();}import{DATA_DIR}from'../lib/data-dir.js';import{hasPermissionOnAnyEnvironment,getVisibleEnvironments,resolveUserPermissions}from'../lib/permission-resolver.js';import{getTeamsManagedBy,getTeamsByUserId}from'../lib/teams.js';import{getBindingsBySubject}from'../lib/bindings.js';import{getRoleById}from'../lib/role-definitions.js';const AVATARS_DIR=_0x189958['join'](DATA_DIR,_0x400205(0x21b,0x23f,0x1b8,0x1e8)),AVATAR_SIZE=0x1*-0x78c+0x1110+-0x884,_0x31b280={};_0x31b280[_0x32f753(0x388,0x27a,0x2dc,0x2c9)]=(-0x640+-0x14*-0x8+0x5aa)*(0x178*0xb+0xc5*-0x2e+0x173e)*(0xd*-0x283+0x2a5*-0x7+0x372a);const avatarUpload=_0x15f035({'storage':_0x15f035[_0x32f753(0x35d,0x326,0x3a2,0x308)+_0x400205(0x1ba,0x1c4,0x22b,0x2b1)](),'limits':_0x31b280,'fileFilter':(_0x17ef88,_0x4051ab,_0x2830da)=>{const _0x2f9009={_0xed10b9:0x11c,_0x5d6a7e:0x1aa,_0x39ca47:0x199,_0x1e15a9:0x108,_0x6f5218:0x12a,_0x1b9064:0x12b,_0x435d7d:0xd8,_0x843c21:0x176,_0x78b92d:0x169,_0x55e845:0x8d,_0x46d8c3:0xa1,_0x2ecc98:0x10e,_0x5bb2dc:0x15f,_0x47c175:0x153,_0x5a8116:0x87,_0x1ca8a2:0x109,_0x366228:0x46,_0x27f906:0x4a,_0xff12b6:0x15,_0x4fdf91:0x1c,_0x34369f:0xd2,_0xf0d640:0x129,_0x3de2e6:0x17d,_0x868d77:0x113,_0x54e876:0xcb,_0x1b35bd:0x146,_0x160b41:0x17b,_0x4be921:0xa7,_0x1e7fa9:0x164,_0x7c37f4:0x94,_0x377cd8:0x6e,_0x520cf3:0x23,_0x150508:0x80,_0x2693ce:0x2a,_0x2daeba:0x47,_0x332ff9:0x53,_0x1ba75a:0x276,_0x4e2973:0x77,_0x42b47a:0x5c,_0x13b8f1:0x62,_0x30d40c:0x9a,_0x302feb:0x9f,_0x4bbb62:0x63,_0x46e99b:0x4e,_0x3fb2b2:0x243,_0x1668b6:0x1a1,_0x546ed8:0x53,_0x1962c7:0x49,_0x2eb652:0x107,_0x18892a:0xe1,_0x4491ce:0x5b,_0x212eb7:0x6b,_0x11e86e:0x39,_0x25a42e:0x5e,_0x53bdb9:0xb5,_0x100e7e:0x73,_0x198cf2:0x110,_0x552a64:0x10f,_0x46ea16:0x110,_0x4146d6:0xfc,_0x233a04:0x141,_0x1b69c5:0x24b,_0x532e40:0x89,_0x325bba:0x168,_0x4e2423:0x210},_0x3775b0={_0x4dcb23:0x1d0},_0x155392={_0x30e3d7:0x1f4,_0x5d7abc:0x10b},_0x2f2a25={};_0x2f2a25[_0x37e6ce(_0x2f9009._0xed10b9,_0x2f9009._0x5d6a7e,_0x2f9009._0x39ca47,_0x2f9009._0x1e15a9)]=_0x37e6ce(_0x2f9009._0x6f5218,_0x2f9009._0x1b9064,_0x2f9009._0x435d7d,_0x2f9009._0x843c21)+_0x37e6ce(0xc3,0xfc,_0x2f9009._0x78b92d,_0x2f9009._0x55e845),_0x2f2a25[_0x2cd34b(-_0x2f9009._0x46d8c3,-0x3d,0x1,-0x7b)]=_0x37e6ce(0x13f,_0x2f9009._0x2ecc98,0x192,0xe9)+'ed';function _0x2cd34b(_0x8a570,_0x429e77,_0x17c294,_0x51bd8e){return _0x400205(_0x8a570-0x62,_0x429e77,_0x8a570- -_0x155392._0x30e3d7,_0x51bd8e-_0x155392._0x5d7abc);}_0x2f2a25[_0x37e6ce(0xc7,0x106,_0x2f9009._0x5bb2dc,_0x2f9009._0x47c175)]=_0x2cd34b(-_0x2f9009._0x5a8116,0x1c,-0x126,-0x12c)+_0x37e6ce(0xc6,_0x2f9009._0x1ca8a2,0x154,0x101)+_0x2cd34b(-0x41,_0x2f9009._0x366228,_0x2f9009._0x27f906,_0x2f9009._0xff12b6)+'ntication',_0x2f2a25[_0x2cd34b(0x24,-0xf,_0x2f9009._0x4fdf91,-0x5b)]=_0x37e6ce(0xf9,0xa3,_0x2f9009._0x34369f,_0x2f9009._0xf0d640),_0x2f2a25[_0x37e6ce(_0x2f9009._0x3de2e6,_0x2f9009._0x868d77,_0x2f9009._0x54e876,_0x2f9009._0xed10b9)]=_0x37e6ce(_0x2f9009._0x1b35bd,_0x2f9009._0x6f5218,_0x2f9009._0x160b41,_0x2f9009._0x4be921),_0x2f2a25[_0x37e6ce(0xb9,0xe2,0xac,_0x2f9009._0x1e7fa9)]=function(_0x141804,_0x7d3483){return _0x141804===_0x7d3483;};function _0x37e6ce(_0x576a3d,_0x1af8d1,_0x4682cc,_0x3bbb66){return _0x400205(_0x576a3d-0x185,_0x3bbb66,_0x1af8d1- -0xb6,_0x3bbb66-_0x3775b0._0x4dcb23);}_0x2f2a25[_0x2cd34b(-_0x2f9009._0x7c37f4,-_0x2f9009._0x377cd8,-0x81,-_0x2f9009._0x520cf3)]='KOfDT',_0x2f2a25[_0x2cd34b(-_0x2f9009._0x150508,-0x75,0x20,-0x13)]=_0x2cd34b(-_0x2f9009._0x2693ce,-_0x2f9009._0x2daeba,_0x2f9009._0x332ff9,0x1d),_0x2f2a25[_0x37e6ce(_0x2f9009._0x1ba75a,0x1e0,0x270,0x23a)]=_0x2cd34b(0x21,0xa6,_0x2f9009._0x4e2973,_0x2f9009._0x366228)+_0x2cd34b(-0x1c,_0x2f9009._0x42b47a,0x27,-_0x2f9009._0x13b8f1)+_0x2cd34b(0x7d,_0x2f9009._0x30d40c,_0x2f9009._0x302feb,_0x2f9009._0x4bbb62)+_0x2cd34b(-0x29,-_0x2f9009._0x46e99b,-0x6f,0x78)+'and\x20WebP\x20a'+_0x37e6ce(_0x2f9009._0x3fb2b2,_0x2f9009._0x1668b6,0x193,0x245)+'.';const _0x2c0ef9=_0x2f2a25,_0x5e1c64=[_0x2c0ef9['CXBpu'],_0x2cd34b(-0x6e,-0x34,0x3d,0x2b),_0x2c0ef9[_0x2cd34b(-0x2b,-0x21,-0x2e,-0xc4)],_0x2cd34b(-0x1f,-_0x2f9009._0x546ed8,-0x6e,-0xa6)];if(_0x5e1c64['includes'](_0x4051ab['mimetype']))_0x2c0ef9['sPGxi'](_0x2c0ef9[_0x2cd34b(-0x94,-0xc,-0x128,-0x114)],_0x2c0ef9[_0x2cd34b(-0x94,-0x9d,-_0x2f9009._0x1962c7,-0xdf)])?_0x2830da(null,!![]):_0x342908['error'](_0x2cd34b(0x88,_0x2f9009._0x2eb652,_0x2f9009._0x18892a,0xee)+_0x2cd34b(0x30,0x85,-_0x2f9009._0x4491ce,_0x2f9009._0x212eb7)+_0x2cd34b(_0x2f9009._0x11e86e,-_0x2f9009._0x25a42e,0x79,_0x2f9009._0x53bdb9)+_0x37e6ce(_0x2f9009._0x100e7e,_0x2f9009._0x198cf2,0x1a9,0x65),_0x4a4c72);else{if(_0x2c0ef9['AHblp']===_0x2c0ef9[_0x37e6ce(_0x2f9009._0x552a64,0xbe,0x84,0x75)])_0x2830da(new Error(_0x2c0ef9['SSsdy']));else{_0x86ce41[_0x37e6ce(_0x2f9009._0x46ea16,_0x2f9009._0x4146d6,0x1a6,0x8d)](_0x2c0ef9[_0x37e6ce(_0x2f9009._0x233a04,0x1aa,0x1a2,_0x2f9009._0x1b69c5)],_0x20d573);const _0x514dd8={};_0x514dd8['error']=_0x2c0ef9['zewxw'],_0x514dd8[_0x2cd34b(_0x2f9009._0x532e40,0x44,0x101,0x101)]=_0x2c0ef9['oDHdn'],_0x3f419c['status'](0x4*0xb3+0x1cec+0x9ec*-0x3)[_0x37e6ce(0x17a,_0x2f9009._0x325bba,_0x2f9009._0x4e2423,0x1de)](_0x514dd8);}}}});async function ensureAvatarsDir(){const _0x3d7359={_0x439d02:0x468,_0x34e66b:0x4aa,_0x249c3c:0x3d7,_0x22014a:0x35e,_0x1c1618:0x374,_0x15b538:0x382,_0x447229:0x52b,_0x302bb7:0x517,_0x38fae8:0x54c,_0x52e65f:0x4a0,_0x56a92c:0x44d,_0x3b7563:0x47a,_0x3eedab:0x4cb,_0x4034bb:0x475,_0x2dd1e4:0x3bb,_0x12597b:0x399,_0x2cc7d6:0x30f,_0x3ea049:0x40b,_0x543851:0x464,_0x4bf031:0x393,_0x4a83a3:0x421,_0x2aaf60:0x41d,_0x545074:0x42a,_0x2b7aa7:0x483,_0x3f85b3:0x472,_0x2dfb9f:0x40a,_0x4b27c3:0x436,_0x29a26e:0x3ed,_0x5ba2a3:0x433,_0x1ce4c0:0x441,_0x17fde8:0x340,_0x181d1e:0x2ac,_0x587a93:0x427,_0x284676:0x361,_0x4a9c70:0x3cd,_0x4fb467:0x53f,_0x30c1fe:0x54d,_0x14158d:0x4ce,_0x3b6755:0x518,_0x404d7e:0x51a,_0x5c458a:0x4ce,_0x454498:0x4be,_0x9d0a2c:0x4c8,_0x55097b:0x45a,_0x354d78:0x42b,_0x2bc686:0x469,_0x38ad7c:0x504,_0x49a3a5:0x55b,_0x1d63c3:0x5ac,_0x4b6a0c:0x410,_0x3f5ed4:0x4ab,_0x11fe54:0x403,_0x453e8a:0x53d,_0x539adf:0x51f,_0x3dd453:0x497},_0x214aa7={_0x436386:0xa1,_0x528e06:0xda},_0x51214d={_0x2f950b:0x2d1,_0x183700:0xac},_0x481e36={};_0x481e36[_0x4dcee5(_0x3d7359._0x439d02,0x540,_0x3d7359._0x34e66b,0x402)]='Failed\x20to\x20'+'remove\x20ava'+_0x534e4d(_0x3d7359._0x249c3c,_0x3d7359._0x22014a,_0x3d7359._0x1c1618,_0x3d7359._0x15b538),_0x481e36['DjZaS']=function(_0x30f0aa,_0x1dc189){return _0x30f0aa!==_0x1dc189;};function _0x4dcee5(_0x401de3,_0x5c9862,_0x3027c3,_0x217a9c){return _0x400205(_0x401de3-0x13f,_0x217a9c,_0x3027c3-_0x51214d._0x2f950b,_0x217a9c-_0x51214d._0x183700);}_0x481e36[_0x4dcee5(_0x3d7359._0x447229,_0x3d7359._0x302bb7,0x4ea,_0x3d7359._0x38fae8)]=_0x4dcee5(0x543,0x4e2,0x541,_0x3d7359._0x52e65f);function _0x534e4d(_0x454895,_0x5314eb,_0x301eee,_0x477c91){return _0x32f753(_0x301eee,_0x5314eb-_0x214aa7._0x436386,_0x454895-0x67,_0x477c91-_0x214aa7._0x528e06);}_0x481e36[_0x534e4d(_0x3d7359._0x56a92c,_0x3d7359._0x3b7563,0x43e,0x4b5)]=_0x4dcee5(0x4f2,0x4d0,_0x3d7359._0x3eedab,_0x3d7359._0x4034bb),_0x481e36['KZwzl']=_0x534e4d(0x37e,_0x3d7359._0x2dd1e4,_0x3d7359._0x12597b,_0x3d7359._0x2cc7d6);const _0x320182=_0x481e36;try{if(_0x320182['DjZaS'](_0x320182[_0x4dcee5(0x496,0x4bd,0x4ea,0x503)],_0x320182[_0x534e4d(0x44d,0x4f0,0x44d,_0x3d7359._0x3ea049)])){const _0x1eb1a5={};_0x1eb1a5[_0x534e4d(0x43b,_0x3d7359._0x543851,_0x3d7359._0x4bf031,_0x3d7359._0x4a83a3)]=!![],await _0x1d3d06['mkdir'](AVATARS_DIR,_0x1eb1a5);}else{_0x392398[_0x534e4d(0x39e,0x377,0x2fc,0x2f4)](_0x320182[_0x534e4d(0x3c5,0x41a,_0x3d7359._0x2aaf60,_0x3d7359._0x545074)],_0x3af9d3);const _0x49ef06={};_0x49ef06[_0x4dcee5(0x44b,0x42c,_0x3d7359._0x2b7aa7,0x489)]=_0x320182[_0x4dcee5(_0x3d7359._0x3f85b3,0x472,0x4aa,0x49e)],_0x5cf5c5['status'](0x1b31+-0x2a8+-0x1695*0x1)[_0x534e4d(_0x3d7359._0x2dfb9f,0x366,0x475,0x399)](_0x49ef06);}}catch(_0x16d036){if(_0x534e4d(_0x3d7359._0x4b27c3,_0x3d7359._0x29a26e,0x4db,0x38c)===_0x534e4d(_0x3d7359._0x5ba2a3,_0x3d7359._0x1ce4c0,0x412,0x3bb)){if(!_0x405bc3[_0x534e4d(_0x3d7359._0x17fde8,_0x3d7359._0x181d1e,0x2bd,0x2d9)](_0x368da0=>_0x368da0['id']===_0x28215c['id'])){const _0x5737ee={};_0x5737ee['id']=_0x22007f['id'],_0x5737ee['name']=_0x302349[_0x534e4d(0x386,_0x3d7359._0x587a93,_0x3d7359._0x284676,_0x3d7359._0x4a9c70)],_0x5737ee[_0x4dcee5(0x42f,0x492,0x450,0x48f)]=!![],_0x3f4ad9[_0x4dcee5(0x416,0x50f,0x4b6,_0x3d7359._0x4fb467)](_0x5737ee);}}else{if(_0x320182['DjZaS'](_0x16d036['code'],_0x4dcee5(0x4d8,_0x3d7359._0x30c1fe,0x513,0x4c8))){if(_0x320182[_0x4dcee5(0x4ee,0x4a6,0x52c,_0x3d7359._0x14158d)]('NiTwn',_0x320182[_0x4dcee5(0x4e1,_0x3d7359._0x3b6755,_0x3d7359._0x404d7e,_0x3d7359._0x5c458a)])){const _0x6c9abb={};return _0x6c9abb[_0x4dcee5(0x45b,_0x3d7359._0x454498,_0x3d7359._0x2b7aa7,_0x3d7359._0x9d0a2c)]=_0x4dcee5(0x4a0,_0x3d7359._0x55097b,0x4eb,0x4bc)+_0x534e4d(_0x3d7359._0x354d78,0x476,0x4a2,0x467)+_0x534e4d(_0x3d7359._0x4a83a3,_0x3d7359._0x2bc686,0x37e,0x404),_0x3b4f09[_0x4dcee5(_0x3d7359._0x38ad7c,0x578,_0x3d7359._0x49a3a5,_0x3d7359._0x1d63c3)](-0x1e5d+0x8e*0x17+0x132b)['json'](_0x6c9abb);}else logger[_0x534e4d(0x39e,0x39e,0x36e,0x36e)]('Failed\x20to\x20'+_0x534e4d(_0x3d7359._0x4b6a0c,0x3a3,_0x3d7359._0x3f5ed4,_0x3d7359._0x11fe54)+_0x4dcee5(0x535,_0x3d7359._0x453e8a,0x4fe,_0x3d7359._0x539adf)+_0x4dcee5(_0x3d7359._0x439d02,0x4cd,_0x3d7359._0x3dd453,0x4ab),_0x16d036);}}}}const router=_0x4b81b6['Router']();router['post'](_0x400205(0x284,0x22e,0x1f5,0x15e),async(_0x50c034,_0x107e94)=>{const _0x262697={_0x46660e:0x4fe,_0x256c0c:0x46f,_0x17d169:0x172,_0x436e87:0x1a6,_0x7ac9ea:0x4a8,_0x549562:0x61,_0x361d0a:0x37a,_0x13c51c:0x423,_0x1e713f:0x10c,_0xf0ce4c:0x19b,_0x20c6cc:0x163,_0x4df864:0x16a,_0x257f03:0x74,_0x5ea6bc:0x16d,_0x573816:0xdb,_0x567bc7:0x201,_0xef339:0x163,_0x2f3a20:0x159,_0x2f055a:0xc0,_0x5ad319:0x183,_0x1d34ff:0x3b3,_0xbbdc87:0x3bb,_0x12ef28:0x48c,_0x16754c:0x40e,_0x4fee2f:0x32b,_0x150a86:0x2eb,_0x183ae5:0x3c0,_0x55ad91:0x2dd,_0x590628:0x93,_0x2ca7f7:0x68,_0x158734:0x47c,_0x2ea28a:0x3e2,_0x577c8d:0x476,_0x424b1e:0xea,_0x3b1e1a:0xf8,_0x378e12:0x63,_0x40ec92:0x42,_0x5bbe46:0x1c,_0x116482:0x110,_0x375527:0x9e,_0x231bfe:0x438,_0x39ac9d:0x4fa,_0x1796da:0x315,_0x400f2a:0xaf,_0x1d5270:0x3a9,_0x4ba5cd:0x98,_0x551b25:0x9a,_0x171972:0xa3,_0x5a7328:0xfd,_0x56dbac:0x452,_0x59c223:0x164,_0x52c0ac:0xec,_0x4fdf15:0x6a,_0x2a7199:0x86,_0x37c29b:0x110,_0x41f616:0x411,_0x944d4c:0x42a,_0x59cd04:0x47c,_0x14e20c:0x467,_0x422a8f:0x15d,_0x2b017a:0x1d9,_0x2b0647:0x11d,_0x14b79e:0x124,_0x129497:0x12,_0x52bb9a:0x44a,_0x1cfaab:0x4c8,_0x56e093:0x1c2,_0x4cd08c:0x185,_0x18e147:0x54e,_0x38b538:0x4b2,_0x401693:0x436,_0x154022:0x521,_0x2933d1:0x446,_0x39895e:0x413,_0xfdbca6:0x4c9,_0x45f2d1:0x510,_0x3ed1bd:0x525,_0x161164:0x492,_0x232d5c:0x4a4,_0x5c1529:0xd7,_0x48914c:0xfb,_0x28357d:0x1ac,_0xbc79f0:0x347,_0x28048f:0x3c2,_0x2f97f0:0x466,_0x5b7f8a:0x1b5,_0x49d507:0x58,_0xa00468:0x2b,_0x12071c:0x65,_0x173784:0xef,_0x20b863:0x97,_0x10e940:0x4ad,_0x5e6cc6:0x529,_0x5f2a76:0x13a,_0x2c53dc:0x42c,_0x57bdff:0x405,_0xff58e4:0x405,_0x5695d7:0x46a,_0x514f2b:0x402,_0x2fec41:0x480,_0x4109c3:0x29,_0x530d22:0xb8,_0x5025f7:0x38d,_0x359a1e:0x3da,_0x113bdf:0x3c8,_0x393a26:0x386,_0x515059:0x3dd,_0x9c73c1:0x3e0,_0x30dfe1:0x4a5,_0x10d935:0x4fc,_0x5477b2:0x422,_0x4fd151:0x474,_0x3ca0bf:0x54e,_0x3bc2c0:0x4d5,_0x54b421:0x320,_0x148469:0x3b3,_0x57c0c2:0x3a6,_0x548dd1:0x407,_0x390af5:0x358,_0x3ab2e0:0x396,_0x707b2:0xb0,_0x1b49dd:0x105,_0x1583d9:0xf7},_0x5c73ef={_0x163ab7:0x1fa,_0x12adfd:0x225,_0x58c807:0x288,_0x18b5c5:0x226,_0x283cb7:0x43,_0x2d6759:0xb2,_0x3de61e:0xb,_0x2307b1:0x1f9,_0x40e3dc:0x280,_0x4408f4:0x1a3,_0x37b54f:0x167,_0x4ba357:0x1bf,_0x28f129:0xe8,_0x2a83e8:0x1a,_0x368250:0x18,_0x397153:0x2b4,_0x4f3cf7:0x2f2,_0x12bcf4:0x28d,_0x35d420:0x2ac,_0x104d28:0x2d5,_0x4135da:0x255,_0xc008ea:0x287,_0x2a7763:0x274,_0x3da196:0x335,_0x4eee35:0x12d,_0x59e388:0x7c,_0xb97c3c:0x50,_0x42c3a8:0x2eb,_0x54b2c2:0x1b4,_0x300dd7:0x16f,_0x5cbfc9:0x1f3,_0x3baeaa:0x20,_0x521df6:0xe,_0x3db436:0x4d,_0x350959:0x1a5,_0x41eb67:0x2ad,_0x922f09:0x3e,_0x391e39:0xa9,_0x2c5194:0x24a,_0x33a8fe:0x145,_0x132137:0x1e,_0x5cc732:0x33,_0x4c72ab:0x53,_0x3d69b5:0x13,_0x270ed0:0x29,_0x1315d6:0x235,_0x48bdee:0x20b,_0xdb9a46:0x1f6,_0x5ba667:0x1ed,_0x9b9e90:0x73,_0xf55505:0x77,_0x353d41:0xa,_0x3bfd29:0x51},_0x37a917={_0x51b5b8:0x152},_0x581da9={_0x469b52:0x7d,_0x16778d:0x143},_0x391957={_0x116b6c:0x189,_0x483711:0xe2},_0xff1a20={_0x20860f:0x1f};function _0x296e71(_0x47453b,_0x3da6f9,_0x73b74,_0x294e92){return _0x400205(_0x47453b-_0xff1a20._0x20860f,_0x73b74,_0x3da6f9- -0x119,_0x294e92-0xbd);}const _0x54476f={'crASG':'Failed\x20to\x20'+_0x35db6c(0x4e0,0x484,0x3e4,_0x262697._0x46660e)+_0x35db6c(0x46a,0x4cb,0x4dc,_0x262697._0x256c0c)+_0x296e71(0x1c0,_0x262697._0x17d169,0x11b,_0x262697._0x436e87),'waPeF':_0x35db6c(_0x262697._0x7ac9ea,0x4a4,0x3f9,0x549)+_0x296e71(0x4d,0x3d,-_0x262697._0x549562,-0x64)+_0x35db6c(0x31a,_0x262697._0x361d0a,0x34a,_0x262697._0x13c51c),'KHUtV':function(_0x54e708,_0x4f98eb){return _0x54e708!==_0x4f98eb;},'wcuqB':_0x296e71(0x182,0xfe,_0x262697._0x1e713f,_0x262697._0xf0ce4c),'rlFfI':_0x296e71(0xc8,_0x262697._0x20c6cc,0x1e0,0x13b)+_0x296e71(_0x262697._0x4df864,0xf5,_0x262697._0x20c6cc,_0x262697._0x257f03)+'on','bwKCz':'Login\x20fail'+'ed','PcWqc':_0x296e71(0x172,0x163,0x16f,0x131)+'create\x20ses'+_0x296e71(_0x262697._0x5ea6bc,_0x262697._0x573816,0xcb,0x16b),'VvMBY':'User\x20logge'+'d\x20in','gtMat':_0x296e71(_0x262697._0x567bc7,_0x262697._0xef339,0x17e,0x1a6)+'upload\x20ava'+'tar','XeWjI':_0x296e71(0x152,_0x262697._0x2f3a20,0x124,0x151)+_0x296e71(_0x262697._0x2f055a,0x154,0x146,_0x262697._0x5ad319),'pmGPs':'Username\x20a'+'nd\x20passwor'+_0x35db6c(_0x262697._0x1d34ff,0x3be,_0x262697._0xbbdc87,0x419)+_0x35db6c(_0x262697._0x12ef28,_0x262697._0x16754c,0x374,0x38e),'EeGza':function(_0x23ac1b,_0x3b1e2f){return _0x23ac1b===_0x3b1e2f;},'qzYay':_0x35db6c(0x3aa,0x38c,_0x262697._0x4fee2f,0x3a9),'LdRaB':_0x35db6c(_0x262697._0x150a86,0x384,_0x262697._0x183ae5,_0x262697._0x55ad91),'DONgw':function(_0x222bbd,_0x34db03,_0x41fbef){return _0x222bbd(_0x34db03,_0x41fbef);},'OZrYM':_0x296e71(0x14c,0xbd,_0x262697._0x590628,_0x262697._0x2ca7f7)+_0x35db6c(_0x262697._0x158734,_0x262697._0x2ea28a,0x432,_0x262697._0x577c8d),'AuTZo':_0x296e71(0xec,0xf1,_0x262697._0x424b1e,_0x262697._0x3b1e1a)+_0x296e71(0xf8,_0x262697._0x378e12,_0x262697._0x40ec92,_0x262697._0x5bbe46)+'d','nMptd':_0x296e71(0xbd,_0x262697._0x116482,_0x262697._0x375527,0xc0)+_0x35db6c(0x4ba,0x46d,_0x262697._0x231bfe,_0x262697._0x39ac9d)+'password','Hwdkl':function(_0x575443,_0x3dd264){return _0x575443===_0x3dd264;},'PuzYJ':_0x35db6c(_0x262697._0x1796da,0x3af,0x3d7,0x36e),'BaNwx':_0x296e71(0x88,0x87,_0x262697._0x400f2a,0xeb)+'r','gKKeG':_0x35db6c(0x303,0x395,0x352,_0x262697._0x1d5270)+'ccurred\x20du'+_0x296e71(_0x262697._0x4ba5cd,_0x262697._0x551b25,0x9d,_0x262697._0x171972)+_0x296e71(0x9f,0x11e,_0x262697._0x5a7328,0x1a8)};function _0x35db6c(_0x53aca6,_0x18b3c8,_0x14fc51,_0x39d3d2){return _0x400205(_0x53aca6-_0x391957._0x116b6c,_0x14fc51,_0x18b3c8-0x228,_0x39d3d2-_0x391957._0x483711);}const {username:_0x5a6fd5,password:_0x8a0255}=_0x50c034[_0x296e71(0xeb,0xc2,_0x262697._0x4df864,0x11d)];if(!_0x5a6fd5||!_0x8a0255){const _0x54c3b2={};return _0x54c3b2[_0x35db6c(0x36b,0x3da,0x3ba,_0x262697._0x56dbac)]=_0x54476f['XeWjI'],_0x54c3b2[_0x296e71(0x118,_0x262697._0x59c223,_0x262697._0x52c0ac,0x206)]=_0x54476f['pmGPs'],_0x107e94[_0x35db6c(0x45f,0x4b2,0x4ab,0x441)](0x1*0x113+-0x712+-0x2d*-0x2b)['json'](_0x54c3b2);}try{if(_0x54476f['EeGza'](_0x54476f[_0x296e71(-0x2a,_0x262697._0x4fdf15,_0x262697._0x2a7199,_0x262697._0x37c29b)],_0x54476f[_0x35db6c(_0x262697._0x41f616,_0x262697._0x944d4c,_0x262697._0x183ae5,0x41f)]))_0x1498c2[_0x35db6c(_0x262697._0x59cd04,0x3fc,0x496,_0x262697._0x14e20c)+'s']=_0x7892f5;else{const _0x2d1310=await _0x54476f['DONgw'](validatePassword,_0x5a6fd5,_0x8a0255);if(!_0x2d1310){const _0x37d03f={};_0x37d03f[_0x296e71(0x10d,_0x262697._0x422a8f,0xb2,_0x262697._0x2b017a)]=_0x5a6fd5,logger['warn'](_0x54476f[_0x296e71(0xb9,_0x262697._0x2b0647,0xfa,_0x262697._0x2f055a)],_0x37d03f);const _0x46e5ec={};return _0x46e5ec[_0x296e71(_0x262697._0x14b79e,0x99,-_0x262697._0x129497,0x85)]=_0x54476f[_0x35db6c(0x4cd,_0x262697._0x52bb9a,_0x262697._0x1cfaab,0x3d5)],_0x46e5ec[_0x296e71(_0x262697._0x56e093,0x164,_0x262697._0x4cd08c,0x1d2)]=_0x54476f['nMptd'],_0x107e94[_0x35db6c(_0x262697._0x18e147,_0x262697._0x38b538,_0x262697._0x401693,_0x262697._0x154022)](-0xbcf*-0x2+-0x128*0x17+0x1*0x48b)[_0x35db6c(0x476,_0x262697._0x2933d1,_0x262697._0x1d5270,_0x262697._0x39895e)](_0x46e5ec);}_0x50c034['session'][_0x35db6c(_0x262697._0xfdbca6,0x47d,0x4d8,0x4d7)]=_0x2d1310['id'],_0x50c034[_0x35db6c(_0x262697._0x45f2d1,0x47b,0x500,_0x262697._0x3ed1bd)][_0x35db6c(_0x262697._0x39ac9d,0x49e,_0x262697._0x161164,_0x262697._0x232d5c)]=_0x2d1310['username'],_0x50c034[_0x35db6c(0x484,0x47b,0x40a,0x3e7)]['email']=_0x2d1310[_0x296e71(_0x262697._0x171972,_0x262697._0x5c1529,_0x262697._0x48914c,0xbe)],_0x50c034[_0x296e71(0x162,0x13a,0x1e1,_0x262697._0x28357d)]['name']=_0x2d1310[_0x35db6c(_0x262697._0xbc79f0,_0x262697._0x28048f,0x3b8,_0x262697._0x2f97f0)],_0x50c034[_0x296e71(0xb8,0x13a,_0x262697._0x5b7f8a,0x18d)][_0x296e71(_0x262697._0x49d507,0x64,-_0x262697._0xa00468,_0x262697._0x12071c)+'min']=_0x2d1310[_0x296e71(-0x28,0x64,_0x262697._0x173784,_0x262697._0x20b863)+_0x35db6c(0x471,_0x262697._0x10e940,_0x262697._0x5e6cc6,0x4a3)]||![],_0x50c034[_0x296e71(0x131,_0x262697._0x5f2a76,0xe4,0x17d)][_0x35db6c(_0x262697._0x2c53dc,_0x262697._0x57bdff,_0x262697._0xff58e4,0x39b)+'me']=_0x2d1310[_0x35db6c(_0x262697._0x41f616,0x405,0x3a1,0x3e3)+'me'],_0x50c034[_0x35db6c(_0x262697._0x5695d7,0x47b,_0x262697._0x514f2b,_0x262697._0x2fec41)][_0x296e71(_0x262697._0x4109c3,_0x262697._0x530d22,0x5a,0xeb)](_0x347414=>{function _0x13e1b7(_0x428ccc,_0x29bf4a,_0x176cac,_0x129d53){return _0x35db6c(_0x428ccc-_0x581da9._0x469b52,_0x428ccc- -0x1f1,_0x29bf4a,_0x129d53-_0x581da9._0x16778d);}function _0x374e89(_0x41b98b,_0x3307b1,_0x593c02,_0x6e690a){return _0x35db6c(_0x41b98b-_0x37a917._0x51b5b8,_0x6e690a- -0x3f5,_0x593c02,_0x6e690a-0x167);}if(_0x54476f[_0x13e1b7(_0x5c73ef._0x163ab7,_0x5c73ef._0x12adfd,_0x5c73ef._0x58c807,_0x5c73ef._0x18b5c5)](_0x54476f[_0x374e89(0x20,_0x5c73ef._0x283cb7,-_0x5c73ef._0x2d6759,-_0x5c73ef._0x3de61e)],_0x54476f[_0x13e1b7(_0x5c73ef._0x2307b1,0x18b,0x1b0,_0x5c73ef._0x40e3dc)])){_0x4cf3eb['error'](_0x54476f['crASG'],_0x25c9e5);const _0xab86b7={};_0xab86b7[_0x13e1b7(0x1e9,_0x5c73ef._0x4408f4,_0x5c73ef._0x37b54f,_0x5c73ef._0x4ba357)]=_0x54476f['waPeF'],_0x4d85fd[_0x374e89(0x35,0x36,_0x5c73ef._0x28f129,0xbd)](-0x555+-0x3*-0x68e+-0xc61*0x1)['json'](_0xab86b7);}else{if(_0x347414){logger['error'](_0x54476f[_0x13e1b7(0x195,0x162,0x1b3,0xf4)],_0x347414);const _0x5a4517={};return _0x5a4517['error']=_0x54476f[_0x374e89(_0x5c73ef._0x2a83e8,-0x27,0x70,-_0x5c73ef._0x368250)],_0x5a4517[_0x13e1b7(_0x5c73ef._0x397153,_0x5c73ef._0x4f3cf7,_0x5c73ef._0x12bcf4,_0x5c73ef._0x35d420)]=_0x54476f[_0x13e1b7(0x282,_0x5c73ef._0x104d28,_0x5c73ef._0x4135da,_0x5c73ef._0xc008ea)],_0x107e94['status'](-0xd6f*0x1+0x4*-0x8+-0xb*-0x169)['json'](_0x5a4517);}const _0x546d9a={};_0x546d9a[_0x13e1b7(0x28c,_0x5c73ef._0x2a7763,0x206,_0x5c73ef._0x3da196)]=_0x2d1310['id'],_0x546d9a[_0x374e89(_0x5c73ef._0x4eee35,_0x5c73ef._0x59e388,_0x5c73ef._0xb97c3c,0xa9)]=_0x2d1310['username'],_0x546d9a['isServerAd'+_0x13e1b7(0x2bc,0x2d4,_0x5c73ef._0x42c3a8,0x21a)]=_0x2d1310[_0x13e1b7(_0x5c73ef._0x54b2c2,0x20b,_0x5c73ef._0x300dd7,_0x5c73ef._0x5cbfc9)+'min']||![],logger[_0x374e89(-_0x5c73ef._0x3baeaa,_0x5c73ef._0x521df6,-0x26,-_0x5c73ef._0x3db436)](_0x54476f[_0x13e1b7(0x235,0x2cf,_0x5c73ef._0x350959,0x26a)],_0x546d9a);const _0x47c4a0={};_0x47c4a0['id']=_0x2d1310['id'],_0x47c4a0[_0x13e1b7(_0x5c73ef._0x41eb67,0x2ef,_0x5c73ef._0x397153,0x27b)]=_0x2d1310[_0x374e89(_0x5c73ef._0x922f09,0x7b,0x20,_0x5c73ef._0x391e39)],_0x47c4a0['email']=_0x2d1310['email'],_0x47c4a0[_0x13e1b7(0x1d1,_0x5c73ef._0x2c5194,0x267,_0x5c73ef._0x33a8fe)]=_0x2d1310[_0x374e89(-0xcf,_0x5c73ef._0x132137,-_0x5c73ef._0x922f09,-_0x5c73ef._0x5cc732)],_0x47c4a0[_0x374e89(_0x5c73ef._0x4c72ab,_0x5c73ef._0x3d69b5,-_0x5c73ef._0x270ed0,-_0x5c73ef._0xb97c3c)+_0x13e1b7(0x2bc,0x2ae,0x293,0x30b)]=_0x2d1310['isServerAd'+_0x13e1b7(0x2bc,0x240,_0x5c73ef._0x1315d6,0x2ba)]||![],_0x47c4a0[_0x13e1b7(0x214,_0x5c73ef._0x48bdee,_0x5c73ef._0xdb9a46,_0x5c73ef._0x5ba667)+'me']=_0x2d1310['ssh_userna'+'me'];const _0x545073={};_0x545073[_0x374e89(-_0x5c73ef._0x9b9e90,-0x7,_0x5c73ef._0xf55505,-0x31)]=_0x47c4a0,_0x107e94[_0x374e89(0xd6,-_0x5c73ef._0x353d41,0xa5,_0x5c73ef._0x3bfd29)](_0x545073);}});}}catch(_0x52bf2f){if(_0x54476f['Hwdkl'](_0x54476f['PuzYJ'],_0x54476f['PuzYJ'])){logger[_0x35db6c(_0x262697._0x5025f7,_0x262697._0x359a1e,0x341,_0x262697._0x113bdf)](_0x54476f[_0x35db6c(_0x262697._0x393a26,0x3f4,0x36d,0x349)],_0x52bf2f);const _0x5d8220={};_0x5d8220[_0x296e71(0x59,0x99,0xf9,0xa6)]=_0x54476f[_0x35db6c(0x35a,_0x262697._0x515059,_0x262697._0x9c73c1,0x42d)],_0x5d8220[_0x35db6c(_0x262697._0x161164,_0x262697._0x30dfe1,_0x262697._0x10d935,_0x262697._0x5477b2)]=_0x54476f[_0x35db6c(0x3ed,0x3d3,_0x262697._0x4fd151,0x42f)],_0x107e94[_0x35db6c(_0x262697._0x3ca0bf,0x4b2,0x534,_0x262697._0x3bc2c0)](-0x7cd*-0x1+-0xc3e+0x665)['json'](_0x5d8220);}else{_0x30a974['error'](_0x54476f[_0x35db6c(_0x262697._0x54b421,_0x262697._0x148469,_0x262697._0x57c0c2,_0x262697._0x548dd1)],_0x28f610);const _0x40a9e3={};_0x40a9e3[_0x35db6c(_0x262697._0x390af5,0x3da,_0x262697._0x3ab2e0,0x365)]=_0x54476f['gtMat'],_0x3f613f['status'](0x17e1*-0x1+0x1227*0x2+-0x7*0x17f)[_0x296e71(_0x262697._0x707b2,_0x262697._0x1b49dd,_0x262697._0x59c223,_0x262697._0x1583d9)](_0x40a9e3);}}}),router[_0x32f753(0x364,0x452,0x3af,0x444)]('/logout',(_0x5045e3,_0x21addb)=>{const _0x3473fa={_0x5981a9:0xc6,_0x305931:0x82,_0xfcde0b:0x18f,_0x416437:0x84,_0x1ec456:0x113,_0x53a5df:0x19,_0x47604c:0x70,_0x4dcaa2:0x27,_0x7684a8:0x6b,_0x4f5d7c:0x31,_0x2cba37:0xa3,_0x279b86:0xb7,_0x1444f7:0xd8,_0xab6d9e:0xba,_0x469ae8:0x49,_0x2557a1:0xc,_0xd6f5ad:0x8,_0x3f8081:0x4b,_0x22e0fb:0x41,_0x1aafef:0x7a,_0xec3968:0x28,_0x2b00ba:0xab,_0x323872:0x5a,_0x4b08b0:0xa7,_0x34b991:0x36,_0x254c2a:0x16,_0x186ad7:0x2a,_0x29a445:0x4e,_0x2f7b5c:0xcb,_0x28ee0c:0x101,_0x4ac47e:0xa,_0x42005e:0x24,_0x531fcc:0x95,_0x1a2599:0xa1},_0x128977={_0x4f5fc7:0xe1,_0x2ccbf6:0x1a2,_0x1787e9:0x13a,_0xe5437a:0xea,_0x5ac673:0xa7,_0x364f34:0x388,_0x422dc0:0x3e8,_0x29a51f:0x44f,_0x3126d8:0x3fd,_0x366a4e:0x37c,_0x38da4f:0x3f1,_0xba38c7:0x3a8,_0x3857c6:0x165,_0x2e0f2e:0x523,_0x3d1643:0x4f1,_0x6c5e1d:0x494,_0x5df266:0x522,_0x3459f8:0x13f,_0x4b39e3:0x3e9,_0x3ef49b:0x58,_0x3805a2:0x6d,_0x2be36a:0x4bc,_0x29e908:0xbd,_0x28d5d0:0xad,_0x40e023:0x494,_0x14b3b5:0x19e,_0x3433c2:0x20e,_0x22de4c:0xb9,_0x41729d:0xb8,_0x17a134:0xc9,_0x9b2ed0:0x39,_0x1380bd:0x174,_0x211d1e:0x1be,_0xbca057:0x134,_0x2924f7:0x34e,_0x265ff1:0x495,_0x34db56:0x3ba,_0x55d13b:0x454,_0x5c16df:0x3cb,_0x2839d7:0x428},_0xc35e46={_0x1de5f6:0x130,_0x50fb53:0x1c4},_0x2efdc8={_0x552e48:0x186},_0x5d79b2={_0x4e3ef3:0xbb,_0x37eb8b:0xc9},_0x16d258={_0x23f25f:0x15b,_0x157688:0xc7},_0x4d14c9={};function _0x18ef1a(_0x4f5985,_0x4f0011,_0x2739d3,_0x24a70a){return _0x400205(_0x4f5985-_0x16d258._0x23f25f,_0x24a70a,_0x4f0011- -0x27d,_0x24a70a-_0x16d258._0x157688);}_0x4d14c9[_0x18ef1a(-_0x3473fa._0x5981a9,-0x118,-_0x3473fa._0x305931,-_0x3473fa._0xfcde0b)]=_0x295584(_0x3473fa._0x416437,0xdf,_0x3473fa._0x1ec456,_0x3473fa._0x53a5df)+_0x295584(-0x29,0x38,-_0x3473fa._0x47604c,-0x20)+_0x18ef1a(-_0x3473fa._0x4dcaa2,-_0x3473fa._0x7684a8,-_0x3473fa._0x4f5d7c,0xa),_0x4d14c9[_0x295584(_0x3473fa._0x2cba37,0x145,_0x3473fa._0x279b86,0xfa)]=_0x295584(-0x7a,-_0x3473fa._0x1444f7,-0xe3,-_0x3473fa._0xab6d9e),_0x4d14c9[_0x295584(-0x73,-_0x3473fa._0x469ae8,_0x3473fa._0x2557a1,_0x3473fa._0xd6f5ad)]='Failed\x20to\x20'+_0x295584(_0x3473fa._0x3f8081,-_0x3473fa._0x22e0fb,0xda,0x50)+'ssion',_0x4d14c9[_0x18ef1a(-0x115,-_0x3473fa._0x1aafef,_0x3473fa._0xec3968,-0x107)]=_0x295584(-_0x3473fa._0x2b00ba,-0x2,-_0x3473fa._0x323872,-0x61);function _0x295584(_0x3fca92,_0x4fa1c7,_0x4ee6f9,_0x1b2f55){return _0x400205(_0x3fca92-_0x5d79b2._0x4e3ef3,_0x4fa1c7,_0x3fca92- -0x1f8,_0x1b2f55-_0x5d79b2._0x37eb8b);}_0x4d14c9['xgbUM']=_0x295584(0x74,_0x3473fa._0x4b08b0,_0x3473fa._0x34b991,0x22)+'\x20successfu'+'lly';const _0x5bf0cd=_0x4d14c9,_0x3530e4=_0x5045e3[_0x18ef1a(-_0x3473fa._0x254c2a,-_0x3473fa._0x186ad7,_0x3473fa._0x29a445,-_0x3473fa._0x2f7b5c)]?.[_0x295584(0x5d,_0x3473fa._0x28ee0c,0x59,0xf0)],_0xcdf79e=_0x5045e3['session']?.['username'];_0x5045e3[_0x18ef1a(_0x3473fa._0x4ac47e,-0x2a,_0x3473fa._0x42005e,-_0x3473fa._0x531fcc)][_0x18ef1a(-0x1,-0x5c,-_0x3473fa._0x1a2599,-0x7e)](_0x253072=>{function _0x33e37f(_0x1077f8,_0x3f7564,_0x2249fa,_0x4a996d){return _0x18ef1a(_0x1077f8-0x32,_0x2249fa-0x4bc,_0x2249fa-_0x2efdc8._0x552e48,_0x1077f8);}const _0x140647={};_0x140647[_0x20629e(0x58,_0x128977._0x4f5fc7,0x5d,0x189)]=_0x5bf0cd['NJPIR'];function _0x20629e(_0x26e2d2,_0x5926db,_0x50d229,_0x57d820){return _0x295584(_0x5926db-_0xc35e46._0x1de5f6,_0x57d820,_0x50d229-0x198,_0x57d820-_0xc35e46._0x50fb53);}const _0x18b5ec=_0x140647;if(_0x253072){if(_0x5bf0cd[_0x20629e(0x21a,0x1d3,_0x128977._0x2ccbf6,_0x128977._0x1787e9)]==='dMmQg'){_0x3dd173[_0x20629e(0x87,_0x128977._0xe5437a,_0x128977._0x5ac673,0x9f)](_0x18b5ec[_0x33e37f(0x38a,_0x128977._0x364f34,_0x128977._0x422dc0,_0x128977._0x29a51f)],_0x31307c);const _0x439685={};_0x439685[_0x33e37f(_0x128977._0x3126d8,_0x128977._0x366a4e,_0x128977._0x38da4f,0x46f)]=_0x18b5ec[_0x33e37f(_0x128977._0xba38c7,0x422,0x3e8,0x41f)],_0x13ff35[_0x20629e(_0x128977._0x3857c6,0x1c2,0x194,0x231)](0x270d*0x1+0x365*-0x7+-0xd56)['json'](_0x439685);}else{const _0x4f80dc={};_0x4f80dc[_0x33e37f(_0x128977._0x2e0f2e,_0x128977._0x3d1643,_0x128977._0x6c5e1d,_0x128977._0x5df266)]=_0x3530e4,_0x4f80dc['username']=_0xcdf79e,logger['error'](_0x5bf0cd[_0x20629e(_0x128977._0x3459f8,0xbd,0x71,0xd0)],_0x253072,_0x4f80dc);const _0x40207b={};return _0x40207b[_0x33e37f(_0x128977._0x4b39e3,0x461,0x3f1,0x483)]=_0x20629e(0x83,0xad,_0x128977._0x3ef49b,_0x128977._0x3805a2)+'led',_0x40207b[_0x33e37f(0x533,0x43d,_0x128977._0x2be36a,0x466)]=_0x5bf0cd[_0x20629e(0x32,_0x128977._0x29e908,0xdd,_0x128977._0x28d5d0)],_0x21addb['status'](0x1*0x1abb+-0x1f74+0x6ad)['json'](_0x40207b);}}const _0x56337e={};_0x56337e[_0x33e37f(0x4d4,0x4e0,_0x128977._0x40e023,0x46d)]=_0x3530e4,_0x56337e[_0x20629e(_0x128977._0x14b3b5,0x1ae,_0x128977._0x3433c2,0x217)]=_0xcdf79e,logger[_0x20629e(_0x128977._0x22de4c,_0x128977._0x41729d,_0x128977._0x17a134,_0x128977._0x9b2ed0)](_0x20629e(0x190,_0x128977._0x1380bd,_0x128977._0x211d1e,_0x128977._0xbca057)+_0x33e37f(_0x128977._0x2924f7,0x37c,0x3e5,0x482),_0x56337e),_0x21addb[_0x33e37f(_0x128977._0x265ff1,_0x128977._0x34db56,0x445,_0x128977._0x55d13b)+'e'](_0x5bf0cd[_0x33e37f(0x399,_0x128977._0x5c16df,0x442,0x3eb)]);const _0xb99424={};_0xb99424[_0x33e37f(_0x128977._0x2839d7,0x4b4,0x4bc,0x4e7)]=_0x5bf0cd['xgbUM'],_0x21addb['json'](_0xb99424);});}),router[_0x400205(0x1e3,0x2f4,0x250,0x28d)]('/me',requireAuth,async(_0xe38117,_0x3369df)=>{const _0x1ef2fa={_0x1a6e72:0x132,_0x423bfc:0xb5,_0x194f6b:0x2a,_0x45b1c2:0x90,_0x5d5967:0xcc,_0x932a1:0x165,_0x545305:0xbc,_0x5e5090:0x164,_0x1dd6bf:0xc8,_0x33ba29:0x14f,_0x12be81:0x154,_0x1a6673:0x177,_0x3c1906:0xef,_0x2212db:0x103,_0x58d757:0x16a,_0x10097f:0x105,_0x14e9b3:0x1af,_0x3210e4:0x155,_0x48a1ae:0x1c7,_0x5276f3:0x23f,_0x4200cc:0x1e3,_0x205ae3:0x1de,_0x4ca26e:0x1f0,_0xc23ebe:0x176,_0x2fbabe:0x17d,_0x1cd988:0x146,_0x56df8a:0x15b,_0x3aa611:0xde,_0xc7a7ca:0xf4,_0x131294:0x11c,_0xc435fd:0xad,_0x534294:0x130,_0x451dae:0x1c3,_0xdfb39:0x1fa,_0x506259:0x155,_0xb14b2e:0x162,_0x4f353d:0x125,_0x4400df:0x81,_0x3e006d:0x113,_0x279e3f:0x186,_0x319092:0x1d8,_0x3ab9e4:0x23f,_0x8a3c20:0x1ae,_0x28d8f1:0x16f,_0x17ed62:0xb4,_0x21ec18:0x1ad,_0x16b1b4:0x15b,_0x42142c:0xf3,_0x2a7519:0xf4,_0x4b3a97:0x15b,_0x104845:0x83,_0x572c61:0xa3,_0x197277:0x134,_0x38c5b4:0xfb,_0x40858a:0x19d,_0x36034e:0x148,_0xd7b6ac:0x1f7,_0x18df90:0x1b0,_0x1711ce:0x190,_0x150f5e:0x2c0,_0x79edd7:0x59,_0x3506c1:0x1a0,_0x5eac11:0x230,_0x5a9319:0x23,_0x434c25:0x67,_0x5c866e:0x10c,_0x20aa20:0x1a1,_0x323999:0x15b,_0x514760:0x13b,_0x53b636:0x193,_0x2b22ec:0x1d6,_0x468e8f:0x104,_0x3300d2:0x12e,_0x29b2d7:0xb7,_0x4d20d7:0x17b,_0x508217:0xf2,_0x900f19:0x1d5,_0x256f6c:0x196,_0x2bdbe9:0x18f,_0x10086f:0x19c,_0x1d9ae5:0x224,_0x228cc3:0x204,_0x1d7beb:0x2c1,_0x1a8dec:0xcb,_0x87ebd5:0xe3,_0x572ca1:0x5f,_0x1a2c29:0x12f,_0x313892:0x18b,_0x3acc3c:0x18d,_0x200928:0x147,_0x568bb3:0x97,_0x460bab:0x170,_0x17aea6:0x11a,_0x34f6d5:0x1db,_0x333390:0x12d,_0x5469a9:0x11a,_0x86cfb5:0x210,_0x2a91cd:0x173,_0x2f927f:0x197,_0x4452f8:0x1b6,_0x3654e:0x13b,_0x2ea900:0xe9,_0x159d69:0x71,_0x479564:0x16c,_0xcda377:0x31,_0x37ccfe:0xd9,_0x534f51:0xfa,_0x1b10e1:0x8d,_0x51b830:0x16e,_0x35900b:0xd1,_0x1b6d6a:0x19a,_0x54b128:0x11a,_0x18216a:0x1d1,_0x43cbf5:0x215,_0x1d1e07:0x266,_0x165570:0x1e2,_0x47f3f3:0xc3,_0x323bff:0x17a,_0x883657:0x111,_0x272ae3:0x194,_0x3e040b:0x1ab,_0x20fc3c:0x135,_0x436c44:0x15d,_0x8c7549:0x3a,_0x56bf42:0x72,_0x230770:0x116,_0x37c353:0x92,_0x2fb42d:0x1a,_0x1c4326:0x171,_0x323da0:0x16b,_0x344b73:0x1d1,_0x4603e4:0xc9,_0x4a7e74:0x9,_0x3423b3:0xf,_0x4563db:0x157,_0x241087:0xd6,_0x19fdb5:0x109,_0x520603:0x181,_0x3f512e:0x16d,_0x343a2c:0x150,_0x1c7f36:0x16f,_0x42705d:0x124,_0x5de8c0:0x11a,_0xa51a28:0x1e7,_0x134f98:0x189,_0xbd0381:0x1ab,_0x5372ae:0x1c2,_0x5cf051:0x143,_0x3f3e57:0xd4,_0x35be6c:0x189,_0x27207f:0x195,_0x27f9ee:0x105,_0x42fca5:0x21d,_0x3ae48f:0x289,_0x4a2502:0x258,_0x54631d:0x116,_0x547ea0:0x16b,_0x508c62:0x18e,_0x3f8a19:0x171,_0x4a22df:0xe7},_0x483b64={_0x40dc8d:0x3d,_0x20c930:0x61},_0x1a9de7={_0x40a92d:0x1f0};function _0x3fadf1(_0x5c6790,_0xd6e761,_0x4d1887,_0x2ae001){return _0x400205(_0x5c6790-_0x1a9de7._0x40a92d,_0xd6e761,_0x2ae001- -0x2f7,_0x2ae001-0xee);}const _0x5a561b={'URJbU':function(_0x194d7f,_0x521723){return _0x194d7f!==_0x521723;},'yFPWQ':_0x3fadf1(-_0x1ef2fa._0x1a6e72,-0x25,-0x11d,-_0x1ef2fa._0x423bfc),'kBiwd':_0x3fadf1(-0xe7,-0x110,-_0x1ef2fa._0x194f6b,-0x7b)+_0x3fadf1(-0x165,-_0x1ef2fa._0x45b1c2,-_0x1ef2fa._0x5d5967,-0xd3)+'tars\x20direc'+_0xe9eb8c(_0x1ef2fa._0x932a1,_0x1ef2fa._0x545305,_0x1ef2fa._0x5e5090,_0x1ef2fa._0x1dd6bf),'joXzm':function(_0x4deeb0,_0x11dd7b){return _0x4deeb0(_0x11dd7b);},'NXcSh':_0xe9eb8c(_0x1ef2fa._0x33ba29,_0x1ef2fa._0x12be81,_0x1ef2fa._0x1a6673,_0x1ef2fa._0x3c1906),'iuKEj':'hzlVI','KBvqS':function(_0x14c87e,_0x30bec9,_0x3adea0){return _0x14c87e(_0x30bec9,_0x3adea0);},'EDRKf':_0x3fadf1(-_0x1ef2fa._0x2212db,-_0x1ef2fa._0x58d757,-0x151,-_0x1ef2fa._0x10097f)+_0xe9eb8c(0x1d0,0x20f,0x137,_0x1ef2fa._0x14e9b3),'kKvQO':_0xe9eb8c(0x1fc,0x273,_0x1ef2fa._0x3210e4,0x188)+_0xe9eb8c(_0x1ef2fa._0x48a1ae,0x241,0x199,0x16e),'Hjurf':function(_0x3be16e,_0x348e75){return _0x3be16e(_0x348e75);},'ssCxR':function(_0x49bfd7,_0x25a420){return _0x49bfd7>_0x25a420;},'SZvQx':function(_0x1ac4a1,_0x16971f){return _0x1ac4a1(_0x16971f);},'PexGA':function(_0x4b5d84,_0x9c36c9){return _0x4b5d84>_0x9c36c9;},'AVFeq':function(_0x99b71a,_0x1f155a){return _0x99b71a===_0x1f155a;},'hKaVW':_0xe9eb8c(_0x1ef2fa._0x5276f3,_0x1ef2fa._0x4200cc,0x28d,0x2b7)};function _0xe9eb8c(_0xfb4598,_0x12dea7,_0x1ee9e2,_0x5cb990){return _0x400205(_0xfb4598-_0x483b64._0x40dc8d,_0x1ee9e2,_0xfb4598- -_0x483b64._0x20c930,_0x5cb990-0x4c);}try{const _0x58c1b5=await _0x5a561b[_0x3fadf1(-0x185,-_0x1ef2fa._0x205ae3,-_0x1ef2fa._0x4ca26e,-_0x1ef2fa._0xc23ebe)](findUserById,_0xe38117[_0x3fadf1(-_0x1ef2fa._0x2fbabe,-0x1e1,-_0x1ef2fa._0x1cd988,-_0x1ef2fa._0x56df8a)]['id']),_0x46716c=_0xe38117[_0xe9eb8c(0x13b,_0x1ef2fa._0x3aa611,_0x1ef2fa._0x45b1c2,_0x1ef2fa._0xc7a7ca)][_0xe9eb8c(_0x1ef2fa._0x131294,0x161,0x124,_0x1ef2fa._0xc435fd)+'min']||![];let _0x38a577=![],_0x4227fb=![],_0x304714=![],_0x1d0daa=![],_0x316185=![];if(!_0x46716c)try{if(_0x5a561b['URJbU'](_0x5a561b[_0x3fadf1(-_0x1ef2fa._0x534294,-_0x1ef2fa._0x451dae,-_0x1ef2fa._0xdfb39,-_0x1ef2fa._0x506259)],_0x5a561b['iuKEj'])){_0x38a577=await _0x5a561b[_0xe9eb8c(0x1a4,0x137,_0x1ef2fa._0xb14b2e,_0x1ef2fa._0x4f353d)](hasPermissionOnAnyEnvironment,_0xe38117['user']['id'],_0x3fadf1(-_0x1ef2fa._0x4400df,-_0x1ef2fa._0x3e006d,-0x111,-_0x1ef2fa._0x10097f)+_0xe9eb8c(0x223,_0x1ef2fa._0x279e3f,_0x1ef2fa._0x319092,0x23d)),_0x316185=await hasPermissionOnAnyEnvironment(_0xe38117['user']['id'],_0x5a561b[_0x3fadf1(-0x81,-0x43,-0x2,-0x7e)]);!_0x38a577&&(_0x4227fb=await _0x5a561b[_0xe9eb8c(0x1a4,0x1f0,0x15d,_0x1ef2fa._0x3ab9e4)](hasPermissionOnAnyEnvironment,_0xe38117['user']['id'],_0x5a561b[_0xe9eb8c(_0x1ef2fa._0x8a3c20,0x1d3,0x230,0x190)]));const _0x2640b6=await _0x5a561b[_0xe9eb8c(0x1d7,_0x1ef2fa._0x28d8f1,0x1f5,0x271)](getTeamsManagedBy,_0xe38117[_0x3fadf1(-_0x1ef2fa._0x17ed62,-0x148,-_0x1ef2fa._0x21ec18,-_0x1ef2fa._0x16b1b4)]['id']);_0x304714=_0x5a561b['ssCxR'](_0x2640b6['length'],-0x37d+0x722*-0x2+0x11c1);const _0x49614a=await _0x5a561b['SZvQx'](getVisibleEnvironments,_0xe38117[_0x3fadf1(-_0x1ef2fa._0x42142c,-_0x1ef2fa._0x2a7519,-0x137,-_0x1ef2fa._0x4b3a97)]['id']);_0x1d0daa=_0x5a561b['PexGA'](_0x49614a[_0x3fadf1(-0xfd,-_0x1ef2fa._0x104845,-0x101,-0x5d)],0x20*-0xe0+-0x3*-0xa3+0x1a17);}else _0x5a561b[_0x3fadf1(-_0x1ef2fa._0x572c61,-0x88,-_0x1ef2fa._0x3aa611,-0x88)](_0x50b9f0['code'],_0x5a561b[_0xe9eb8c(_0x1ef2fa._0x197277,0x174,0x117,_0x1ef2fa._0x38c5b4)])&&_0x5ee0bb[_0x3fadf1(-_0x1ef2fa._0x40858a,-0x1c3,-_0x1ef2fa._0x36034e,-0x145)](_0x5a561b['kBiwd'],_0x38765a);}catch(_0x1e48f3){const _0x40422b={};_0x40422b[_0xe9eb8c(0x151,_0x1ef2fa._0xd7b6ac,_0x1ef2fa._0x18df90,0x1d7)]=_0x1e48f3[_0xe9eb8c(0x21c,0x1bc,0x180,0x1d9)],logger[_0xe9eb8c(0x230,_0x1ef2fa._0x1711ce,0x197,_0x1ef2fa._0x150f5e)](_0x3fadf1(-0xfe,-0x37,-0xa7,-_0x1ef2fa._0x79edd7)+'\x20capabilit'+_0xe9eb8c(_0x1ef2fa._0x3506c1,_0x1ef2fa._0x5eac11,0x216,0x121)+_0x3fadf1(_0x1ef2fa._0x5a9319,-0xa3,-0xf5,-_0x1ef2fa._0x434c25)+'me',_0x40422b);}const _0x47ac52={};_0x47ac52['id']=_0xe38117[_0x3fadf1(-_0x1ef2fa._0x5c866e,-0x1fb,-_0x1ef2fa._0x20aa20,-_0x1ef2fa._0x323999)]['id'],_0x47ac52[_0x3fadf1(-0xb9,0x17,0x29,-0x81)]=_0xe38117[_0xe9eb8c(_0x1ef2fa._0x514760,_0x1ef2fa._0x53b636,_0x1ef2fa._0x2b22ec,_0x1ef2fa._0x468e8f)]['username'],_0x47ac52['email']=_0xe38117[_0xe9eb8c(0x13b,0x1a7,_0x1ef2fa._0x3300d2,_0x1ef2fa._0x29b2d7)][_0x3fadf1(-_0x1ef2fa._0x4d20d7,-0xa1,-_0x1ef2fa._0x508217,-0x107)],_0x47ac52[_0xe9eb8c(0x139,_0x1ef2fa._0x900f19,0xbb,0xfa)]=_0xe38117['user'][_0x3fadf1(-0x144,-_0x1ef2fa._0x256f6c,-_0x1ef2fa._0x2bdbe9,-0x15d)],_0x47ac52[_0xe9eb8c(0x11c,0x129,_0x1ef2fa._0x10086f,0x7a)+_0xe9eb8c(_0x1ef2fa._0x1d9ae5,_0x1ef2fa._0x228cc3,0x258,_0x1ef2fa._0x1d7beb)]=_0x46716c,_0x47ac52[_0xe9eb8c(0x171,_0x1ef2fa._0x1a8dec,_0x1ef2fa._0x87ebd5,0x18f)+_0x3fadf1(0x15,-0x62,-0x2d,-_0x1ef2fa._0x572ca1)]=_0x38a577,_0x47ac52[_0xe9eb8c(0x171,0x21a,_0x1ef2fa._0x1a2c29,_0x1ef2fa._0x3300d2)+_0xe9eb8c(0x1d1,0x17a,0x1b7,_0x1ef2fa._0x313892)+'r']=_0x4227fb,_0x47ac52[_0x3fadf1(-_0x1ef2fa._0x3acc3c,-0x1c1,-_0x1ef2fa._0x200928,-_0x1ef2fa._0x4f353d)+'mentGit']=_0x316185,_0x47ac52['isTeamMana'+'ger']=_0x304714,_0x47ac52['hasEnviron'+_0x3fadf1(-0xf0,-_0x1ef2fa._0x568bb3,-0xb0,-0x127)+'gs']=_0x1d0daa,_0x47ac52[_0x3fadf1(-0xb7,-0xe3,-_0x1ef2fa._0x460bab,-_0x1ef2fa._0x17aea6)+'me']=_0xe38117[_0x3fadf1(-_0x1ef2fa._0x34f6d5,-0xf6,-_0x1ef2fa._0x333390,-0x15b)][_0x3fadf1(-0x1c4,-0x103,-_0x1ef2fa._0x87ebd5,-_0x1ef2fa._0x5469a9)+'me'],_0x47ac52['avatar']=_0x58c1b5?.[_0x3fadf1(-_0x1ef2fa._0x86cfb5,-_0x1ef2fa._0x2a91cd,-0x1b6,-0x189)]||null,_0x47ac52['preference'+'s']=_0x58c1b5?.[_0xe9eb8c(0x173,0x106,_0x1ef2fa._0x2f927f,_0x1ef2fa._0x4452f8)+'s']||{};const _0x59a750={};_0x59a750[_0xe9eb8c(_0x1ef2fa._0x3654e,0x1d8,0x119,_0x1ef2fa._0x2ea900)]=_0x47ac52,_0x3369df[_0x3fadf1(-_0x1ef2fa._0x159d69,-_0x1ef2fa._0x479564,-_0x1ef2fa._0xcda377,-_0x1ef2fa._0x37ccfe)](_0x59a750);}catch(_0x110cd8){if(_0x5a561b[_0x3fadf1(-0x192,-_0x1ef2fa._0x534f51,-0x14b,-0x190)](_0x5a561b[_0x3fadf1(-_0x1ef2fa._0x1b10e1,-_0x1ef2fa._0x51b830,-_0x1ef2fa._0x35900b,-0xfc)],_0x5a561b[_0xe9eb8c(_0x1ef2fa._0x1b6d6a,0x11d,_0x1ef2fa._0x54b128,_0x1ef2fa._0x18216a)])){const _0xf87828={};_0xf87828['id']=_0xe38117['user']['id'],_0xf87828[_0xe9eb8c(_0x1ef2fa._0x43cbf5,0x1b3,_0x1ef2fa._0x1d1e07,0x204)]=_0xe38117[_0x3fadf1(-0x205,-_0x1ef2fa._0x165570,-0x128,-_0x1ef2fa._0x4b3a97)]['username'],_0xf87828['email']=_0xe38117[_0x3fadf1(-0xee,-_0x1ef2fa._0x47f3f3,-0x120,-0x15b)]['email'],_0xf87828[_0x3fadf1(-_0x1ef2fa._0x323bff,-0x140,-_0x1ef2fa._0x883657,-0x15d)]=_0xe38117[_0x3fadf1(-0x1d8,-0xb3,-_0x1ef2fa._0x272ae3,-_0x1ef2fa._0x4b3a97)][_0x3fadf1(-0xda,-_0x1ef2fa._0x3e040b,-_0x1ef2fa._0x20fc3c,-_0x1ef2fa._0x436c44)],_0xf87828['isServerAd'+_0x3fadf1(-0x94,-0xe2,-_0x1ef2fa._0x8c7549,-_0x1ef2fa._0x56bf42)]=_0xe38117[_0x3fadf1(-0xfc,-0x15f,-_0x1ef2fa._0x230770,-0x15b)][_0xe9eb8c(0x11c,_0x1ef2fa._0x37c353,0x101,0x18f)+_0x3fadf1(_0x1ef2fa._0x2fb42d,-0x85,-0xc6,-0x72)]||![],_0xf87828[_0xe9eb8c(_0x1ef2fa._0x1c4326,_0x1ef2fa._0x323da0,_0x1ef2fa._0x344b73,_0x1ef2fa._0x4603e4)+_0x3fadf1(-0xa0,-_0x1ef2fa._0x4a7e74,-_0x1ef2fa._0x3423b3,-_0x1ef2fa._0x572ca1)]=![],_0xf87828[_0xe9eb8c(_0x1ef2fa._0x1c4326,_0x1ef2fa._0x4563db,_0x1ef2fa._0x241087,_0x1ef2fa._0x19fdb5)+'mentManage'+'r']=![],_0xf87828['hasEnviron'+'mentGit']=![],_0xf87828[_0xe9eb8c(_0x1ef2fa._0x520603,0x1fc,0x221,_0x1ef2fa._0x3f512e)+'ger']=![],_0xf87828[_0x3fadf1(-0x190,-0x1af,-_0x1ef2fa._0x343a2c,-0x125)+_0xe9eb8c(_0x1ef2fa._0x1c7f36,_0x1ef2fa._0x42705d,0x1fd,_0x1ef2fa._0x18df90)+'gs']=![],_0xf87828[_0x3fadf1(-0xa9,-0x165,-0xdb,-0x11a)+'me']=_0xe38117['user'][_0x3fadf1(-0x116,-0xda,-_0x1ef2fa._0x10097f,-_0x1ef2fa._0x5de8c0)+'me'],_0xf87828[_0x3fadf1(-0x114,-0x195,-_0x1ef2fa._0xa51a28,-_0x1ef2fa._0x134f98)]=null,_0xf87828[_0x3fadf1(-_0x1ef2fa._0xbd0381,-0x109,-_0x1ef2fa._0x5372ae,-0x123)+'s']={};const _0x4c0707={};_0x4c0707[_0x3fadf1(-0x1b3,-0xb8,-_0x1ef2fa._0x5cf051,-0x15b)]=_0xf87828,_0x3369df[_0x3fadf1(-0xe5,-_0x1ef2fa._0x1a2c29,-_0x1ef2fa._0x3f3e57,-0xd9)](_0x4c0707);}else{const _0x5d37f0={};_0x5d37f0['name']=_0x284a8f[_0x3fadf1(-_0x1ef2fa._0x35be6c,-0xdc,-_0x1ef2fa._0x27207f,-_0x1ef2fa._0x27f9ee)+'t'],_0x5d37f0['roleName']=_0x53a839,_0x5d37f0[_0xe9eb8c(_0x1ef2fa._0x42fca5,_0x1ef2fa._0x3ae48f,_0x1ef2fa._0x4a2502,_0x1ef2fa._0x313892)+'unt']=_0xd62fb4,_0x5d37f0['via']=_0x3fadf1(-0x1e5,-_0x1ef2fa._0x54631d,-0xf1,-_0x1ef2fa._0x547ea0),_0x150fce['set'](_0xc61984[_0x3fadf1(-_0x1ef2fa._0x508c62,-_0x1ef2fa._0x3f8a19,-_0x1ef2fa._0x4a22df,-0x105)+'t'],_0x5d37f0);}}}),router['post']('/cli-login',async(_0xe57bf2,_0xc65332)=>{const _0x13936c={_0x5719d8:0x49b,_0x107519:0x443,_0x230e84:0x4e3,_0x337ddf:0x4c0,_0x2dd1e6:0x3df,_0xffff9c:0x46d,_0x503d9:0x4b9,_0x59fe27:0x493,_0xe68ac2:0x3b7,_0x3856f6:0x436,_0x38dd6e:0x492,_0x5cf856:0x454,_0x3de19e:0x4b6,_0x2bc711:0x3e6,_0x2fe482:0x3f0,_0x5d0adb:0x366,_0x49f901:0x4b2,_0x884461:0x3d1,_0x5a16c2:0x3b2,_0x30468a:0x4ab,_0x4c87d6:0x3f7,_0x3096e4:0x47b,_0x46fa0f:0x495,_0x18388e:0x480,_0x3706bf:0x4ff,_0x365c11:0x50a,_0x2bc196:0x4ea,_0x5d93d9:0x4b4,_0x17ad8b:0x4ae,_0x5369e2:0x409,_0x327945:0x43a,_0x4ea9fe:0x4a5,_0x4eac9d:0x35d,_0x10c26f:0x36e,_0x27142c:0x3d0,_0x1578c0:0x44c,_0x4ebf6a:0x3e2,_0x196eac:0x40f,_0xe03a78:0x3fa,_0xae44e6:0x444,_0x2e30b6:0x42a,_0x1f9feb:0x43f,_0x587412:0x591,_0x59992c:0x51b,_0x5840f8:0x4ee,_0xb1b1f9:0x4be,_0x23ec62:0x524,_0xb5ad85:0x42c,_0x411648:0x482,_0x596a65:0x3e3,_0x52b186:0x3b6,_0x236a78:0x38d,_0x33d591:0x388,_0x3c2e6c:0x405,_0x4c1366:0x3ac,_0x2e2215:0x448,_0x29abd0:0x3d8,_0x2d812c:0x38f,_0x206708:0x3e6,_0x5a99ef:0x3d8,_0x1552cf:0x3f4,_0x5da323:0x430,_0x2bc053:0x3f5,_0x541aaf:0x4da,_0x4179be:0x3e4,_0x2e51d3:0x442,_0x416a39:0x53a,_0x29f287:0x487,_0x2e1066:0x498,_0x46a448:0x3e8,_0x489b3c:0x548,_0x412263:0x4c4,_0x2487b7:0x384,_0x18d070:0x3f6,_0x2d30fa:0x42f,_0x2bfa08:0x4a9,_0x3c3835:0x550,_0x1297b2:0x4e1,_0x347376:0x3b3,_0x1b77c2:0x451,_0x39e594:0x3d5,_0x4e9f22:0x460,_0x100d38:0x4d8,_0x22cd83:0x4c2,_0xd31767:0x476,_0x391c8e:0x4d3,_0x564012:0x4e4,_0x47ff1e:0x4ba,_0x351757:0x422,_0x1d706c:0x54c,_0x12090e:0x41a,_0x13c9e4:0x478,_0x280948:0x438,_0x88c491:0x4c9,_0x9c9032:0x578,_0x5c256f:0x485,_0x2c971e:0x4b4,_0x54cec3:0x3ab,_0x3480ba:0x3de,_0x125136:0x44e,_0x5ee044:0x3de,_0x2e606c:0x446,_0x413d4d:0x46b,_0x2470c2:0x40c,_0x40e15f:0x3c1,_0x5598b2:0x386,_0x4cca97:0x556,_0x351637:0x4e9,_0x5863f0:0x389,_0xfe1671:0x3c1,_0x30d0fd:0x35b,_0x2f0d00:0x345,_0x3a25db:0x50c,_0x5d1250:0x4b3,_0x47ca95:0x4dc,_0x1a0da1:0x557,_0x923a5c:0x4c3,_0x145e2c:0x4a3,_0x13fa2e:0x3af,_0xb6162d:0x305,_0x1d7894:0x34e,_0x21d52e:0x511,_0x39a934:0x482,_0x5e4660:0x35e,_0x4f3928:0x359,_0x32e353:0x502,_0xf0204d:0x506,_0x2f3b1e:0x567,_0x5a15e3:0x416,_0x91b36:0x408,_0x3777db:0x3ae,_0xacfa57:0x4b8,_0x356866:0x462,_0xe40b9f:0x3de},_0x3d0a19={_0x3cec24:0x244},_0x10c392={_0x380efb:0x88,_0x5c66f2:0xdf,_0x2e16d5:0x1d0},_0x1c18c7={'rmJmC':'User\x20not\x20f'+_0x106afd(_0x13936c._0x5719d8,_0x13936c._0x107519,0x3ad,0x4bb),'XaeAm':'Failed\x20to\x20'+_0x394b0c(_0x13936c._0x230e84,0x495,0x54b,_0x13936c._0x337ddf)+'e','HYmDi':'AQBga','IGsMi':'OKuzD','ChFOT':function(_0x3780bf,_0x5a978e){return _0x3780bf===_0x5a978e;},'sLELS':function(_0x4aaf87,_0x21caaf,_0x2ecabe){return _0x4aaf87(_0x21caaf,_0x2ecabe);},'JvbEv':'Authentica'+'tion\x20faile'+'d','zWLRH':_0x106afd(_0x13936c._0x2dd1e6,_0x13936c._0xffff9c,_0x13936c._0x503d9,0x50e)+_0x394b0c(0x436,_0x13936c._0x59fe27,0x405,0x4a9)+'password','jHRex':'CLI\x20Access','fjgvn':_0x106afd(_0x13936c._0xe68ac2,0x425,0x49c,_0x13936c._0x3856f6)+_0x394b0c(0x4ff,_0x13936c._0x38dd6e,_0x13936c._0x5cf856,_0x13936c._0x3de19e),'JwxQs':_0x106afd(_0x13936c._0x2bc711,_0x13936c._0x2fe482,_0x13936c._0x5d0adb,0x420)+_0x106afd(0x4a1,0x4bc,0x4fd,_0x13936c._0x49f901),'WwzKu':'CLI\x20login\x20'+'error','imHUg':_0x394b0c(0x3a8,0x431,0x3fa,_0x13936c._0x884461)+_0x394b0c(0x3b1,_0x13936c._0x5a16c2,_0x13936c._0x30468a,0x423)+_0x106afd(0x354,_0x13936c._0x4c87d6,0x3fc,_0x13936c._0x3096e4)+_0x106afd(_0x13936c._0x46fa0f,0x47b,0x3ee,_0x13936c._0x18388e)},{username:_0x40f66b,password:_0xc820a7}=_0xe57bf2[_0x394b0c(0x3da,0x3f2,0x4e9,0x43f)];if(!_0x40f66b||!_0xc820a7){if(_0x1c18c7[_0x394b0c(_0x13936c._0x3706bf,_0x13936c._0x365c11,0x589,_0x13936c._0x2bc196)]!==_0x1c18c7[_0x394b0c(_0x13936c._0x5d93d9,0x412,_0x13936c._0x17ad8b,_0x13936c._0x5369e2)]){const _0x5423ef={};return _0x5423ef[_0x394b0c(_0x13936c._0x327945,0x3b5,0x3be,0x416)]='Missing\x20cr'+_0x394b0c(_0x13936c._0x4ea9fe,0x549,0x531,0x4d1),_0x5423ef['message']=_0x394b0c(0x361,_0x13936c._0x4eac9d,_0x13936c._0x10c26f,_0x13936c._0x27142c)+_0x106afd(_0x13936c._0x1578c0,_0x13936c._0x4ebf6a,_0x13936c._0x196eac,0x41b)+_0x394b0c(0x45d,0x394,0x3db,_0x13936c._0xe03a78)+_0x106afd(_0x13936c._0xae44e6,_0x13936c._0x2e30b6,0x3d1,_0x13936c._0x1f9feb),_0xc65332[_0x394b0c(_0x13936c._0x587412,0x531,_0x13936c._0x59992c,_0x13936c._0x5840f8)](-0x7*0x26b+0x1b1*0x1+0x2*0x866)[_0x394b0c(_0x13936c._0xb1b1f9,_0x13936c._0x23ec62,_0x13936c._0xb5ad85,_0x13936c._0x411648)](_0x5423ef);}else{const _0x449374={};return _0x449374[_0x394b0c(_0x13936c._0x596a65,0x4ad,_0x13936c._0x52b186,0x416)]=_0x1c18c7[_0x394b0c(_0x13936c._0x236a78,0x37d,_0x13936c._0x33d591,0x405)],_0x1c0cb6['status'](-0x2*0xbf7+0x157a+0x408)['json'](_0x449374);}}function _0x394b0c(_0x333457,_0x5e864d,_0x1595a1,_0x511b64){return _0x32f753(_0x333457,_0x5e864d-_0x10c392._0x380efb,_0x511b64-_0x10c392._0x5c66f2,_0x511b64-_0x10c392._0x2e16d5);}function _0x106afd(_0x173ed7,_0x128cf6,_0x2b5b5c,_0x1ca0de){return _0x400205(_0x173ed7-0x15a,_0x2b5b5c,_0x128cf6-_0x3d0a19._0x3cec24,_0x1ca0de-0x24);}try{if(_0x1c18c7[_0x106afd(0x3c8,0x3eb,0x422,0x368)](_0x106afd(0x3fb,0x3fa,0x459,0x459),_0x106afd(_0x13936c._0x3c2e6c,0x43c,0x3af,_0x13936c._0x4c1366))){_0x320a24['error'](_0x1c18c7[_0x106afd(_0x13936c._0x2e2215,_0x13936c._0x29abd0,_0x13936c._0x2d812c,0x47c)],_0x370df4);const _0x5dcd6b={};_0x5dcd6b[_0x394b0c(0x3cc,_0x13936c._0x206708,0x41a,0x416)]=_0x1c18c7[_0x106afd(0x46c,_0x13936c._0x5a99ef,0x40a,_0x13936c._0x1552cf)],_0x165201[_0x106afd(0x4fe,0x4ce,_0x13936c._0x5da323,0x532)](-0x6*0x4ed+0x422*-0x2+0x27c6)[_0x106afd(0x45a,0x462,0x3c4,_0x13936c._0x2bc053)](_0x5dcd6b);}else{const _0x5160e3=await _0x1c18c7['sLELS'](validatePassword,_0x40f66b,_0xc820a7);if(!_0x5160e3){const _0x57d149={};_0x57d149[_0x394b0c(0x540,0x51b,0x520,_0x13936c._0x541aaf)]=_0x40f66b,logger[_0x394b0c(_0x13936c._0x4179be,0x3b9,0x49f,_0x13936c._0x2e51d3)](_0x394b0c(0x43b,_0x13936c._0x416a39,_0x13936c._0x29f287,_0x13936c._0x2e1066)+_0x394b0c(0x467,0x403,0x402,_0x13936c._0x46a448)+_0x106afd(_0x13936c._0x489b3c,_0x13936c._0x412263,0x41a,0x443),_0x57d149);const _0x560c01={};return _0x560c01[_0x106afd(_0x13936c._0x2487b7,_0x13936c._0x18d070,0x3aa,0x39b)]=_0x1c18c7[_0x106afd(_0x13936c._0x2d30fa,_0x13936c._0x2bfa08,0x4ef,0x4c0)],_0x560c01[_0x394b0c(0x491,0x475,_0x13936c._0x3c3835,_0x13936c._0x1297b2)]=_0x1c18c7[_0x394b0c(_0x13936c._0x347376,_0x13936c._0x1b77c2,0x33b,_0x13936c._0x39e594)],_0xc65332['status'](0x388*0x4+-0x35b*-0x5+-0x1d56)[_0x106afd(0x3e1,0x462,_0x13936c._0x4e9f22,_0x13936c._0x100d38)](_0x560c01);}const _0x4929d3=await createApiKey(_0x5160e3['id'],_0x1c18c7[_0x106afd(0x3de,0x470,0x3d8,_0x13936c._0x22cd83)]),_0x2a484f={};_0x2a484f[_0x394b0c(0x50e,0x4a4,_0x13936c._0xd31767,0x4b9)]=_0x5160e3['id'],_0x2a484f[_0x106afd(_0x13936c._0x391c8e,0x4ba,0x4fa,_0x13936c._0x564012)]=_0x5160e3[_0x106afd(_0x13936c._0x2bfa08,_0x13936c._0x47ff1e,_0x13936c._0x351757,_0x13936c._0x1d706c)],_0x2a484f['keyId']=_0x4929d3['id'],logger[_0x106afd(_0x13936c._0x12090e,0x3c4,0x326,0x378)](_0x1c18c7['fjgvn'],_0x2a484f);const _0x72c46e={};_0x72c46e['id']=_0x5160e3['id'],_0x72c46e[_0x106afd(0x499,_0x13936c._0x47ff1e,0x4e0,_0x13936c._0x13c9e4)]=_0x5160e3[_0x394b0c(_0x13936c._0x280948,_0x13936c._0x88c491,_0x13936c._0x9c9032,_0x13936c._0x541aaf)],_0x72c46e[_0x394b0c(0x3ee,0x440,_0x13936c._0x5c256f,0x454)]=_0x5160e3[_0x106afd(0x456,0x434,_0x13936c._0x2c971e,0x39f)],_0x72c46e[_0x106afd(_0x13936c._0x54cec3,_0x13936c._0x3480ba,0x370,0x3a1)]=_0x5160e3[_0x106afd(_0x13936c._0x125136,_0x13936c._0x5ee044,_0x13936c._0x2e606c,_0x13936c._0x413d4d)],_0x72c46e[_0x106afd(_0x13936c._0x2470c2,_0x13936c._0x40e15f,0x355,_0x13936c._0x5598b2)+_0x394b0c(0x4d1,_0x13936c._0x4cca97,0x4b6,_0x13936c._0x351637)]=_0x5160e3[_0x106afd(_0x13936c._0x5863f0,_0x13936c._0xfe1671,_0x13936c._0x30d0fd,_0x13936c._0x2f0d00)+_0x394b0c(0x550,_0x13936c._0x3a25db,0x43d,_0x13936c._0x351637)]||![];const _0x426dfa={};_0x426dfa[_0x394b0c(_0x13936c._0x5d1250,0x48e,0x446,_0x13936c._0x1297b2)]=_0x1c18c7[_0x394b0c(_0x13936c._0x47ca95,_0x13936c._0x1a0da1,0x50f,_0x13936c._0x923a5c)],_0x426dfa['user']=_0x72c46e,_0x426dfa[_0x394b0c(0x48d,0x43e,_0x13936c._0x145e2c,0x453)]=_0x4929d3[_0x106afd(0x421,_0x13936c._0x13fa2e,_0x13936c._0xb6162d,_0x13936c._0x1d7894)],_0xc65332[_0x394b0c(_0x13936c._0x21d52e,0x453,0x48b,_0x13936c._0x39a934)](_0x426dfa);}}catch(_0x57b0b7){logger[_0x106afd(0x427,0x3f6,_0x13936c._0x5e4660,_0x13936c._0x4f3928)](_0x1c18c7[_0x106afd(_0x13936c._0x32e353,_0x13936c._0x1297b2,_0x13936c._0xf0204d,_0x13936c._0x2f3b1e)],_0x57b0b7);const _0x24d5a7={};_0x24d5a7[_0x394b0c(0x391,0x41f,0x491,_0x13936c._0x5a15e3)]=_0x106afd(0x47c,_0x13936c._0x91b36,_0x13936c._0x3777db,_0x13936c._0x4ea9fe)+'ed',_0x24d5a7[_0x106afd(_0x13936c._0x3706bf,0x4c1,0x41b,0x4f8)]=_0x1c18c7['imHUg'],_0xc65332['status'](-0x1831+-0x55*0x2d+-0xdb2*-0x3)[_0x106afd(_0x13936c._0xacfa57,_0x13936c._0x356866,0x40e,_0x13936c._0xe40b9f)](_0x24d5a7);}}),router[_0x400205(0x1d8,0x2f7,0x250,0x2a4)](_0x400205(0x249,0x27d,0x2a4,0x23b),requireAuth,async(_0x6b3e6a,_0x158fc6)=>{const _0x321c10={_0x7fef79:0x15f,_0x3fe225:0xd6,_0x113e5b:0x107,_0x1b1778:0x191,_0x5480c7:0x1f9,_0x5163a2:0x173,_0x479d17:0x15d,_0x3840f5:0x11a,_0x2c86e5:0x19c,_0x5eb521:0x1eb,_0xd441c8:0x170,_0x2cf701:0x1c5,_0x1412cf:0x1cb,_0x205647:0x176,_0x39370f:0x128,_0x1094ba:0x92,_0x4a4947:0x10b,_0x53ad41:0x298,_0x2708be:0x1c4,_0x440418:0xfd,_0x444b9c:0x148,_0x3210d7:0x10c,_0x5868ed:0x214,_0x5d8529:0x19e,_0x1bc2fb:0x219,_0x36f330:0x295,_0x2d90d4:0x1f5,_0x8bc86:0x291,_0x41b835:0x17c,_0x2271d3:0x16b,_0x51ffd7:0xcb,_0x5775f3:0x117,_0x5ac1be:0x86,_0x2875cf:0x178,_0x366df6:0x6d,_0x46ef59:0xe9,_0x57f412:0x190,_0x51a76c:0x294,_0x460e06:0x1f8,_0x530580:0x142,_0x446858:0x105,_0x4a453e:0x133,_0x2e2caa:0x192,_0x13141f:0x24d,_0xfa2e58:0x18b,_0x5938c4:0x200,_0x41e7b0:0x2a8,_0x385b47:0x1f3,_0x59d475:0x153,_0x42a39f:0x129,_0x445328:0x217,_0x3c83fc:0x124,_0x4def01:0x104,_0x32fce0:0xdd,_0xee2ee7:0x56,_0x28d5cf:0x111,_0xcdd8e4:0x102,_0xb944c0:0x143,_0x18544c:0x173,_0x25eb9f:0x123,_0x4f8113:0x1c1,_0x589e67:0x1fd,_0x148e53:0x1d7,_0x5b1ac9:0xf6,_0x4d97c2:0x121,_0x1616ab:0xc0,_0x5238f0:0x8d,_0x21259c:0x136,_0x3b88f5:0xe2,_0x5a6c1e:0x15c,_0x37a7ca:0x1fe,_0x44ffe0:0x1f9,_0xa1954f:0xf3,_0x3e3a23:0x18d},_0x441961={_0x49d5ee:0xef,_0x4a10a6:0x17b},_0x5d07f3={_0x3b78ff:0x81,_0x12ff09:0x76,_0x1e184c:0x23},_0x2a58fc={'BtSsG':function(_0x36d395,_0x302cba){return _0x36d395===_0x302cba;},'tMtsL':_0x15f112(_0x321c10._0x7fef79,_0x321c10._0x3fe225,0x116,_0x321c10._0x113e5b),'odTxK':function(_0x2f6ac8,_0x1eb5f9){return _0x2f6ac8(_0x1eb5f9);},'GfRqw':_0x36ecbe(0x151,_0x321c10._0x1b1778,_0x321c10._0x5480c7,_0x321c10._0x5163a2),'Lrqqm':_0x15f112(0x13f,0x14f,0x10c,_0x321c10._0x479d17)+_0x15f112(_0x321c10._0x3840f5,0x1aa,0x189,0x1ea),'nZzsI':_0x36ecbe(0x145,0x191,_0x321c10._0x2c86e5,_0x321c10._0x5eb521)+_0x36ecbe(_0x321c10._0xd441c8,0x1bb,_0x321c10._0x2cf701,_0x321c10._0x1412cf)+'e'};function _0x15f112(_0x22ad8e,_0x6a1bdd,_0x5d31e6,_0x38f4f4){return _0x400205(_0x22ad8e-_0x5d07f3._0x3b78ff,_0x38f4f4,_0x5d31e6- -_0x5d07f3._0x12ff09,_0x38f4f4-_0x5d07f3._0x1e184c);}function _0x36ecbe(_0x3c153,_0x48b558,_0x671b05,_0x4692b2){return _0x400205(_0x3c153-_0x441961._0x49d5ee,_0x3c153,_0x4692b2- -0x91,_0x4692b2-_0x441961._0x4a10a6);}try{const _0x549724=await _0x2a58fc[_0x36ecbe(0x1cc,0x15a,_0x321c10._0x205647,_0x321c10._0x39370f)](findUserById,_0x6b3e6a[_0x36ecbe(0x1ab,_0x321c10._0x1094ba,0xa2,_0x321c10._0x4a4947)]['id']);if(!_0x549724){if(_0x2a58fc[_0x36ecbe(_0x321c10._0x53ad41,0x150,_0x321c10._0x2708be,0x1f6)](_0x2a58fc['GfRqw'],_0x2a58fc[_0x15f112(_0x321c10._0x440418,0x1f0,_0x321c10._0x444b9c,_0x321c10._0x3210d7)])){const _0x2d6d80={};return _0x2d6d80['error']=_0x2a58fc['Lrqqm'],_0x158fc6[_0x15f112(0x1a2,0x249,_0x321c10._0x5868ed,0x2ab)](-0x1*-0x755+-0x1*-0xf1c+-0x7*0x2fb)[_0x15f112(0x18e,_0x321c10._0x5d8529,0x1a8,_0x321c10._0x1bc2fb)](_0x2d6d80);}else _0x1855e3[_0x15f112(0x20e,_0x321c10._0x36f330,_0x321c10._0x2d90d4,_0x321c10._0x8bc86)](_0x81a550['environmen'+'t'],{'name':_0x4ede0e[_0x15f112(0x1dc,_0x321c10._0x1b1778,_0x321c10._0x41b835,_0x321c10._0x2271d3)+'t'],'roleName':_0x3f0cc7,'rolePermCount':_0x3afd06,'via':_0x2a58fc['BtSsG'](_0x13041f?.['via'],_0x36ecbe(0x14d,_0x321c10._0x51ffd7,_0x321c10._0x5775f3,0xfb))?_0x2a58fc[_0x15f112(0x137,0xd5,0xec,_0x321c10._0x5ac1be)]:_0x3bdaca});}const _0x2e74c5={};_0x2e74c5[_0x36ecbe(_0x321c10._0x2875cf,0x1a2,0xbf,0x134)+_0x36ecbe(0x8a,0x34,_0x321c10._0x366df6,0xbe)]=!![],_0x2e74c5[_0x15f112(0x118,0x127,_0x321c10._0x46ef59,0x7b)+_0x36ecbe(_0x321c10._0x57f412,0x203,_0x321c10._0x51a76c,_0x321c10._0x460e06)+_0x36ecbe(_0x321c10._0x530580,_0x321c10._0x446858,_0x321c10._0x4a453e,_0x321c10._0x2e2caa)]=!![];const _0x5a815a={};_0x5a815a['id']=_0x549724['id'],_0x5a815a[_0x15f112(_0x321c10._0x13141f,_0x321c10._0xfa2e58,_0x321c10._0x5938c4,_0x321c10._0x41e7b0)]=_0x549724[_0x36ecbe(_0x321c10._0x385b47,0x1c5,0x1a7,0x1e5)],_0x5a815a['email']=_0x549724[_0x15f112(_0x321c10._0x59d475,_0x321c10._0x42a39f,0x17a,_0x321c10._0x445328)],_0x5a815a['name']=_0x549724[_0x15f112(0x14a,0x17a,_0x321c10._0x3c83fc,0x13e)],_0x5a815a[_0x36ecbe(_0x321c10._0x4def01,0x9e,0x10e,_0x321c10._0x32fce0)]=_0x549724[_0x15f112(0x187,_0x321c10._0xee2ee7,0xf8,0xb0)]||null,_0x5a815a[_0x15f112(0x138,0x1cd,0x15e,0x14d)+'s']=_0x549724[_0x36ecbe(0xac,_0x321c10._0x28d5cf,_0x321c10._0xcdd8e4,_0x321c10._0xb944c0)+'s']||_0x2e74c5;const _0x1dcf9b={};_0x1dcf9b[_0x15f112(_0x321c10._0x18544c,0x18c,_0x321c10._0x25eb9f,_0x321c10._0x4f8113)]=_0x5a815a,_0x158fc6[_0x36ecbe(_0x321c10._0x589e67,_0x321c10._0x148e53,0x21b,0x18d)](_0x1dcf9b);}catch(_0x31b580){logger[_0x36ecbe(0xd1,_0x321c10._0x5b1ac9,0x14a,_0x321c10._0x4d97c2)](_0x2a58fc['nZzsI'],_0x31b580);const _0x486a58={};_0x486a58[_0x36ecbe(_0x321c10._0x1616ab,_0x321c10._0x5238f0,_0x321c10._0x21259c,_0x321c10._0x4d97c2)]=_0x2a58fc[_0x15f112(0x7b,0xce,0x121,_0x321c10._0x3b88f5)],_0x158fc6[_0x36ecbe(_0x321c10._0x5a6c1e,_0x321c10._0x37a7ca,0x165,_0x321c10._0x44ffe0)](-0x1*0x6ad+-0x2e*0x19+-0xd1f*-0x1)[_0x36ecbe(0x1c7,_0x321c10._0xa1954f,0x112,_0x321c10._0x3e3a23)](_0x486a58);}}),router[_0x32f753(0x30a,0x309,0x385,0x35c)](_0x32f753(0x4b1,0x458,0x429,0x476),requireAuth,async(_0x166782,_0x31d9d5)=>{const _0x42fa68={_0x5780bd:0x158,_0x36b451:0x1f0,_0x4bae7c:0x57,_0x37cb0a:0x34,_0x52f603:0x292,_0x1810e0:0x221,_0x26998c:0x87,_0x3e6272:0x8,_0x34460f:0x24,_0x4a3d42:0x2d,_0x46a7c3:0x49,_0x174c05:0xf,_0x392e98:0x90,_0x20be06:0x1e9,_0x2fb309:0x1a5,_0xabf131:0x15e,_0x136a66:0x109,_0x25a048:0x14,_0x1aa5ce:0x62,_0x4d0430:0x91,_0x2f8da8:0x17,_0x58444a:0x4a,_0x48c64a:0x90,_0x5dc544:0x119,_0x3a7923:0x22f,_0x5b2d76:0xcd,_0x2ca99b:0xe3,_0x5264d2:0x95,_0x2e8dd7:0xbb,_0x399b4f:0x3a,_0x323812:0x93,_0x29bde6:0x67,_0xb60d4a:0x49,_0x51ce55:0x56,_0x3094e4:0x4e,_0x4bb95b:0x22,_0x3192d5:0xe5,_0x1b7871:0x123,_0x59efe6:0x191,_0x26ded9:0x141,_0x1b8eea:0x16a,_0x20630b:0x32,_0x5db634:0x3a,_0x8277fc:0x71,_0x130c7b:0x20,_0x3175ee:0x127,_0x5c2c09:0x21,_0x547f22:0x9d,_0x338e8f:0x113,_0x45291a:0x41,_0x463056:0x18,_0x3ad194:0xdf,_0x1d1300:0x82,_0x4909dc:0x128,_0xdb50d8:0xd8,_0x5bbcc6:0xde,_0x4892cf:0x69,_0x573e01:0x6a,_0x4dff28:0xa,_0x2665d4:0x12e,_0x45a0d0:0x22e,_0xc36a63:0x1d,_0x45f251:0x4d,_0x1c66c3:0x76,_0x5578e4:0x1c2,_0x62f325:0x1e0,_0x424f98:0x226,_0x305afb:0x1aa,_0x466d45:0x1dc,_0x4d0230:0x1cc,_0x1937d2:0x90,_0x1ceaa1:0x10d,_0x37415b:0xf5,_0x22d19d:0x1e1,_0x52789b:0x175,_0xa0aaff:0x295,_0x48eb14:0x1fd,_0x4669b6:0x163,_0x2cbf4a:0x8d,_0x2fd675:0x23,_0x5dae80:0x17d,_0x3e2d8b:0x1a8,_0x128b8e:0x18c,_0x1252e0:0x5e,_0x152bb0:0xe2,_0x4316c2:0xa7,_0x1b4e9a:0x17a,_0x876ac6:0x10e,_0x501c8e:0x181,_0x5617c8:0x1da,_0x21af0a:0x1c3,_0x474ddc:0x20c,_0x51d386:0x1aa,_0x43292e:0x30,_0x677557:0xb1,_0x4f9815:0x7a,_0x43af8d:0xa1,_0x562ae3:0x19c,_0x599351:0x19d,_0x33b35d:0x47,_0x3f0cd1:0x131,_0x56e95a:0x22c,_0x54512b:0x1a6,_0x3dfd18:0x17f,_0x49d24c:0x13d,_0x358f67:0x1de,_0x194bba:0x1e1,_0x3ac5b4:0x3f,_0x2cf960:0x60,_0xb1fc68:0x83,_0x46825d:0x7c,_0x1c8520:0x154,_0x38e49a:0x13a,_0x34d6e4:0x138,_0xe5b069:0x236,_0x7b0f00:0x10,_0x538e74:0x86,_0x429ac9:0x24,_0x1726bd:0x77,_0x1724e8:0x11c,_0x2c638d:0x1c8,_0x412e41:0x1e3,_0xc1019a:0x1a,_0x2eac48:0x64,_0x45ade1:0x4d,_0x303ea3:0x6,_0x50af3f:0x7d,_0x3b546d:0x9b,_0x654cd8:0xad,_0x3f88d3:0x12,_0x4cd9e3:0x214,_0x339f55:0x260,_0x4c524a:0x5b,_0x4a53a5:0xd,_0x123a34:0x10,_0x506438:0xd0,_0xa92122:0x164,_0x4ab3f8:0x22a,_0x1f886e:0x97,_0x59f249:0x133,_0x253c0e:0x13f,_0x276a01:0x11d,_0xd7ef96:0x126,_0x43f418:0x5b,_0x512412:0x42,_0x8cd752:0x11,_0x451e93:0x7f,_0x3350fb:0x120,_0x6aa037:0x17f,_0x685817:0x13c,_0x3ac791:0x94,_0x42d4c2:0x43,_0x487da5:0xeb,_0x660489:0x8d,_0x5dfb53:0xc3,_0x2d1ac3:0xf9,_0x5ba023:0x52,_0x340602:0x87,_0x255cf2:0x16f,_0x4071e6:0x100,_0x267740:0xff,_0x5b8bb5:0x46,_0x1c7593:0xe4,_0x20e617:0x11d,_0x2c6821:0x12b,_0x5d5bb2:0xd6,_0x4e355e:0x36,_0x165623:0xdb,_0x3a2c01:0x145,_0x280fac:0x15c,_0xf03f54:0x155,_0x317fc5:0x38,_0x4851ca:0x19,_0x498698:0x1e5,_0x326041:0x1de,_0xb419f9:0x1ee,_0xa1739d:0x21d,_0x35b0b8:0x73,_0x25b25c:0xda,_0x426662:0x1f2,_0x5cbe10:0x1e0,_0xf3f083:0x193,_0x27ea7f:0x11f,_0x1994c5:0x156,_0x2b8836:0x19b,_0x228e8f:0x15f,_0x3e7939:0x9e,_0x3cc8ef:0x104,_0x266185:0x30,_0x114279:0x54,_0x2b00f1:0x73,_0x235d9d:0x33,_0x4b544a:0x27,_0x387c77:0x9f,_0x4d0ae5:0xf0,_0x3c4656:0x1d2,_0x2864be:0x20c,_0x2cb1e4:0x39,_0x23a6bc:0x58,_0x16b5ff:0x4d,_0x1179e9:0x161,_0x794d73:0x1c8,_0x21c07e:0x23d,_0x2d99e1:0x7d,_0x51fb2c:0xe1,_0x5678cb:0x2b,_0x24f5a3:0x1d9,_0xadbd28:0x267,_0x4fda54:0xb2,_0x56e35b:0x20,_0x4482d8:0x1e,_0x14e065:0x4d,_0x37133a:0x173,_0x4c749e:0x174,_0x1a1e83:0x16d,_0x32ce3a:0x14f,_0x3ad436:0x170,_0x5a81e8:0x14,_0x407e35:0x8f,_0x47f245:0x7a,_0xc935a9:0xbf,_0x17a305:0x9a,_0x273b01:0x65};function _0x16673a(_0x1d9ccd,_0xeda831,_0x2cd3d6,_0x32e8ad){return _0x32f753(_0x1d9ccd,_0xeda831-0xe1,_0x2cd3d6- -0x4ff,_0x32e8ad-0x17b);}const _0x2add68={'HUFyu':function(_0x15e4a0,_0x82f10a){return _0x15e4a0===_0x82f10a;},'merLy':_0x16673a(-_0x42fa68._0x5780bd,-0x244,-_0x42fa68._0x36b451,-0x17a)+_0x259d3d(_0x42fa68._0x4bae7c,0x86,_0x42fa68._0x37cb0a,0x7),'SSVQh':_0x16673a(-_0x42fa68._0x52f603,-0x22a,-_0x42fa68._0x1810e0,-0x1f4),'kxeaI':_0x259d3d(-_0x42fa68._0x26998c,-_0x42fa68._0x3e6272,-0xc8,_0x42fa68._0x34460f),'rbznB':_0x259d3d(-_0x42fa68._0x4a3d42,_0x42fa68._0x46a7c3,_0x42fa68._0x174c05,-_0x42fa68._0x392e98),'PPlAi':_0x16673a(-0x12e,-_0x42fa68._0x20be06,-_0x42fa68._0x2fb309,-0x244),'mwveo':function(_0x2c382e,_0x118fac,_0x4a5d75){return _0x2c382e(_0x118fac,_0x4a5d75);},'vOFZb':function(_0x37459f,_0x4195f3){return _0x37459f(_0x4195f3);},'vJmEs':'Invalid\x20fi'+_0x259d3d(-0x35,-0xb3,-0x76,-0x36)+_0x16673a(-_0x42fa68._0xabf131,-0xb5,-_0x42fa68._0x136a66,-0x9d)+'PNG,\x20GIF,\x20'+_0x259d3d(-_0x42fa68._0x25a048,-0x7a,-_0x42fa68._0x1aa5ce,-_0x42fa68._0x4d0430)+_0x259d3d(0x4a,_0x42fa68._0x2f8da8,_0x42fa68._0x58444a,_0x42fa68._0x48c64a)+'.','KthIz':'Failed\x20log'+_0x16673a(-_0x42fa68._0x5dc544,-_0x42fa68._0x3a7923,-0x1c0,-0x25e),'wnvZg':_0x16673a(-0x1f2,-0x21b,-0x170,-_0x42fa68._0x5b2d76)+_0x259d3d(-_0x42fa68._0x4d0430,-0x13b,-_0x42fa68._0x2ca99b,-0x107)+'d','pCeyw':function(_0x405dbb,_0xdfe5cf){return _0x405dbb!==_0xdfe5cf;},'MqaXe':function(_0x18efe9,_0x518f5b){return _0x18efe9!==_0x518f5b;},'HimVb':_0x259d3d(_0x42fa68._0x5264d2,_0x42fa68._0x2e8dd7,0x5f,0x139),'jVvId':_0x259d3d(-_0x42fa68._0x399b4f,-_0x42fa68._0x323812,0x1d,_0x42fa68._0x29bde6),'FyPgn':function(_0x4a3892,_0x22451d){return _0x4a3892!==_0x22451d;},'ZnrYp':function(_0x50a7b1,_0xf2f327){return _0x50a7b1!==_0xf2f327;},'sifXO':_0x259d3d(_0x42fa68._0xb60d4a,0xcb,-0x22,_0x42fa68._0x51ce55),'XQCCq':'jRnee','UWhAE':function(_0x2c9d45,_0x1f7d04){return _0x2c9d45===_0x1f7d04;},'yHDCq':function(_0x512f85,_0x41d5a9){return _0x512f85!==_0x41d5a9;},'BsciG':_0x259d3d(0xd,-_0x42fa68._0x3094e4,_0x42fa68._0x4bb95b,0x46)+'pdates\x20pro'+_0x16673a(-0xd4,-0xdf,-0x145,-_0x42fa68._0x3192d5),'nXAYH':_0x259d3d(-0x7c,-0xca,0x1f,-_0x42fa68._0x1b7871)+_0x16673a(-0x1e3,-_0x42fa68._0x59efe6,-_0x42fa68._0x26ded9,-0xe1),'hdHkT':'Failed\x20to\x20'+'update\x20pro'+_0x16673a(-_0x42fa68._0x1b8eea,-0x181,-0x168,-0x1fb)},{name:_0x5705d6,preferences:_0x5420ea}=_0x166782[_0x259d3d(-_0x42fa68._0x20630b,-0xbe,-_0x42fa68._0x5db634,-_0x42fa68._0x8277fc)];function _0x259d3d(_0xa7122f,_0xb3feec,_0x5157eb,_0x21412b){return _0x32f753(_0xb3feec,_0xb3feec-0x9d,_0xa7122f- -0x392,_0x21412b-0xba);}try{if(_0x2add68['pCeyw'](_0x259d3d(0x81,_0x42fa68._0x130c7b,_0x42fa68._0x3175ee,0xc3),_0x259d3d(-_0x42fa68._0x5c2c09,-0x7f,-0x8e,-_0x42fa68._0x547f22))){const _0x2bf278={};if(_0x2add68[_0x16673a(-0x18c,-0xcf,-_0x42fa68._0x338e8f,-0xc7)](_0x5705d6,undefined)){if(_0x2add68[_0x259d3d(_0x42fa68._0x45291a,-_0x42fa68._0x463056,0x6a,_0x42fa68._0x3ad194)](_0x2add68[_0x259d3d(_0x42fa68._0x1d1300,0x53,_0x42fa68._0x4909dc,0xb0)],_0x16673a(-0xc9,-0x125,-_0x42fa68._0xdb50d8,-0xda))){const _0x2441df={};_0x2441df['id']=_0x311d65[_0x259d3d(-0x71,-0xed,-_0x42fa68._0x5bbcc6,-0xd9)]['id'],_0x2441df[_0x259d3d(_0x42fa68._0x4892cf,0x5f,_0x42fa68._0x1aa5ce,0x1c)]=_0x329f9c[_0x259d3d(-0x71,-0x12,-_0x42fa68._0x573e01,-_0x42fa68._0x4dff28)][_0x259d3d(0x69,0xeb,0x72,-_0x42fa68._0x37cb0a)],_0x2441df[_0x16673a(-0x109,-_0x42fa68._0x2665d4,-0x18a,-_0x42fa68._0x45a0d0)]=_0x383165['user'][_0x259d3d(-_0x42fa68._0xc36a63,-0xb8,_0x42fa68._0x45f251,_0x42fa68._0x1c66c3)],_0x2441df[_0x16673a(-0x1be,-_0x42fa68._0x5578e4,-_0x42fa68._0x62f325,-0x1e4)]=_0x46d8f1[_0x16673a(-_0x42fa68._0x424f98,-0x15c,-0x1de,-_0x42fa68._0x305afb)][_0x16673a(-0x25f,-_0x42fa68._0x466d45,-0x1e0,-_0x42fa68._0x4d0230)],_0x2441df[_0x259d3d(-_0x42fa68._0x1937d2,-0xf6,-0x3b,-0x72)+_0x16673a(-0xa7,-_0x42fa68._0x1ceaa1,-_0x42fa68._0x37415b,-0xf6)]=_0x1ac641[_0x16673a(-_0x42fa68._0x22d19d,-0x1fe,-0x1de,-_0x42fa68._0x52789b)][_0x16673a(-_0x42fa68._0xa0aaff,-0x287,-_0x42fa68._0x48eb14,-_0x42fa68._0x4669b6)+_0x259d3d(0x78,_0x42fa68._0x2cbf4a,0xfb,_0x42fa68._0x2fd675)]||![],_0x2441df[_0x16673a(-0x1b7,-_0x42fa68._0x5dae80,-_0x42fa68._0x3e2d8b,-_0x42fa68._0x128b8e)+_0x16673a(-_0x42fa68._0x1252e0,-0x119,-_0x42fa68._0x152bb0,-_0x42fa68._0x4316c2)]=![],_0x2441df['hasEnviron'+'mentManage'+'r']=![],_0x2441df['hasEnviron'+'mentGit']=![],_0x2441df[_0x16673a(-_0x42fa68._0x1b4e9a,-_0x42fa68._0x876ac6,-0x198,-_0x42fa68._0x501c8e)+_0x16673a(-0xae,-_0x42fa68._0x5617c8,-0x154,-0x141)]=![],_0x2441df['hasEnviron'+_0x16673a(-_0x42fa68._0x21af0a,-_0x42fa68._0x474ddc,-_0x42fa68._0x51d386,-0x14a)+'gs']=![],_0x2441df[_0x259d3d(-_0x42fa68._0x43292e,-_0x42fa68._0x677557,_0x42fa68._0x4f9815,-_0x42fa68._0x43af8d)+'me']=_0x573f1e[_0x16673a(-0x175,-_0x42fa68._0x562ae3,-0x1de,-0x224)][_0x16673a(-0x22f,-0x173,-_0x42fa68._0x599351,-0x1dd)+'me'],_0x2441df[_0x259d3d(-0x9f,-0xf2,-_0x42fa68._0x33b35d,-_0x42fa68._0x3f0cd1)]=null,_0x2441df[_0x16673a(-0x113,-_0x42fa68._0x56e95a,-_0x42fa68._0x54512b,-_0x42fa68._0x3dfd18)+'s']={};const _0x1f949c={};_0x1f949c[_0x16673a(-_0x42fa68._0x49d24c,-0x260,-_0x42fa68._0x358f67,-_0x42fa68._0x194bba)]=_0x2441df,_0x502427['json'](_0x1f949c);}else{if(!_0x5705d6||_0x5705d6[_0x259d3d(-0x26,_0x42fa68._0x3ac5b4,-_0x42fa68._0x2cf960,_0x42fa68._0xb1fc68)]()[_0x16673a(-_0x42fa68._0x46825d,-0x65,-0xe0,-0xb0)]===-0x112d*-0x1+0x3*-0x505+-0x21e*0x1){if(_0x2add68[_0x16673a(-0x148,-_0x42fa68._0x1c8520,-_0x42fa68._0x38e49a,-0x1d1)]!==_0x16673a(-_0x42fa68._0x34d6e4,-_0x42fa68._0xe5b069,-0x1a7,-0x216)){if(!_0x417314||_0x2add68[_0x259d3d(-0x97,_0x42fa68._0x7b0f00,-_0x42fa68._0x538e74,-_0x42fa68._0x429ac9)](_0x31a2da['trim']()[_0x16673a(-0x85,-_0x42fa68._0x1726bd,-0xe0,-0xf9)],0x1*0x199+-0xe1a+0x1*0xc81)){const _0x507a83={};return _0x507a83[_0x16673a(-0x213,-_0x42fa68._0x1724e8,-_0x42fa68._0x2c638d,-_0x42fa68._0x412e41)]=_0x2add68[_0x259d3d(_0x42fa68._0xc1019a,-_0x42fa68._0x2eac48,_0x42fa68._0x45ade1,_0x42fa68._0x303ea3)],_0x1d10f2[_0x259d3d(_0x42fa68._0x50af3f,_0x42fa68._0x3b546d,_0x42fa68._0x654cd8,_0x42fa68._0x3f88d3)](-0x1721*0x1+-0xa4+0x1955)['json'](_0x507a83);}_0x448dba[_0x16673a(-0x13d,-_0x42fa68._0x4cd9e3,-0x1e0,-_0x42fa68._0x339f55)]=_0x102cef['trim']();}else{const _0x9e934e={};return _0x9e934e[_0x259d3d(-_0x42fa68._0x4c524a,-0x9d,_0x42fa68._0x3f88d3,_0x42fa68._0x4a53a5)]=_0x2add68['merLy'],_0x31d9d5[_0x259d3d(0x7d,_0x42fa68._0x123a34,_0x42fa68._0x5c2c09,_0x42fa68._0x506438)](0x21d6+0x3df*0x2+-0x1a*0x18a)[_0x16673a(-0x1db,-0x1cb,-0x15c,-0x1ee)](_0x9e934e);}}_0x2bf278['name']=_0x5705d6['trim']();}}if(_0x2add68[_0x259d3d(-_0x42fa68._0x2fd675,-0x4a,0x4c,-0x31)](_0x5420ea,undefined)){if(_0x2add68[_0x16673a(-0x230,-_0x42fa68._0xa92122,-0x207,-_0x42fa68._0x4ab3f8)](_0x2add68['sifXO'],_0x2add68[_0x259d3d(0x72,0xbd,0x12,0x11e)]))_0x2bf278['preference'+'s']=_0x5420ea;else{const _0x4b6893=[_0x2add68['SSVQh'],_0x2add68[_0x16673a(-_0x42fa68._0x1f886e,-_0x42fa68._0x59f249,-_0x42fa68._0x253c0e,-0x13f)],_0x2add68[_0x16673a(-_0x42fa68._0x276a01,-0x110,-0x16e,-0x1f6)],_0x2add68[_0x16673a(-0xd1,-0x1a6,-0xff,-0x5a)]];_0x4b6893[_0x16673a(-0xd8,-0x155,-_0x42fa68._0xd7ef96,-0x1cc)](_0x5a801a[_0x259d3d(0xe,-_0x42fa68._0x43f418,_0x42fa68._0x512412,-_0x42fa68._0x8cd752)])?_0x2add68['mwveo'](_0x2da87b,null,!![]):_0x2add68[_0x259d3d(_0x42fa68._0x451e93,0x82,_0x42fa68._0x3350fb,0x68)](_0x5084c2,new _0x21c517(_0x2add68[_0x16673a(-_0x42fa68._0x6aa037,-0x1ab,-_0x42fa68._0x685817,-_0x42fa68._0x3ac791)]));}}if(_0x2add68[_0x259d3d(0x4b,_0x42fa68._0x42d4c2,_0x42fa68._0x487da5,0xb7)](Object['keys'](_0x2bf278)[_0x259d3d(_0x42fa68._0x660489,0xd,_0x42fa68._0x5dfb53,_0x42fa68._0x2d1ac3)],-0xcb6+-0x1fa6+-0x1*-0x2c5c)){if(_0x2add68[_0x259d3d(-_0x42fa68._0x5ba023,0xa,0x43,-0xde)](_0x16673a(-_0x42fa68._0x340602,-0x1a9,-0x100,-_0x42fa68._0x255cf2),_0x16673a(-0xdb,-0x120,-_0x42fa68._0x4071e6,-_0x42fa68._0x267740)))_0x21a15d[_0x259d3d(_0x42fa68._0x5b8bb5,-0x5a,0x1e,_0x42fa68._0x1c7593)]['name']=_0x418ebb['name'];else{const _0x137004={};return _0x137004[_0x16673a(-0x1d6,-_0x42fa68._0x20e617,-_0x42fa68._0x2c638d,-_0x42fa68._0x2c6821)]=_0x2add68[_0x259d3d(0x74,_0x42fa68._0x5d5bb2,_0x42fa68._0x4e355e,_0x42fa68._0x165623)],_0x31d9d5['status'](0x2330+-0x7*0x265+0x59f*-0x3)[_0x16673a(-_0x42fa68._0x3a2c01,-0xba,-_0x42fa68._0x280fac,-_0x42fa68._0xf03f54)](_0x137004);}}const _0x3db2b9=await _0x2add68[_0x259d3d(0x40,0x52,_0x42fa68._0x317fc5,_0x42fa68._0x4851ca)](updateUser,_0x166782[_0x16673a(-_0x42fa68._0x498698,-0x24e,-_0x42fa68._0x326041,-0x22c)]['id'],_0x2bf278);_0x2bf278[_0x16673a(-_0x42fa68._0xb419f9,-_0x42fa68._0xa1739d,-0x1e0,-0x1b8)]&&(_0x166782[_0x259d3d(_0x42fa68._0x5b8bb5,-0x5a,0x72,0x9a)][_0x259d3d(-_0x42fa68._0x35b0b8,-0x97,-_0x42fa68._0x25b25c,-0xac)]=_0x2bf278[_0x16673a(-_0x42fa68._0x49d24c,-_0x42fa68._0x426662,-_0x42fa68._0x5cbe10,-_0x42fa68._0xf3f083)]);logger[_0x259d3d(-_0x42fa68._0x660489,-0xb5,0x7,-0x3)](_0x2add68[_0x259d3d(0x88,-0x7,0x83,_0x42fa68._0x27ea7f)],{'userId':_0x166782['user']['id'],'updates':Object['keys'](_0x2bf278)});const _0x11019f={};_0x11019f['id']=_0x3db2b9['id'],_0x11019f[_0x16673a(-_0x42fa68._0x1994c5,-_0x42fa68._0x2b8836,-0x104,-0x150)]=_0x3db2b9[_0x16673a(-_0x42fa68._0x228e8f,-_0x42fa68._0x3e7939,-_0x42fa68._0x3cc8ef,-_0x42fa68._0x3350fb)],_0x11019f[_0x259d3d(-0x1d,-_0x42fa68._0x266185,_0x42fa68._0x114279,0x5a)]=_0x3db2b9[_0x259d3d(-0x1d,-0x1,_0x42fa68._0x8cd752,-0xbd)],_0x11019f[_0x259d3d(-_0x42fa68._0x2b00f1,0xe,-_0x42fa68._0x235d9d,-_0x42fa68._0x4b544a)]=_0x3db2b9[_0x16673a(-0x210,-0x1af,-_0x42fa68._0x62f325,-0x26c)],_0x11019f[_0x259d3d(-_0x42fa68._0x387c77,-_0x42fa68._0x4d0ae5,-0x7,-0x8c)]=_0x3db2b9[_0x16673a(-_0x42fa68._0x3c4656,-0x1bb,-_0x42fa68._0x2864be,-0x221)]||null,_0x11019f[_0x259d3d(-_0x42fa68._0x2cb1e4,-_0x42fa68._0x392e98,-_0x42fa68._0x23a6bc,-_0x42fa68._0x16b5ff)+'s']=_0x3db2b9[_0x259d3d(-0x39,0x32,-0x1c,-0x5f)+'s']||{};const _0x4b96a7={};_0x4b96a7['profile']=_0x11019f,_0x31d9d5['json'](_0x4b96a7);}else{const _0x3cb3e1={};return _0x3cb3e1[_0x16673a(-_0x42fa68._0x1179e9,-0x1c0,-_0x42fa68._0x794d73,-_0x42fa68._0x21c07e)]='Name\x20canno'+_0x259d3d(0x57,0xce,0x2,0xea),_0x247979[_0x259d3d(_0x42fa68._0x2d99e1,_0x42fa68._0x538e74,_0x42fa68._0x51fb2c,-_0x42fa68._0x5678cb)](0xe4f+0x210f+-0x11e*0x29)[_0x16673a(-_0x42fa68._0x24f5a3,-0xd9,-_0x42fa68._0x280fac,-0x16f)](_0x3cb3e1);}}catch(_0x2c4272){if('IVqWK'!=='qmyIV'){logger[_0x16673a(-_0x42fa68._0x49d24c,-_0x42fa68._0xadbd28,-0x1c8,-_0x42fa68._0x59efe6)](_0x2add68[_0x16673a(-0x195,-0x180,-0x21f,-0x1f2)],_0x2c4272);const _0x4cfb98={};_0x4cfb98['error']=_0x2add68[_0x259d3d(-_0x42fa68._0x4fda54,-0xdf,-0x17,-0xde)],_0x31d9d5['status'](0x1511*0x1+-0x56*-0x43+-0x299f)[_0x259d3d(0x11,_0x42fa68._0x56e35b,-_0x42fa68._0x4482d8,-_0x42fa68._0x14e065)](_0x4cfb98);}else{const _0x4cc014={};_0x4cc014[_0x16673a(-_0x42fa68._0x37133a,-0x166,-_0x42fa68._0x3cc8ef,-0xa6)]=_0x5b9b4e,_0x43ace1['warn'](_0x2add68[_0x16673a(-0xf9,-_0x42fa68._0x4c749e,-_0x42fa68._0x1a1e83,-_0x42fa68._0x3cc8ef)],_0x4cc014);const _0x333cf2={};return _0x333cf2[_0x16673a(-0x204,-_0x42fa68._0x32ce3a,-0x1c8,-_0x42fa68._0x3ad436)]=_0x2add68['wnvZg'],_0x333cf2['message']=_0x259d3d(0x1c,-_0x42fa68._0x5a81e8,-0x81,-_0x42fa68._0x407e35)+_0x259d3d(0x38,0x52,-0x2e,_0x42fa68._0x47f245)+_0x259d3d(-_0x42fa68._0xc935a9,-_0x42fa68._0x17a305,-0x144,-0x12f),_0xf1ab26[_0x259d3d(0x7d,0xa2,0x122,-_0x42fa68._0x429ac9)](0x4a3+-0x148+0x2*-0xe5)[_0x259d3d(0x11,-_0x42fa68._0x273b01,-0xf,-0x5f)](_0x333cf2);}}});function _0x400205(_0x3e34fc,_0x36393e,_0x338898,_0xcb57d4){const _0x5a7524={_0x4d3ec2:0x33};return _0x1e62(_0x338898- -_0x5a7524._0x4d3ec2,_0x36393e);}router[_0x32f753(0x3de,0x332,0x3af,0x40a)](_0x32f753(0x35a,0x25e,0x2e8,0x2a1)+'vatar',requireAuth,avatarUpload[_0x400205(0x160,0x14a,0x1c1,0x11b)](_0x32f753(0x28a,0x2de,0x2f3,0x356)),async(_0x11c85f,_0x3667ca)=>{const _0x51f58d={_0x29ef2f:0x2be,_0x38e4e0:0x323,_0x110c96:0x327,_0x3e47a8:0x2ea,_0x114cb7:0x387,_0x105988:0x371,_0x14a05d:0x230,_0x39e1f4:0x19d,_0x5539ce:0x1b2,_0x5234b6:0x1a7,_0x22602b:0x2f1,_0x14ca51:0x372,_0x538042:0x288,_0x542c75:0x2cf,_0x2147d2:0x210,_0x3f329b:0x262,_0x55f46c:0x2d4,_0x1d87f6:0x22e,_0x255e8b:0x1f3,_0x5c4b08:0x293,_0x54beda:0x22f,_0x25e38d:0x283,_0x315254:0x2dd,_0x567965:0x2fc,_0x50852c:0x357,_0x39e470:0x279,_0x5463b6:0x311,_0x672465:0x29c,_0x5e275a:0x284,_0x2e3f00:0x2bc,_0x30942e:0x33a,_0x14fb3f:0x2b2,_0x1ec918:0x230,_0x5a1d9e:0x386,_0x38598a:0x38e,_0xa438e6:0x255,_0x27d042:0x2d8,_0x39726b:0x378,_0x5e5f2e:0x31a,_0x40edf3:0x1dc,_0x345a0f:0x155,_0x3087f3:0x136,_0x35f0c2:0x191,_0x73615:0x27b,_0x26e898:0x30b,_0x54ffb5:0x321,_0x25e903:0x235,_0x315bee:0x1a9,_0x31cdb0:0x264,_0xba37b3:0x2a6,_0xebb3f1:0x280,_0x29d978:0x241,_0x50d855:0x1ab,_0x5d8282:0x110,_0x9bcaae:0x1f8,_0x84c2ac:0x250,_0x2cf97e:0x246,_0x299303:0x254,_0x4aea09:0x3a2,_0x24e401:0x34a,_0x49cfd3:0x277,_0x1d209c:0x207,_0x575fea:0x236,_0x3c81c6:0x200,_0x103d6f:0x2dd,_0x14fd8c:0x20f,_0x451b2d:0x2fc,_0x2d6b45:0x2a3,_0xde2c97:0x299,_0xb0fb81:0x344,_0x39f5c6:0x304,_0x30e062:0x3f8,_0x3abd7f:0x34b,_0x20cd9e:0x32e,_0x4832e0:0x41d,_0x446699:0x39c,_0x1c88db:0x417,_0x5ea6e6:0x3be,_0x5ecea5:0x2dc,_0xd07bb2:0x2c7,_0x208fef:0x22c,_0x3ab2cf:0x2a3,_0x3c20d4:0x2c7,_0x4b6fde:0x2d0,_0x4c17c5:0x23b,_0xee5c9b:0x2ef,_0x3c1179:0x160,_0x584324:0x26d,_0x4d7b80:0x272,_0x54d108:0x26a,_0xe37433:0x3b3,_0x4b31af:0x38f,_0x34e6be:0x232,_0xe2fc25:0x1a4,_0x4fde45:0x1ac,_0x32f6fc:0x2a8,_0x2b9100:0x328,_0x46f5af:0x349,_0x56ff8b:0x315,_0x263f13:0x247,_0xc9bdef:0x2ad,_0x573bdc:0x294,_0x560796:0x220,_0x311b2e:0x303,_0x5dc08f:0x26e,_0xb85a9b:0x2c2,_0x4e50b9:0x2c1,_0xec4937:0x300,_0x1ce328:0x305,_0x44f0a3:0x308,_0x112073:0x3fb,_0x34df30:0x26a,_0x328128:0x2dd,_0x434192:0x32d,_0x489f3c:0x32c,_0xbd5c94:0x338,_0x5cf9cc:0x340,_0xc2c858:0x1a8,_0x452930:0x24d,_0x2dd1a1:0x19c,_0x35c2c0:0x202,_0x71d9ae:0x287,_0x1965ba:0x171,_0x2a454b:0x2ba,_0x2a1938:0x234,_0x3d83d9:0x26e,_0x45cb56:0x2c4,_0x22fe58:0x335,_0x30bfb1:0x2ba,_0x64ce30:0x294,_0x1d4fa2:0x3af,_0xa88bbf:0x367,_0x2c8265:0x363,_0x47ccc2:0x38a,_0x35f829:0x294,_0x3c5ac4:0x25d,_0x63b264:0x39a,_0x57439c:0x3d4,_0x34932e:0x431,_0x411ad3:0x1de,_0x3df765:0x171,_0x2614a6:0x1bc,_0x1466c5:0x37b,_0x44bb2c:0x3eb,_0x2c027d:0x2c1,_0x399645:0x14c,_0x29081b:0x33a,_0x4c9aae:0x298,_0x3d2cec:0x32a,_0x61b04b:0x3b6,_0x544055:0x3f0,_0x497f92:0x339,_0x5a05ef:0x2d8,_0x4c080b:0x237,_0x452cde:0x325,_0x6f4125:0x350,_0x2f387d:0x271,_0x48f842:0x3b0,_0x5e5a81:0x3dd,_0x4153da:0x3fd,_0x16be69:0x373,_0x5aae4c:0x344},_0x3674db={_0x32dc28:0x123,_0x390965:0x126,_0xaeae47:0x14c},_0x3c285f={_0xd11cc0:0xc6,_0x1c33db:0x143,_0xe96c6a:0xbf};function _0x34485c(_0x3da717,_0x8eae23,_0x3c4524,_0x9bc683){return _0x32f753(_0x9bc683,_0x8eae23-_0x3c285f._0xd11cc0,_0x3da717- -_0x3c285f._0x1c33db,_0x9bc683-_0x3c285f._0xe96c6a);}function _0x54d9ad(_0x5a3f32,_0x1b8b37,_0x2e6ded,_0x1aee64){return _0x400205(_0x5a3f32-_0x3674db._0x32dc28,_0x2e6ded,_0x1b8b37-_0x3674db._0x390965,_0x1aee64-_0x3674db._0xaeae47);}const _0x427546={'LKimu':_0x34485c(_0x51f58d._0x29ef2f,0x261,0x2f0,0x340)+_0x54d9ad(_0x51f58d._0x38e4e0,0x334,0x2ad,_0x51f58d._0x110c96)+'on','IZqXu':_0x54d9ad(0x2a9,_0x51f58d._0x3e47a8,_0x51f58d._0x114cb7,_0x51f58d._0x105988)+'ed','lgehh':function(_0x309509,_0x1cb0ca){return _0x309509===_0x1cb0ca;},'ggnrw':_0x34485c(_0x51f58d._0x14a05d,_0x51f58d._0x39e1f4,0x1d8,_0x51f58d._0x5539ce)+_0x34485c(0x21e,_0x51f58d._0x5234b6,0x222,0x1fe),'ylVkb':_0x34485c(0x2db,_0x51f58d._0x22602b,0x2f2,_0x51f58d._0x14ca51),'Mmfyn':_0x34485c(_0x51f58d._0x538042,_0x51f58d._0x542c75,0x238,_0x51f58d._0x2147d2),'QCgJC':function(_0x28cc96){return _0x28cc96();},'SURzi':function(_0x287e3c,_0x2a9b92){return _0x287e3c(_0x2a9b92);},'BhDjt':_0x34485c(_0x51f58d._0x3f329b,_0x51f58d._0x55f46c,0x2d9,_0x51f58d._0x1d87f6),'jowKe':_0x34485c(_0x51f58d._0x255e8b,_0x51f58d._0x5c4b08,0x175,_0x51f58d._0x54beda),'eNuyf':function(_0x3313a0,_0x18a1f4,_0x1d9576){return _0x3313a0(_0x18a1f4,_0x1d9576);},'BRbzX':_0x54d9ad(_0x51f58d._0x25e38d,_0x51f58d._0x315254,0x340,_0x51f58d._0x567965)+_0x54d9ad(_0x51f58d._0x50852c,0x34b,0x2c2,0x2df),'PomsZ':_0x34485c(0x2be,_0x51f58d._0x39e470,0x261,0x22d)+_0x34485c(0x210,0x2ab,0x178,0x287)+_0x54d9ad(0x3aa,_0x51f58d._0x5463b6,_0x51f58d._0x672465,_0x51f58d._0x5e275a)};if(!_0x11c85f[_0x54d9ad(_0x51f58d._0x2e3f00,0x338,_0x51f58d._0x30942e,0x348)]){if(_0x427546[_0x54d9ad(_0x51f58d._0x14fb3f,0x283,_0x51f58d._0x1ec918,0x28a)]('studT',_0x54d9ad(_0x51f58d._0x5a1d9e,0x3c7,0x3ea,_0x51f58d._0x38598a))){const _0x55d948={};return _0x55d948[_0x54d9ad(_0x51f58d._0xa438e6,_0x51f58d._0x27d042,0x24a,0x322)]=_0x427546['ggnrw'],_0x3667ca[_0x34485c(0x2cc,0x248,0x23d,_0x51f58d._0x39726b)](0x29*0x91+0x153c+-0x4f*0x8b)[_0x54d9ad(0x3e0,0x344,0x3a3,_0x51f58d._0x5e5f2e)](_0x55d948);}else{const _0x271fd8={};_0x271fd8['id']=_0x18fa9a['id'],_0x271fd8[_0x34485c(_0x51f58d._0x40edf3,0x1e7,0x1a6,_0x51f58d._0x345a0f)]=_0x419c94[_0x34485c(_0x51f58d._0x40edf3,_0x51f58d._0x3087f3,_0x51f58d._0x3f329b,_0x51f58d._0x35f0c2)],_0x271fd8['isManager']=!![],_0x5b37ec[_0x54d9ad(_0x51f58d._0x73615,_0x51f58d._0x26e898,0x32b,_0x51f58d._0x54ffb5)](_0x271fd8);}}try{if(_0x427546[_0x34485c(_0x51f58d._0x25e903,_0x51f58d._0x315bee,_0x51f58d._0x31cdb0,0x1f4)]===_0x427546[_0x54d9ad(_0x51f58d._0xba37b3,_0x51f58d._0xebb3f1,_0x51f58d._0x14a05d,_0x51f58d._0x29d978)]){if(_0x5d139a){_0x4c54bc[_0x54d9ad(0x36a,0x2d8,0x372,0x34d)](_0x427546[_0x34485c(_0x51f58d._0x50d855,_0x51f58d._0x5d8282,_0x51f58d._0x9bcaae,0x1d1)],_0x57c1e2);const _0x49bf72={};return _0x49bf72[_0x34485c(0x1f4,_0x51f58d._0x84c2ac,_0x51f58d._0x2cf97e,0x288)]=_0x427546[_0x54d9ad(0x24e,0x2ae,0x34b,_0x51f58d._0x299303)],_0x49bf72['message']=_0x54d9ad(0x3b5,_0x51f58d._0x4aea09,_0x51f58d._0x24e401,0x3c0)+_0x54d9ad(0x1fe,_0x51f58d._0x49cfd3,_0x51f58d._0x1d209c,0x227)+_0x34485c(_0x51f58d._0x575fea,_0x51f58d._0x3c81c6,_0x51f58d._0x103d6f,_0x51f58d._0x14fd8c),_0x2f0ef1[_0x34485c(0x2cc,0x27a,_0x51f58d._0x451b2d,_0x51f58d._0x2d6b45)](0x2169+0x7cd+0x68b*-0x6)[_0x54d9ad(_0x51f58d._0xde2c97,_0x51f58d._0xb0fb81,_0x51f58d._0x39f5c6,0x356)](_0x49bf72);}const _0x4f822b={};_0x4f822b[_0x54d9ad(_0x51f58d._0x30e062,0x37b,_0x51f58d._0x3abd7f,_0x51f58d._0x20cd9e)]=_0xc2c81a['id'],_0x4f822b[_0x54d9ad(_0x51f58d._0x4832e0,_0x51f58d._0x446699,_0x51f58d._0x1c88db,0x39a)]=_0x7b1b1c[_0x54d9ad(0x397,0x39c,_0x51f58d._0x5ea6e6,0x341)],_0x4f822b[_0x54d9ad(0x286,0x2a3,_0x51f58d._0x22602b,_0x51f58d._0x5ecea5)+_0x34485c(_0x51f58d._0xd07bb2,_0x51f58d._0x208fef,0x357,0x28a)]=_0xf10911[_0x54d9ad(0x31f,_0x51f58d._0x3ab2cf,0x244,0x2ef)+_0x34485c(_0x51f58d._0x3c20d4,_0x51f58d._0x4b6fde,_0x51f58d._0x4c17c5,_0x51f58d._0xee5c9b)]||![],_0x48c549[_0x34485c(0x1c2,_0x51f58d._0x3c1179,_0x51f58d._0x584324,0x1de)]('User\x20logge'+_0x34485c(_0x51f58d._0x4d7b80,0x1e9,_0x51f58d._0x54d108,0x213),_0x4f822b);const _0x1fb82f={};_0x1fb82f['id']=_0x57cfb8['id'],_0x1fb82f['username']=_0x2dd9f0[_0x54d9ad(0x412,_0x51f58d._0x446699,_0x51f58d._0xe37433,0x2fc)],_0x1fb82f[_0x54d9ad(_0x51f58d._0x4b31af,0x316,0x393,0x280)]=_0x172abb[_0x34485c(_0x51f58d._0x34e6be,0x1b8,_0x51f58d._0xe2fc25,_0x51f58d._0x4fde45)],_0x1fb82f[_0x54d9ad(_0x51f58d._0x32f6fc,0x2c0,_0x51f58d._0x2b9100,_0x51f58d._0x46f5af)]=_0x3b3238[_0x34485c(_0x51f58d._0x40edf3,0x1d1,0x23f,0x23a)],_0x1fb82f[_0x54d9ad(0x286,_0x51f58d._0x2d6b45,_0x51f58d._0x56ff8b,0x2ec)+'min']=_0x5baab7[_0x54d9ad(0x271,_0x51f58d._0x3ab2cf,0x229,_0x51f58d._0x263f13)+_0x34485c(_0x51f58d._0x3c20d4,_0x51f58d._0xc9bdef,_0x51f58d._0x573bdc,_0x51f58d._0x560796)]||![],_0x1fb82f['ssh_userna'+'me']=_0x34d5ff[_0x54d9ad(_0x51f58d._0xebb3f1,_0x51f58d._0x311b2e,_0x51f58d._0x5dc08f,0x276)+'me'];const _0x4d3bf3={};_0x4d3bf3[_0x54d9ad(0x25a,_0x51f58d._0xb85a9b,0x36d,_0x51f58d._0x4e50b9)]=_0x1fb82f,_0x39b2d5[_0x54d9ad(_0x51f58d._0xec4937,0x344,_0x51f58d._0x1ce328,_0x51f58d._0x44f0a3)](_0x4d3bf3);}else{await _0x427546['QCgJC'](ensureAvatarsDir);const _0x13c8b0=_0x54d9ad(0x40c,0x3ae,0x376,_0x51f58d._0x112073)+_0x11c85f[_0x54d9ad(0x2cb,0x2c2,0x27f,0x34e)]['id']+'-'+Date[_0x54d9ad(0x2df,_0x51f58d._0x55f46c,_0x51f58d._0x34df30,_0x51f58d._0x328128)]()+'.png',_0x3d03fa=_0x189958['join'](AVATARS_DIR,_0x13c8b0),_0x5981df={};_0x5981df['quality']=0x5a,await _0x427546[_0x34485c(0x2c4,0x288,_0x51f58d._0x434192,_0x51f58d._0x489f3c)](_0x300df1,_0x11c85f[_0x54d9ad(0x3bc,_0x51f58d._0xbd5c94,0x330,_0x51f58d._0x5cf9cc)][_0x34485c(_0x51f58d._0xc2c858,_0x51f58d._0x84c2ac,0x1b5,0x16f)])[_0x34485c(0x20a,0x16f,_0x51f58d._0x452930,_0x51f58d._0x2dd1a1)](AVATAR_SIZE,AVATAR_SIZE,{'fit':_0x427546[_0x34485c(_0x51f58d._0x35c2c0,0x182,0x231,_0x51f58d._0x71d9ae)],'position':_0x427546[_0x34485c(0x219,_0x51f58d._0x1965ba,_0x51f58d._0x2a454b,_0x51f58d._0x2a1938)]})[_0x34485c(0x2d5,_0x51f58d._0x3d83d9,0x25e,0x22b)](_0x5981df)[_0x54d9ad(0x335,0x2da,0x2c1,0x270)](_0x3d03fa);const _0x1689fe=await _0x427546[_0x34485c(_0x51f58d._0x45cb56,0x249,0x239,_0x51f58d._0x22fe58)](findUserById,_0x11c85f['user']['id']);if(_0x1689fe[_0x54d9ad(_0x51f58d._0x30bfb1,_0x51f58d._0x64ce30,0x30e,0x334)]){const _0x53410d=_0x189958[_0x54d9ad(0x323,0x300,0x353,0x349)](AVATARS_DIR,_0x1689fe['avatar']);try{await _0x1d3d06[_0x54d9ad(_0x51f58d._0x1d4fa2,_0x51f58d._0xa88bbf,_0x51f58d._0x2c8265,_0x51f58d._0x47ccc2)](_0x53410d);}catch(_0x47e2f9){}}const _0x3f4444={};_0x3f4444[_0x54d9ad(0x260,_0x51f58d._0x35f829,0x213,_0x51f58d._0x3c5ac4)]=_0x13c8b0,await _0x427546[_0x54d9ad(0x3f8,_0x51f58d._0x63b264,_0x51f58d._0x57439c,_0x51f58d._0x34932e)](updateUser,_0x11c85f[_0x34485c(_0x51f58d._0x411ad3,_0x51f58d._0x3df765,0x194,_0x51f58d._0x2614a6)]['id'],_0x3f4444);const _0x51c6ba={};_0x51c6ba[_0x54d9ad(0x35e,_0x51f58d._0x1466c5,_0x51f58d._0x44bb2c,0x3e7)]=_0x11c85f[_0x54d9ad(_0x51f58d._0x45cb56,0x2c2,0x2bc,_0x51f58d._0x2c027d)]['id'],_0x51c6ba['filename']=_0x13c8b0,logger['info'](_0x427546[_0x34485c(0x1df,_0x51f58d._0x71d9ae,0x192,_0x51f58d._0x399645)],_0x51c6ba);const _0x7aba64={};_0x7aba64[_0x54d9ad(0x2e2,0x294,_0x51f58d._0x29081b,_0x51f58d._0x4c9aae)]=_0x13c8b0,_0x7aba64[_0x54d9ad(0x334,0x28e,0x288,0x2b7)]='/avatars/'+_0x13c8b0,_0x3667ca[_0x54d9ad(_0x51f58d._0x3d2cec,_0x51f58d._0xb0fb81,_0x51f58d._0x61b04b,_0x51f58d._0x544055)](_0x7aba64);}}catch(_0x25b146){logger[_0x54d9ad(_0x51f58d._0x497f92,_0x51f58d._0x5a05ef,0x2f0,0x32a)](_0x427546[_0x34485c(0x2b7,_0x51f58d._0x4c080b,_0x51f58d._0x452cde,0x25a)],_0x25b146);const _0x1ba6a9={};_0x1ba6a9['error']=_0x427546[_0x34485c(0x2b7,_0x51f58d._0x6f4125,0x296,_0x51f58d._0x2f387d)],_0x3667ca[_0x54d9ad(0x44d,_0x51f58d._0x48f842,_0x51f58d._0x5e5a81,_0x51f58d._0x4153da)](-0xa09+-0x3a*0x6a+0x2401)[_0x54d9ad(_0x51f58d._0x16be69,_0x51f58d._0x5aae4c,0x3ef,0x378)](_0x1ba6a9);}}),router[_0x400205(0x21c,0x2a0,0x21f,0x22c)]('/profile/a'+_0x400205(0x266,0x261,0x1fd,0x1c5),requireAuth,async(_0x43a964,_0x5bebe7)=>{const _0x43b3f3={_0x1ba000:0xf1,_0x13647c:0x11a,_0x4c91fc:0x19b,_0x47f478:0x20b,_0x2cabcb:0x19d,_0x26ca90:0x2b3,_0x5ad739:0x2ec,_0x12c319:0x2a2,_0x23f197:0x29b,_0x2e986f:0x3b7,_0x3b4442:0x345,_0x7ad1b4:0x392,_0x23e79c:0x38a,_0x1acc84:0x488,_0x3c210d:0x2c1,_0x59f0bb:0x247,_0x26cec9:0x192,_0x261e9:0x2af,_0x58cd75:0x397,_0x5c7e4f:0x20c,_0x292e17:0x179,_0x1bdec2:0x323,_0x3677bb:0x2b1,_0x344426:0x20c,_0x3146cd:0x1f2,_0x5a785a:0x1ce,_0x3c94ff:0x171,_0x1b01cf:0x19c,_0x419bc4:0x1a1,_0x508189:0x220,_0x12eba6:0x325,_0x27785c:0x31b,_0x11bd37:0x2fe,_0x34bd2e:0x13d,_0xaf3770:0x1e3,_0xb1cd42:0x396,_0x10d89b:0x2ed,_0x41b7db:0x358,_0x5c092e:0x2f4,_0x2fd6a4:0x238,_0x1d3d9c:0x29c,_0x164363:0x2e4,_0x111247:0x352,_0x474dc0:0x383,_0x2d5dd8:0x28a,_0x19d68f:0x26a,_0x54bb6b:0x338,_0x348937:0x29d,_0x23b009:0x226,_0x58fbe2:0x15f,_0x1fb77b:0x255,_0x20aa81:0x3d0,_0x244318:0x390,_0x29208c:0x2f7,_0x5918b7:0x3ee,_0x2be57d:0x287,_0x4f4ce8:0x2a3,_0x3f299f:0x29f,_0x1b2638:0x474,_0x24bff7:0x363,_0x1ec042:0x44d,_0x4a4dad:0x337,_0x150e94:0x23c,_0x110b02:0x2b0,_0x3f1ee0:0x2c7,_0x241265:0x3bd,_0x30fa9a:0x3c9,_0x46af1a:0x3cd,_0x4fc2fa:0x3a1,_0x4ecefe:0x316,_0xfe3caa:0x1b5,_0xaf8d22:0x1a5,_0x3976f1:0x240,_0x491593:0x482,_0x2e9a42:0x3b1,_0x4eda50:0x46f,_0xfac87b:0x117,_0x399af6:0x116,_0x1d07df:0x1b4,_0x31999c:0x142,_0x131a6b:0x2df,_0x30a318:0x244,_0x5636ff:0x310,_0x593ef5:0x308,_0x8f5a57:0x362,_0x3fe37e:0x194,_0x36422f:0x237,_0x2d7942:0x331,_0x46416a:0x2bd,_0x5a83b4:0x28b,_0x1b6b9b:0x3d0,_0x55fd1f:0x36d,_0x4b276f:0x2f3,_0x24dd11:0x3e7,_0xbb001c:0x3b8,_0x566830:0x334,_0x1093e4:0x232,_0x1c03d8:0x1d8,_0x31105a:0x40d,_0x1515a5:0x423,_0x3e06cf:0x394,_0xa9e68e:0x497,_0xa5e7da:0x2d2,_0x5a11e8:0x3fe,_0x4abe37:0x3bb,_0x3f79fa:0x413,_0x1eeb36:0x3c3,_0x20c489:0x36f,_0x3c0fdd:0x2e2,_0x5619a1:0x350,_0x4d5b3f:0x216,_0x13a5a8:0x267,_0x2958c4:0x307,_0x285d29:0x283,_0x3426fa:0x410,_0x3237d1:0x424,_0x520971:0x132,_0x4c068e:0x16f,_0x2a6baf:0x1a0,_0x11925c:0x3c9,_0x3886ef:0x35a,_0x2fcbf4:0x2b5,_0x4762c6:0x370,_0x525172:0x266,_0xcfb5d1:0x21b,_0x546cbc:0x265,_0x37204e:0x16c,_0x30be1a:0x207,_0x525353:0x272,_0x1b837c:0x1eb,_0x3cf0cf:0x28c,_0x56f7a5:0x2e3,_0x660c6d:0x36b,_0x182fc7:0x188,_0x3fac05:0x29a,_0x2357c8:0x262,_0x445f60:0x222,_0x46cd8a:0x27a,_0x8b19c4:0x39e,_0x537ed0:0x326,_0x16df0e:0x2f6,_0x38f77d:0x2ff,_0x579c47:0x33e,_0x5c5829:0x298,_0x1ac397:0x23d,_0x1ec801:0x1fe,_0x47e371:0x243,_0x7380fc:0x378,_0x4bb9e2:0x3c3,_0x252f78:0x28d,_0x446b51:0x244,_0x361803:0x285},_0x36fea2={_0xb38242:0x15f,_0x57e0a4:0xf8},_0x5161bc={_0x3059bb:0x103,_0xe4e9da:0x174};function _0x1da8ad(_0x31eed6,_0x5d33ff,_0x50d861,_0x39e110){return _0x400205(_0x31eed6-_0x5161bc._0x3059bb,_0x31eed6,_0x5d33ff-_0x5161bc._0xe4e9da,_0x39e110-0x12);}function _0x292e26(_0x3dbb92,_0x4abf6d,_0x3dcfc7,_0x3609eb){return _0x32f753(_0x3609eb,_0x4abf6d-0x126,_0x3dcfc7- -_0x36fea2._0xb38242,_0x3609eb-_0x36fea2._0x57e0a4);}const _0x399ae0={'xzFNz':_0x292e26(_0x43b3f3._0x1ba000,_0x43b3f3._0x13647c,_0x43b3f3._0x4c91fc,_0x43b3f3._0x47f478)+_0x292e26(_0x43b3f3._0x2cabcb,0x2c8,0x222,_0x43b3f3._0x26ca90),'KSXuV':_0x292e26(_0x43b3f3._0x5ad739,0x214,_0x43b3f3._0x12c319,_0x43b3f3._0x23f197)+_0x1da8ad(0x40b,_0x43b3f3._0x2e986f,_0x43b3f3._0x3b4442,_0x43b3f3._0x7ad1b4)+_0x1da8ad(_0x43b3f3._0x23e79c,0x3eb,_0x43b3f3._0x1acc84,0x395),'xzruu':_0x1da8ad(0x2b5,_0x43b3f3._0x3c210d,_0x43b3f3._0x59f0bb,0x2a8),'gSBES':_0x292e26(0x1c8,0x1b8,_0x43b3f3._0x26cec9,0x1b0)+_0x1da8ad(_0x43b3f3._0x261e9,0x312,_0x43b3f3._0x58cd75,0x2bd)+'d\x20are\x20requ'+_0x292e26(0x234,0x1db,_0x43b3f3._0x5c7e4f,_0x43b3f3._0x292e17),'zHOPT':function(_0x29aa5c,_0x3af5ee){return _0x29aa5c===_0x3af5ee;},'zBBWD':_0x1da8ad(_0x43b3f3._0x2e986f,_0x43b3f3._0x1bdec2,0x2ae,_0x43b3f3._0x3677bb),'GvvuP':_0x292e26(_0x43b3f3._0x344426,_0x43b3f3._0x3146cd,_0x43b3f3._0x5a785a,_0x43b3f3._0x3c94ff),'aymMr':function(_0x9343b7,_0x1b94bf,_0x2ce589){return _0x9343b7(_0x1b94bf,_0x2ce589);},'gJqRB':'Avatar\x20rem'+_0x292e26(_0x43b3f3._0x1b01cf,0x1d4,0x1d3,0x172),'nLoDY':_0x292e26(0x14f,0x1ac,_0x43b3f3._0x419bc4,0x173),'OutzP':_0x292e26(0x22e,_0x43b3f3._0x508189,0x2a2,0x2ff)+_0x292e26(0x2aa,0x34a,0x2c5,_0x43b3f3._0x12eba6)+_0x1da8ad(_0x43b3f3._0x27785c,0x35f,0x31e,_0x43b3f3._0x11bd37)};try{if(_0x399ae0[_0x292e26(0x188,_0x43b3f3._0x34bd2e,_0x43b3f3._0xaf3770,0x1d1)]('mxDLb',_0x399ae0[_0x1da8ad(_0x43b3f3._0xb1cd42,_0x43b3f3._0x10d89b,_0x43b3f3._0x41b7db,0x264)])){if(_0x56d44e){const _0x51d4a3={};_0x51d4a3['userId']=_0x58467e,_0x51d4a3[_0x292e26(_0x43b3f3._0x5c092e,_0x43b3f3._0x2fd6a4,_0x43b3f3._0x1d3d9c,_0x43b3f3._0x164363)]=_0x261791,_0x3b9261[_0x1da8ad(_0x43b3f3._0x111247,0x326,0x2ef,_0x43b3f3._0x474dc0)]('Failed\x20to\x20'+_0x292e26(0x301,_0x43b3f3._0x2d5dd8,0x269,0x2cb)+_0x292e26(_0x43b3f3._0x19d68f,_0x43b3f3._0x54bb6b,_0x43b3f3._0x348937,0x22d),_0x45927d,_0x51d4a3);const _0x3334df={};return _0x3334df[_0x292e26(_0x43b3f3._0x23b009,_0x43b3f3._0x58fbe2,0x1d8,_0x43b3f3._0x1fb77b)]=_0x399ae0[_0x1da8ad(_0x43b3f3._0x20aa81,_0x43b3f3._0x244318,_0x43b3f3._0x29208c,_0x43b3f3._0x5918b7)],_0x3334df[_0x292e26(_0x43b3f3._0x2be57d,0x339,_0x43b3f3._0x4f4ce8,_0x43b3f3._0x3f299f)]=_0x399ae0[_0x1da8ad(_0x43b3f3._0x1b2638,0x406,_0x43b3f3._0x24bff7,_0x43b3f3._0x1ec042)],_0x528240[_0x292e26(_0x43b3f3._0x4a4dad,_0x43b3f3._0x150e94,_0x43b3f3._0x110b02,_0x43b3f3._0x3f1ee0)](-0x11c+-0x1083+0x1393*0x1)[_0x292e26(0x28d,0x27b,0x244,0x1f1)](_0x3334df);}const _0x267822={};_0x267822[_0x1da8ad(_0x43b3f3._0x241265,_0x43b3f3._0x30fa9a,_0x43b3f3._0x46af1a,_0x43b3f3._0x4fc2fa)]=_0x575eac,_0x267822['username']=_0x558199,_0x383919[_0x1da8ad(_0x43b3f3._0x4ecefe,_0x43b3f3._0x5c092e,0x306,0x30c)]('User\x20logge'+_0x292e26(0x19a,_0x43b3f3._0xfe3caa,0x1cc,_0x43b3f3._0xaf8d22),_0x267822),_0x4cb54e[_0x292e26(0x1d0,_0x43b3f3._0x3976f1,0x22c,0x23b)+'e'](_0x399ae0['xzruu']);const _0x5b48dd={};_0x5b48dd[_0x292e26(0x328,0x212,0x2a3,0x27d)]=_0x1da8ad(0x489,0x3e0,0x48a,_0x43b3f3._0x491593)+_0x1da8ad(_0x43b3f3._0x2e9a42,0x40b,_0x43b3f3._0x4eda50,0x3e1)+_0x292e26(_0x43b3f3._0xfac87b,_0x43b3f3._0x399af6,_0x43b3f3._0x1d07df,_0x43b3f3._0x31999c),_0x39e2b6[_0x292e26(0x1aa,_0x43b3f3._0x131a6b,_0x43b3f3._0x30a318,0x264)](_0x5b48dd);}else{const _0x4d8f55=await findUserById(_0x43a964[_0x1da8ad(_0x43b3f3._0x4a4dad,_0x43b3f3._0x5636ff,_0x43b3f3._0x593ef5,_0x43b3f3._0x8f5a57)]['id']);if(_0x4d8f55[_0x292e26(0x20d,0xf1,_0x43b3f3._0x3fe37e,_0x43b3f3._0x36422f)]){if(_0x399ae0[_0x1da8ad(0x338,_0x43b3f3._0x2d7942,_0x43b3f3._0x46416a,_0x43b3f3._0x5a83b4)](_0x1da8ad(_0x43b3f3._0x1b6b9b,0x358,_0x43b3f3._0x55fd1f,_0x43b3f3._0x4b276f),_0x399ae0[_0x1da8ad(0x3dc,_0x43b3f3._0x24dd11,0x404,_0x43b3f3._0xbb001c)])){const _0xc9c679={};_0xc9c679[_0x1da8ad(0x38d,0x3c9,_0x43b3f3._0x566830,0x360)]=_0x281040,_0xc9c679['username']=_0x48e8af,_0x3c389e['error'](_0x399ae0[_0x292e26(0x2fb,0x29c,0x2b8,0x318)],_0x1274d7,_0xc9c679);const _0x357d05={};return _0x357d05[_0x292e26(_0x43b3f3._0x1093e4,0x1c0,_0x43b3f3._0x1c03d8,0x1b5)]=_0x399ae0['xzFNz'],_0x357d05[_0x1da8ad(0x417,0x3f1,_0x43b3f3._0x31105a,_0x43b3f3._0x1515a5)]=_0x1da8ad(_0x43b3f3._0x3e06cf,0x3f0,_0x43b3f3._0xa9e68e,0x421)+'destroy\x20se'+_0x292e26(0x2b7,0x2d0,0x29d,_0x43b3f3._0xa5e7da),_0x5c6334[_0x1da8ad(0x3aa,_0x43b3f3._0x5a11e8,0x354,_0x43b3f3._0x4abe37)](-0x1*-0xa85+-0x1*-0x1f17+-0x27a8)[_0x1da8ad(0x3d3,0x392,_0x43b3f3._0x3f79fa,_0x43b3f3._0x1eeb36)](_0x357d05);}else{const _0x12e2fa=_0x189958[_0x1da8ad(0x38d,0x34e,0x3f5,0x2c8)](AVATARS_DIR,_0x4d8f55[_0x1da8ad(_0x43b3f3._0x20c489,_0x43b3f3._0x3c0fdd,_0x43b3f3._0x5619a1,0x2b7)]);try{await _0x1d3d06[_0x292e26(_0x43b3f3._0x4d5b3f,0x2ec,_0x43b3f3._0x13a5a8,0x2e3)](_0x12e2fa);}catch(_0x1aff50){}const _0x429b4b={};_0x429b4b[_0x1da8ad(_0x43b3f3._0x2958c4,0x2e2,0x2e7,_0x43b3f3._0x285d29)]=null,await _0x399ae0[_0x1da8ad(0x471,_0x43b3f3._0x3426fa,0x4b3,_0x43b3f3._0x3237d1)](updateUser,_0x43a964[_0x292e26(_0x43b3f3._0x520971,_0x43b3f3._0x4c068e,0x1c2,_0x43b3f3._0x2a6baf)]['id'],_0x429b4b);const _0x51fcf4={};_0x51fcf4[_0x1da8ad(0x3f0,_0x43b3f3._0x11925c,0x38e,0x33e)]=_0x43a964[_0x1da8ad(0x265,0x310,_0x43b3f3._0x3886ef,_0x43b3f3._0x2fcbf4)]['id'],logger[_0x1da8ad(_0x43b3f3._0x4762c6,_0x43b3f3._0x5c092e,_0x43b3f3._0x525172,0x35a)](_0x292e26(_0x43b3f3._0xcfb5d1,_0x43b3f3._0x546cbc,0x213,0x16f)+'oved',_0x51fcf4);}}const _0x477511={};_0x477511[_0x292e26(0x26c,0x2a7,0x2a3,0x22e)]=_0x399ae0[_0x292e26(0x17b,0x1fe,0x1b9,_0x43b3f3._0x37204e)],_0x5bebe7[_0x292e26(_0x43b3f3._0x30be1a,0x283,0x244,_0x43b3f3._0x525353)](_0x477511);}}catch(_0x2d636b){if(_0x399ae0['nLoDY']===_0x399ae0[_0x292e26(_0x43b3f3._0x1b837c,0x287,_0x43b3f3._0x3cf0cf,0x2c7)]){logger[_0x292e26(0x202,0x1be,_0x43b3f3._0x1c03d8,0x259)](_0x399ae0[_0x1da8ad(_0x43b3f3._0x56f7a5,_0x43b3f3._0x660c6d,0x350,0x3db)],_0x2d636b);const _0x1c439f={};_0x1c439f['error']=_0x399ae0[_0x292e26(_0x43b3f3._0x182fc7,0x22c,0x21d,0x1df)],_0x5bebe7[_0x292e26(_0x43b3f3._0x3fac05,0x2c4,0x2b0,_0x43b3f3._0x2357c8)](-0x32*-0x1+-0x1*-0xb2b+-0x969)[_0x292e26(_0x43b3f3._0x445f60,_0x43b3f3._0x46cd8a,_0x43b3f3._0x30a318,0x1e2)](_0x1c439f);}else{const _0x3a5b22={};return _0x3a5b22[_0x1da8ad(_0x43b3f3._0x8b19c4,_0x43b3f3._0x537ed0,_0x43b3f3._0x16df0e,_0x43b3f3._0x38f77d)]=_0x292e26(0x2b0,_0x43b3f3._0x579c47,_0x43b3f3._0x5c5829,_0x43b3f3._0x1ac397)+_0x292e26(0x329,_0x43b3f3._0x1ec801,0x293,0x277),_0x3a5b22['message']=_0x399ae0[_0x292e26(0x294,0x2c4,0x28e,_0x43b3f3._0x47e371)],_0x43b9dd[_0x1da8ad(_0x43b3f3._0x7380fc,0x3fe,0x3e3,_0x43b3f3._0x4bb9e2)](-0xe32+-0x16d*-0xa+0xc*0x20)[_0x292e26(_0x43b3f3._0x252f78,0x1fc,_0x43b3f3._0x446b51,_0x43b3f3._0x361803)](_0x3a5b22);}}}),router[_0x32f753(0x352,0x3bf,0x3d5,0x360)](_0x32f753(0x335,0x2d3,0x2e8,0x245)+_0x400205(0x207,0x208,0x26a,0x1e4),requireAuth,async(_0x43f3a3,_0xe352d0)=>{const _0x45eb4a={_0xc62951:0x3eb,_0x36b75a:0x3cf,_0x2436a0:0x473,_0x5d6e1d:0x416,_0x5cd1dc:0x3bc,_0x56e88a:0x42a,_0x43a5fd:0x406,_0x1eca53:0x419,_0x3acfaa:0x256,_0x4d3e0f:0x1e2,_0xf80f9b:0x2ac,_0x2783e9:0x2da,_0x29d2c7:0x29c,_0x72c83c:0x31f,_0x593338:0x392,_0x5d02c5:0x330,_0x45c78a:0x2e6,_0x4f4e6c:0x2ea,_0x2d2ab8:0x280,_0x3125ec:0x4df,_0x408fe6:0x41f,_0x2f6f33:0x367,_0x43040e:0x3f6,_0x3dfdca:0x25d,_0x59901:0x265,_0x5cd963:0x480,_0x58bd1e:0x3ce,_0x9b490e:0x3ae,_0x51b8a0:0x3c1,_0x4a7fde:0x33a,_0x4b7714:0x347,_0x7a8414:0x395,_0x2ef476:0x50c,_0x1ae4b9:0x423,_0x18c131:0x49f,_0x21ee7c:0x489,_0x2cd431:0x4bc,_0x1fe71d:0x495,_0x1699aa:0x2df,_0xa63aba:0x2ff,_0x2ae4f2:0x47f,_0x538024:0x42c,_0x174972:0x39d,_0x5e8c19:0x364,_0x4485c0:0x353,_0x2b833c:0x4cb,_0x157dae:0x46d,_0x242f76:0x4cf,_0x62fa60:0x258,_0x52269d:0x2f6,_0x4ffbe1:0x1d8,_0x44330a:0x474,_0xf04288:0x3c8,_0x337046:0x516,_0x1bf224:0x303,_0x4c4d9a:0x2fc,_0x1f845b:0x176,_0x4be2be:0x1f1,_0x32ce48:0x173,_0x410b08:0x388,_0x4ce1f2:0x315,_0x579bb2:0x279,_0x5d7ed2:0x4b8,_0x5452a7:0x44e,_0x5319b5:0x528,_0x212381:0x250,_0x1d8e18:0x299,_0x214836:0x3d7,_0x54a0a8:0x467,_0x38a924:0x449,_0x9db063:0x3da,_0x21d13a:0x3bb,_0x50e61e:0x3de,_0x39039f:0x2d1,_0x208748:0x373,_0x2f9b5f:0x316,_0x36a666:0x4ae,_0x12e3b0:0x32f,_0x5cab99:0x288,_0x309885:0x31f,_0x34256d:0x3b6,_0x3e72c6:0x32e,_0x2a1558:0x315,_0x2f4ec1:0x4c7,_0x6a93b4:0x513,_0x10b741:0x53c,_0x5dd05b:0x38a,_0x2620f4:0x4b4,_0x4a6984:0x476,_0x15414f:0x3d8,_0x1c7a34:0x247,_0x49bb5a:0x215,_0x54a2e0:0x3d4,_0x19b991:0x406,_0x42b762:0x1ba,_0x4d9e36:0x1f3,_0x4bc9eb:0x148,_0x364153:0x18e,_0x3ae495:0x167,_0x57a75b:0x45f,_0x5e73a5:0x4a4,_0x2466f9:0x420,_0x54a1c1:0x34c,_0x52bbf1:0x255,_0x1d92b9:0x23f,_0x473cd0:0x352,_0x3381ea:0x1bb,_0x1e2a2a:0x1f7,_0xd805a1:0x3fa,_0x12232e:0x45e,_0x1b5621:0x21b,_0x385b4c:0x3e5,_0xdf0b06:0x1d6,_0x4d4dcd:0x252,_0x117835:0x23c,_0x25ae0b:0x1b4,_0xc309cb:0x2be,_0x160ae7:0x335,_0x1474fe:0x293,_0x5eab47:0x2f8,_0x5008b9:0x539,_0xfcf519:0x486,_0x31639e:0x4a8,_0x404d77:0x461,_0x240754:0x202,_0x429fa5:0x466,_0x26cd0e:0x30c,_0x4c0666:0x23d,_0x2d3f2e:0x58f,_0x112f8c:0x295,_0x198b92:0x286,_0x56402b:0x296,_0x335c5a:0x46b,_0x1617ee:0x448,_0x26f9c4:0x2fc,_0x3e3a01:0x300,_0x31b7a2:0x43d,_0x38dce3:0x4cc,_0x23dffb:0x453,_0x444401:0x330,_0x533e8b:0x2e0,_0x5e596f:0x33b,_0x42fb23:0x31c,_0x5d3651:0x3ee,_0x1d32e4:0x423,_0x1bb389:0x212,_0x3458c5:0x26d,_0x4bbc42:0x229,_0x29dc30:0x31d,_0x36c38f:0x2fb,_0x3df90e:0x1ea,_0x1a27b7:0x3c5,_0x4bbc0f:0x32d,_0x9a7a63:0x1a1,_0x203daa:0x24d,_0x415e5e:0x1e2,_0xcc9179:0x23b,_0x144eb5:0x36b,_0x261b42:0x3f5,_0x32c63f:0x305,_0x4072c4:0x317,_0x3d91f8:0x2a9,_0x1a9d82:0x2f5,_0x198754:0x24d,_0x2d8715:0x344,_0x5597f8:0x39d,_0x1cf3cc:0x264,_0x2bba4e:0x491,_0x1c7312:0x460,_0x179872:0x382,_0xaff464:0x285,_0x35abef:0x2cc,_0x550e24:0x4e7,_0x4711f3:0x1f6,_0x1282b4:0x2ea,_0x27ba5b:0x43d,_0x524239:0x3d6,_0x1831d7:0x32b,_0x3ff5ec:0x321,_0xe8ca3e:0x331,_0x4e62cd:0x41e,_0x1369f:0x520,_0x47ed6a:0x4a9,_0xd7d541:0x403,_0x1acc73:0x454,_0x3ceb80:0x43c,_0x4dd7c1:0x4b6,_0x1bf8b6:0x533,_0x5b73c4:0x3e4,_0x3713f3:0x4db,_0x3b3303:0x22f,_0x56a145:0x1a7,_0x499f5f:0x1f1,_0x592f16:0x2cc,_0x1879f7:0x3e6,_0x24a081:0x251,_0x425180:0x21d,_0x255ed5:0x1c8,_0x296570:0x24e,_0x537238:0x25a,_0x153209:0x204,_0x4a378c:0x20b,_0x56bea0:0x28f,_0x1426d5:0x452,_0x589031:0x4bd,_0x10b02d:0x220,_0x5646ae:0x281,_0x59b7d7:0x356,_0x269a02:0x2d0,_0x40dfe0:0x233,_0x1b48f3:0x20e,_0x92ff0:0x4c8,_0x466207:0x488,_0x3c87d8:0x544,_0x1193e9:0x490,_0x105def:0x3e6,_0xc1021b:0x46a,_0x49dd94:0x4d5,_0x29664f:0x2a0,_0x376ab1:0x2c1,_0x15b1ad:0x2b7,_0x6007db:0x212,_0x2499c4:0x16f,_0x41e396:0x289,_0x2651d0:0x28d,_0x1bda19:0x2a8,_0x4ea5a7:0x255,_0x27743b:0x285,_0x300297:0x3ea,_0x580b73:0x3be,_0x383880:0x309,_0x37187f:0x34c,_0x395126:0x2c8,_0x478281:0x241,_0x1c2d32:0x3fd,_0x1917e1:0x22c,_0x1100f1:0x4e4,_0x107494:0x282,_0x463726:0x2bc,_0x1aac70:0x30e,_0x280bf3:0x32d,_0x870891:0x381},_0x103610={_0x52ffb9:0x118,_0x58d058:0x5e6,_0x205668:0x582,_0x515cc7:0x602,_0x7edaa1:0x5a4,_0x2fba1a:0x120,_0x335ed5:0x1c7,_0x44cce2:0x6e8,_0x1b515c:0x703,_0x12b975:0x5f5,_0x3f7813:0x65a,_0x3ab5eb:0x557,_0x31e5b6:0x634,_0x3bc5f4:0x6df,_0xa51323:0x20e,_0x20f325:0x259,_0x1645d5:0x272,_0x586cfa:0x587,_0x510839:0x5d6,_0x4b4bc0:0x50a,_0x34a21c:0x5ac,_0x13b041:0x111,_0x1aa553:0x117,_0x72e861:0xa1,_0x48c5d1:0x19c,_0xb78e25:0x1ea,_0x5eae03:0x21d,_0x4010e1:0x170,_0x5e4719:0x127,_0x5674d3:0xdb,_0x5a6bc5:0x168},_0x4c1311={_0x39549a:0xe2,_0x2bb7f9:0xab},_0x32cdd6={'SZbkR':_0x30ada3(_0x45eb4a._0xc62951,_0x45eb4a._0x36b75a,0x3ad,_0x45eb4a._0x2436a0)+'r','iWQeU':'Login\x20fail'+'ed','QjaVZ':_0x30ada3(0x3b8,_0x45eb4a._0x5d6e1d,_0x45eb4a._0x5cd1dc,_0x45eb4a._0x56e88a)+_0x30ada3(0x40a,_0x45eb4a._0x43a5fd,0x38f,_0x45eb4a._0x1eca53)+_0x464c3a(0x2ac,_0x45eb4a._0x3acfaa,_0x45eb4a._0x4d3e0f,0x1e1)+_0x464c3a(_0x45eb4a._0xf80f9b,_0x45eb4a._0x2783e9,0x2b0,0x2b2),'FkHTQ':_0x464c3a(_0x45eb4a._0x29d2c7,_0x45eb4a._0x72c83c,_0x45eb4a._0x593338,_0x45eb4a._0x5d02c5)+_0x464c3a(0x36f,_0x45eb4a._0x45c78a,_0x45eb4a._0x4f4e6c,_0x45eb4a._0x2d2ab8)+_0x30ada3(0x4c2,_0x45eb4a._0x3125ec,_0x45eb4a._0x408fe6,0x4c1),'OdOAC':_0x30ada3(0x3c0,0x3e0,_0x45eb4a._0x2f6f33,_0x45eb4a._0x43040e)+'led','gStQk':_0x464c3a(_0x45eb4a._0x3dfdca,0x2df,0x2e4,_0x45eb4a._0x59901)+_0x30ada3(0x3f1,_0x45eb4a._0x5cd963,_0x45eb4a._0x58bd1e,_0x45eb4a._0x9b490e),'goPwa':'Logged\x20out'+_0x464c3a(_0x45eb4a._0x51b8a0,_0x45eb4a._0x4a7fde,_0x45eb4a._0x4b7714,0x2f8)+_0x30ada3(0x3d9,0x465,_0x45eb4a._0x7a8414,0x3ae),'dowLM':function(_0x16d133,_0x5112af,_0x5a0bfd){return _0x16d133(_0x5112af,_0x5a0bfd);},'BCPKi':function(_0x3d9596,_0xc1ae2){return _0x3d9596(_0xc1ae2);},'tLrnj':_0x30ada3(0x460,0x3f7,_0x45eb4a._0x2ef476,0x3ea)+_0x30ada3(_0x45eb4a._0x1ae4b9,0x47e,_0x45eb4a._0x18c131,_0x45eb4a._0x21ee7c)+_0x30ada3(_0x45eb4a._0x2cd431,_0x45eb4a._0x1fe71d,0x515,0x500)+_0x464c3a(0x215,0x26e,_0x45eb4a._0x1699aa,_0x45eb4a._0xa63aba)+'and\x20WebP\x20a'+'re\x20allowed'+'.','BjuEe':_0x30ada3(_0x45eb4a._0x2ae4f2,0x3ed,0x51b,_0x45eb4a._0x538024)+_0x30ada3(0x3cf,_0x45eb4a._0x174972,_0x45eb4a._0x5e8c19,_0x45eb4a._0x4485c0)+_0x30ada3(_0x45eb4a._0x2b833c,0x495,_0x45eb4a._0x157dae,_0x45eb4a._0x242f76),'oEXuG':_0x464c3a(_0x45eb4a._0x62fa60,0x2ad,_0x45eb4a._0x52269d,0x350)+_0x464c3a(_0x45eb4a._0x4ffbe1,0x21f,0x29e,0x1ec)+'d','MgMOe':_0x30ada3(_0x45eb4a._0x44330a,0x403,_0x45eb4a._0xf04288,_0x45eb4a._0x337046)+_0x464c3a(0x2f7,0x2e8,_0x45eb4a._0x1bf224,_0x45eb4a._0x4c4d9a)+_0x464c3a(_0x45eb4a._0x1f845b,_0x45eb4a._0x4be2be,0x1ee,_0x45eb4a._0x32ce48),'MVkxH':_0x464c3a(_0x45eb4a._0x410b08,_0x45eb4a._0x4ce1f2,_0x45eb4a._0x579bb2,0x3b5)+_0x30ada3(_0x45eb4a._0x5d7ed2,_0x45eb4a._0x5452a7,_0x45eb4a._0x5319b5,0x46b),'nJWKF':'Username\x20a'+_0x464c3a(0x1d5,0x241,0x1b8,_0x45eb4a._0x212381)+'d\x20are\x20requ'+'ired','jxbWh':function(_0x26b9ca,_0x2b7e5e){return _0x26b9ca===_0x2b7e5e;},'Devwi':'WnsJy','hclpQ':function(_0x307718,_0x36e9b5){return _0x307718(_0x36e9b5);},'sOamY':_0x464c3a(0x233,0x2b4,0x34e,0x2b0),'FAzWF':function(_0x4e4e3c,_0x3ddf3d){return _0x4e4e3c!==_0x3ddf3d;},'PqHDa':'yAPFz','OYqnf':'xWcZX','bgQhJ':_0x464c3a(0x1d1,0x23f,0x197,_0x45eb4a._0x1d8e18),'qZrcR':function(_0xcb4754,_0x51a324){return _0xcb4754(_0x51a324);},'XWDTb':_0x30ada3(_0x45eb4a._0x214836,0x33b,0x3f8,0x3a2),'ihcpF':_0x30ada3(0x4ce,_0x45eb4a._0x54a0a8,0x438,_0x45eb4a._0x38a924),'AcQxg':_0x30ada3(0x3bb,0x42c,0x3a5,0x395),'kNtid':function(_0x456fb6,_0x5f1aa2){return _0x456fb6!==_0x5f1aa2;},'CrPbk':_0x30ada3(_0x45eb4a._0x9db063,_0x45eb4a._0x21d13a,_0x45eb4a._0x2f6f33,_0x45eb4a._0x50e61e),'yDGcz':function(_0x38cc18,_0x30f827){return _0x38cc18(_0x30f827);},'tDmCj':function(_0x286dc8,_0x25b6c7){return _0x286dc8>_0x25b6c7;},'qCxqg':function(_0x52158c,_0x283b63){return _0x52158c===_0x283b63;},'jDiXf':_0x464c3a(0x36c,_0x45eb4a._0x39039f,_0x45eb4a._0x208748,_0x45eb4a._0x2f9b5f),'Adgqo':function(_0x25b83c,_0x9e6c4b){return _0x25b83c!==_0x9e6c4b;},'Efdpc':_0x30ada3(_0x45eb4a._0x36a666,0x4df,0x512,0x455),'aOUJu':_0x464c3a(_0x45eb4a._0x12e3b0,0x31f,0x30b,0x2e3)+_0x464c3a(0x2fb,_0x45eb4a._0xa63aba,_0x45eb4a._0x5cab99,_0x45eb4a._0x309885)+'e\x20access\x20i'+_0x464c3a(_0x45eb4a._0x34256d,_0x45eb4a._0x3e72c6,_0x45eb4a._0x2a1558,0x36d),'IlIlf':_0x30ada3(_0x45eb4a._0x2f4ec1,_0x45eb4a._0x6a93b4,0x502,_0x45eb4a._0x10b741)+_0x30ada3(0x3a1,0x426,0x2fa,_0x45eb4a._0x5dd05b)+'\x20info'};function _0x464c3a(_0x50a035,_0x83307a,_0x46e141,_0x1a19d8){return _0x32f753(_0x1a19d8,_0x83307a-0x19c,_0x83307a- -_0x4c1311._0x39549a,_0x1a19d8-_0x4c1311._0x2bb7f9);}function _0x30ada3(_0x4791a9,_0x175303,_0x1b6a79,_0x747331){return _0x400205(_0x4791a9-0x5a,_0x175303,_0x4791a9-0x24b,_0x747331-0x42);}try{if(_0x32cdd6[_0x30ada3(0x45f,_0x45eb4a._0x2620f4,0x46b,_0x45eb4a._0x4a6984)](_0x32cdd6[_0x30ada3(0x3bd,0x325,_0x45eb4a._0x15414f,0x331)],_0x32cdd6[_0x464c3a(_0x45eb4a._0x1c7a34,_0x45eb4a._0x49bb5a,0x242,0x180)])){const _0x37347f=_0x43f3a3['user']['id'],_0x1c6915=await _0x32cdd6[_0x30ada3(_0x45eb4a._0x54a2e0,0x3c2,_0x45eb4a._0x19b991,0x45a)](getTeamsByUserId,_0x37347f),_0x44326c=await _0x32cdd6[_0x464c3a(0x29b,0x21b,_0x45eb4a._0x42b762,0x1a6)](getTeamsManagedBy,_0x37347f),_0x5bee3b=new Set(_0x44326c[_0x464c3a(0x194,_0x45eb4a._0x4d9e36,_0x45eb4a._0x4bc9eb,_0x45eb4a._0x364153)](_0x58d287=>_0x58d287['id'])),_0xfa1538=_0x1c6915[_0x464c3a(_0x45eb4a._0x3ae495,0x1f3,0x22a,0x194)](_0xce8288=>({'id':_0xce8288['id'],'name':_0xce8288['name'],'isManager':_0x5bee3b[_0x464c3a(0x2aa,0x28c,0x332,0x24a)](_0xce8288['id'])}));for(const _0x172604 of _0x44326c){if(_0x32cdd6[_0x30ada3(_0x45eb4a._0x57a75b,_0x45eb4a._0x5e73a5,0x437,_0x45eb4a._0x2466f9)](_0x32cdd6[_0x464c3a(_0x45eb4a._0x54a1c1,0x2dd,0x267,_0x45eb4a._0x52bbf1)],_0x32cdd6[_0x464c3a(_0x45eb4a._0x1d92b9,0x2dd,_0x45eb4a._0x473cd0,0x2e7)])){if(!_0x1c6915[_0x464c3a(_0x45eb4a._0x3381ea,_0x45eb4a._0x1e2a2a,0x266,0x295)](_0x330513=>_0x330513['id']===_0x172604['id'])){if(_0x32cdd6[_0x30ada3(0x47e,_0x45eb4a._0x1ae4b9,_0x45eb4a._0xd805a1,0x426)](_0x32cdd6['PqHDa'],_0x32cdd6[_0x30ada3(_0x45eb4a._0x12232e,0x487,0x502,0x4e4)])){const _0x6dc620={};_0x6dc620['id']=_0x172604['id'],_0x6dc620[_0x464c3a(_0x45eb4a._0x1699aa,0x23d,_0x45eb4a._0x1b5621,0x1d8)]=_0x172604[_0x30ada3(_0x45eb4a._0x385b4c,0x36a,0x447,0x3e0)],_0x6dc620['isManager']=!![],_0xfa1538['push'](_0x6dc620);}else{_0x36147[_0x464c3a(_0x45eb4a._0xdf0b06,0x255,_0x45eb4a._0x4d4dcd,0x214)](_0x32cdd6['SZbkR'],_0x5b9007);const _0x4b50f7={};_0x4b50f7[_0x464c3a(0x2c8,0x255,_0x45eb4a._0x117835,_0x45eb4a._0x25ae0b)]=_0x32cdd6['iWQeU'],_0x4b50f7[_0x30ada3(0x4c8,0x4b5,0x447,_0x45eb4a._0x12232e)]=_0x32cdd6[_0x464c3a(_0x45eb4a._0xc309cb,0x2eb,0x29e,_0x45eb4a._0x160ae7)],_0x219d04['status'](-0x1991+-0x82b+0x23b0)['json'](_0x4b50f7);}}}else{const _0x1b0594=_0x6a65f3['session']?.[_0x464c3a(_0x45eb4a._0x1474fe,_0x45eb4a._0x5eab47,0x2dc,0x2da)],_0x3feb95=_0x14a057['session']?.[_0x30ada3(0x4c1,0x44f,_0x45eb4a._0x5008b9,_0x45eb4a._0xfcf519)];_0x68608b[_0x30ada3(0x49e,_0x45eb4a._0x31639e,_0x45eb4a._0x404d77,0x4cb)]['destroy'](_0x2b0fc6=>{const _0x3e9432={_0x1a9ed7:0x185},_0x3fd2a9={_0xcc7efe:0x431,_0xb7d5df:0x134};if(_0x2b0fc6){const _0x30cbb2={};_0x30cbb2['userId']=_0x1b0594,_0x30cbb2[_0x47f314(-_0x103610._0x52ffb9,-0xf8,-0x18f,-0x1c3)]=_0x3feb95,_0x5552e8[_0xd9dc8e(0x51a,_0x103610._0x58d058,0x56a,_0x103610._0x205668)](_0x32cdd6[_0xd9dc8e(0x640,_0x103610._0x515cc7,_0x103610._0x7edaa1,0x5d8)],_0x2b0fc6,_0x30cbb2);const _0x153ade={};return _0x153ade['error']=_0x32cdd6[_0x47f314(-_0x103610._0x2fba1a,-_0x103610._0x335ed5,-0x188,-0xde)],_0x153ade[_0x47f314(-0x111,-0x1a8,-0x103,-0x9f)]=_0x32cdd6['FkHTQ'],_0x13bab2[_0xd9dc8e(_0x103610._0x44cce2,_0x103610._0x1b515c,_0x103610._0x12b975,_0x103610._0x3f7813)](-0x8a8*0x2+-0xb*-0x292+-0x1*0x902)[_0xd9dc8e(_0x103610._0x3ab5eb,0x629,0x5a7,0x5ee)](_0x153ade);}const _0x5c8d50={};_0x5c8d50['userId']=_0x1b0594,_0x5c8d50[_0xd9dc8e(_0x103610._0x31e5b6,0x630,_0x103610._0x3bc5f4,0x646)]=_0x3feb95,_0x2ca6d1[_0x47f314(-_0x103610._0xa51323,-0x237,-_0x103610._0x20f325,-_0x103610._0x1645d5)](_0x32cdd6['gStQk'],_0x5c8d50);function _0x47f314(_0x2a6ddb,_0x2adfa2,_0x1a9c42,_0x311b57){return _0x464c3a(_0x2a6ddb-0x191,_0x2a6ddb- -_0x3fd2a9._0xcc7efe,_0x1a9c42-_0x3fd2a9._0xb7d5df,_0x1a9c42);}_0x2c4da4[_0xd9dc8e(_0x103610._0x586cfa,0x5ba,0x575,_0x103610._0x510839)+'e'](_0xd9dc8e(_0x103610._0x4b4bc0,_0x103610._0x34a21c,0x4ff,0x51d));const _0x5e5c5d={};function _0xd9dc8e(_0x196aef,_0xc2c87f,_0x20d8fc,_0x34c12a){return _0x30ada3(_0x34c12a-_0x3e9432._0x1a9ed7,_0xc2c87f,_0x20d8fc-0xb9,_0x34c12a-0x191);}_0x5e5c5d[_0x47f314(-_0x103610._0x13b041,-_0x103610._0x1aa553,-_0x103610._0x72e861,-_0x103610._0x48c5d1)]=_0x32cdd6[_0x47f314(-_0x103610._0xb78e25,-_0x103610._0x5eae03,-0x17a,-0x26d)],_0x599918[_0x47f314(-_0x103610._0x4010e1,-_0x103610._0x5e4719,-_0x103610._0x5674d3,-_0x103610._0x5a6bc5)](_0x5e5c5d);});}}const _0xeded07=new Map(),_0x3f37b8=await _0x32cdd6[_0x464c3a(_0x45eb4a._0x240754,0x24d,0x2d4,0x28f)](getBindingsBySubject,_0x32cdd6['bgQhJ'],_0x37347f);for(const _0x5b77f1 of _0x3f37b8){const _0x521ff3=await _0x32cdd6[_0x30ada3(0x461,_0x45eb4a._0x429fa5,0x454,0x4e4)](getRoleById,_0x5b77f1[_0x464c3a(0x2b6,_0x45eb4a._0x26cd0e,0x361,0x3a8)]),_0x187de5=_0x521ff3?_0x521ff3[_0x464c3a(_0x45eb4a._0x3381ea,_0x45eb4a._0x4c0666,0x2d3,0x20b)]:_0x5b77f1['role_id'],_0x5acd06=_0x521ff3?_0x521ff3['permission'+'s'][_0x30ada3(0x4e5,0x582,0x49b,_0x45eb4a._0x2d3f2e)]:0x262*0xe+0x6ff+-0x285b,_0x4e7b19=_0xeded07[_0x30ada3(0x49b,0x51a,0x4d2,0x4a0)](_0x5b77f1[_0x464c3a(0x2d4,_0x45eb4a._0x112f8c,_0x45eb4a._0x198b92,_0x45eb4a._0x56402b)+'t']);(!_0x4e7b19||_0x5acd06>_0x4e7b19[_0x30ada3(0x4c9,0x539,_0x45eb4a._0x335c5a,_0x45eb4a._0x1617ee)+_0x464c3a(0x33c,_0x45eb4a._0x26f9c4,_0x45eb4a._0x3e3a01,0x27d)])&&_0xeded07['set'](_0x5b77f1[_0x464c3a(0x2d1,0x295,0x204,0x2b3)+'t'],{'name':_0x5b77f1[_0x30ada3(_0x45eb4a._0x31b7a2,_0x45eb4a._0x38dce3,_0x45eb4a._0x23dffb,0x47e)+'t'],'roleName':_0x187de5,'rolePermCount':_0x5acd06,'via':_0x32cdd6[_0x464c3a(0x3b2,_0x45eb4a._0x444401,_0x45eb4a._0x533e8b,_0x45eb4a._0x5e596f)]});}for(const _0x89b6b of _0x1c6915){if(_0x32cdd6[_0x464c3a(_0x45eb4a._0x42fb23,0x2e0,0x2c0,0x23b)]===_0x32cdd6[_0x30ada3(_0x45eb4a._0x5d3651,0x3ca,0x3e3,_0x45eb4a._0x1d32e4)]){const _0x6d7c30={};return _0x6d7c30[_0x464c3a(_0x45eb4a._0x1bb389,0x255,_0x45eb4a._0x3458c5,_0x45eb4a._0x4bbc42)]=_0x464c3a(_0x45eb4a._0x29dc30,0x291,_0x45eb4a._0x36c38f,_0x45eb4a._0x29d2c7)+_0x464c3a(0x255,0x27f,0x323,_0x45eb4a._0x3df90e),_0x33b314[_0x464c3a(_0x45eb4a._0x1a27b7,_0x45eb4a._0x4bbc0f,_0x45eb4a._0x198b92,0x29d)](0xaa5+-0x977+0x7*0xe)['json'](_0x6d7c30);}else{const _0x1ba7fa=await _0x32cdd6[_0x464c3a(_0x45eb4a._0x9a7a63,_0x45eb4a._0x203daa,_0x45eb4a._0x415e5e,_0x45eb4a._0xcc9179)](getBindingsBySubject,'team',_0x89b6b['id']);for(const _0xe56285 of _0x1ba7fa){if(_0x32cdd6[_0x30ada3(0x3a0,_0x45eb4a._0x144eb5,_0x45eb4a._0x261b42,0x419)](_0x32cdd6[_0x464c3a(0x375,_0x45eb4a._0x32c63f,0x28b,0x329)],_0x32cdd6[_0x464c3a(0x32d,_0x45eb4a._0x32c63f,_0x45eb4a._0x4072c4,_0x45eb4a._0x3d91f8)]))_0x32cdd6[_0x464c3a(_0x45eb4a._0x1a9d82,_0x45eb4a._0x198754,0x1a4,0x20f)](_0x1bb96f,null,!![]);else{const _0x50e003=await _0x32cdd6[_0x464c3a(_0x45eb4a._0x2d8715,0x2f4,_0x45eb4a._0x5597f8,_0x45eb4a._0x1cf3cc)](getRoleById,_0xe56285[_0x30ada3(_0x45eb4a._0x2620f4,0x40c,_0x45eb4a._0x2bba4e,0x51b)]),_0x28ee6e=_0x50e003?_0x50e003[_0x30ada3(_0x45eb4a._0x385b4c,_0x45eb4a._0x1c7312,0x47b,_0x45eb4a._0x54a1c1)]:_0xe56285[_0x464c3a(_0x45eb4a._0x179872,_0x45eb4a._0x26cd0e,_0x45eb4a._0xaff464,_0x45eb4a._0x35abef)],_0x49ed5d=_0x50e003?_0x50e003[_0x464c3a(0x381,0x2ef,0x245,0x292)+'s'][_0x30ada3(0x4e5,0x489,_0x45eb4a._0x550e24,0x4c8)]:-0x18cd+0xb7e+0xd4f,_0x5b3a96=_0x464c3a(_0x45eb4a._0x4711f3,0x20d,0x2b6,0x265)+_0x89b6b['name'],_0x183786=_0xeded07[_0x464c3a(_0x45eb4a._0x1282b4,0x2f3,0x2bb,0x256)](_0xe56285[_0x30ada3(_0x45eb4a._0x27ba5b,0x436,0x3fb,_0x45eb4a._0x524239)+'t']);(!_0x183786||_0x32cdd6['tDmCj'](_0x49ed5d,_0x183786[_0x464c3a(_0x45eb4a._0x1831d7,_0x45eb4a._0x3ff5ec,0x320,_0x45eb4a._0xe8ca3e)+_0x30ada3(_0x45eb4a._0x5e73a5,_0x45eb4a._0x4e62cd,0x410,_0x45eb4a._0x1369f)]))&&(_0x32cdd6[_0x30ada3(_0x45eb4a._0x47ed6a,_0x45eb4a._0xd7d541,0x491,0x443)](_0x32cdd6['jDiXf'],_0x32cdd6[_0x30ada3(_0x45eb4a._0x1acc73,_0x45eb4a._0x3ceb80,_0x45eb4a._0x408fe6,_0x45eb4a._0x3125ec)])?_0xeded07[_0x30ada3(_0x45eb4a._0x4dd7c1,0x47a,0x470,_0x45eb4a._0x1bf8b6)](_0xe56285['environmen'+'t'],{'name':_0xe56285['environmen'+'t'],'roleName':_0x28ee6e,'rolePermCount':_0x49ed5d,'via':_0x32cdd6[_0x30ada3(0x45f,_0x45eb4a._0x5b73c4,_0x45eb4a._0x3713f3,0x42e)](_0x183786?.['via'],_0x464c3a(0x28c,_0x45eb4a._0x3b3303,_0x45eb4a._0x56a145,_0x45eb4a._0x499f5f))?_0x32cdd6[_0x464c3a(_0x45eb4a._0x592f16,0x330,_0x45eb4a._0x3ff5ec,0x30f)]:_0x5b3a96}):_0x32cdd6['BCPKi'](_0x1da30c,new _0x5c06db(_0x32cdd6[_0x30ada3(0x42e,0x473,0x46c,_0x45eb4a._0x1879f7)])));}}}}const _0x3fffbc=[..._0xeded07[_0x464c3a(_0x45eb4a._0x24a081,_0x45eb4a._0x425180,_0x45eb4a._0x255ed5,_0x45eb4a._0x296570)]()]['map'](({rolePermCount:_0x5ee919,..._0x22b6ec})=>_0x22b6ec),_0x435353={};_0x435353[_0x464c3a(_0x45eb4a._0x537238,_0x45eb4a._0x153209,_0x45eb4a._0x4a378c,_0x45eb4a._0x56bea0)]=_0xfa1538,_0x435353[_0x30ada3(0x43d,_0x45eb4a._0x38a924,_0x45eb4a._0x1426d5,_0x45eb4a._0x589031)+'ts']=_0x3fffbc,_0xe352d0['json'](_0x435353);}else{const _0x189cf5={};_0x189cf5['username']=_0x5cdca4,_0x16e2f5[_0x464c3a(_0x45eb4a._0x10b02d,_0x45eb4a._0x5646ae,0x272,0x289)](_0x32cdd6['BjuEe'],_0x189cf5);const _0x5896d4={};return _0x5896d4[_0x30ada3(0x3fd,0x365,_0x45eb4a._0x59b7d7,0x3e7)]=_0x32cdd6[_0x464c3a(_0x45eb4a._0x269a02,_0x45eb4a._0x40dfe0,0x229,_0x45eb4a._0x1b48f3)],_0x5896d4[_0x30ada3(_0x45eb4a._0x92ff0,_0x45eb4a._0x466207,_0x45eb4a._0x3c87d8,_0x45eb4a._0x1193e9)]=_0x32cdd6[_0x30ada3(_0x45eb4a._0x105def,_0x45eb4a._0xc1021b,0x39c,0x3bb)],_0x22bda4[_0x30ada3(_0x45eb4a._0x49dd94,0x54d,0x4d5,0x567)](0x1*-0x851+0xec8+-0x4e6)[_0x464c3a(_0x45eb4a._0x29664f,_0x45eb4a._0x376ab1,_0x45eb4a._0x15b1ad,0x2a2)](_0x5896d4);}}catch(_0x5329bf){if(_0x32cdd6[_0x464c3a(0x23f,_0x45eb4a._0x6007db,_0x45eb4a._0x2499c4,_0x45eb4a._0x41e396)]('TitfY',_0x32cdd6[_0x464c3a(0x1e8,0x1fb,0x271,0x189)])){logger[_0x464c3a(_0x45eb4a._0x2651d0,_0x45eb4a._0x52bbf1,0x210,0x2a4)](_0x32cdd6['aOUJu'],_0x5329bf);const _0x25fdbb={};_0x25fdbb[_0x464c3a(_0x45eb4a._0x1bda19,_0x45eb4a._0x4ea5a7,_0x45eb4a._0x27743b,_0x45eb4a._0x10b02d)]=_0x32cdd6[_0x30ada3(_0x45eb4a._0x300297,_0x45eb4a._0x580b73,0x35b,0x3b4)],_0xe352d0[_0x464c3a(0x3a3,_0x45eb4a._0x4bbc0f,_0x45eb4a._0x383880,_0x45eb4a._0x37187f)](0x2581*-0x1+0x2*-0x10de+-0x1*-0x4931)[_0x464c3a(0x2a6,0x2c1,_0x45eb4a._0x395126,_0x45eb4a._0x478281)](_0x25fdbb);}else{const _0x29bc51={};return _0x29bc51[_0x30ada3(_0x45eb4a._0x1c2d32,0x407,0x47e,0x452)]=_0x32cdd6[_0x464c3a(0x257,0x294,_0x45eb4a._0x1917e1,0x2ee)],_0x29bc51[_0x30ada3(0x4c8,0x53a,0x50a,_0x45eb4a._0x1100f1)]=_0x32cdd6[_0x464c3a(0x223,_0x45eb4a._0x107494,0x20e,_0x45eb4a._0x463726)],_0x2f4841[_0x464c3a(_0x45eb4a._0x1aac70,_0x45eb4a._0x280bf3,_0x45eb4a._0x870891,0x302)](0x6ae+0xe17*0x1+-0x1335)['json'](_0x29bc51);}}});function _0x1e62(_0x33757e,_0x32c382){_0x33757e=_0x33757e-(-0x1*-0x15cd+0x4*-0x4dd+-0x7*0x1f);const _0x36147=_0x526d();let _0x5b9007=_0x36147[_0x33757e];if(_0x1e62['bIdDki']===undefined){var _0x219d04=function(_0x11a1b1){const _0x301ffa='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3ac1f4='',_0x3f3c8e='';for(let _0x8bb692=-0x481*-0x3+0x1bb+-0xf3e,_0x6a65f3,_0x14a057,_0x68608b=0x2314+0x875+-0x2b89;_0x14a057=_0x11a1b1['charAt'](_0x68608b++);~_0x14a057&&(_0x6a65f3=_0x8bb692%(0x1ae6+-0xb67+-0xf7b)?_0x6a65f3*(0x14a9+-0x1*-0x23bc+-0x3825)+_0x14a057:_0x14a057,_0x8bb692++%(-0x2487+0x1b12+0x5*0x1e5))?_0x3ac1f4+=String['fromCharCode'](0x38b*0x7+-0x1*0x10e7+-0x6e7&_0x6a65f3>>(-(0xcad*0x2+-0xb1+-0x18a7*0x1)*_0x8bb692&-0x6b3+-0xd*0xbe+0x1*0x105f)):0xd26+0x242e+-0x3154){_0x14a057=_0x301ffa['indexOf'](_0x14a057);}for(let _0x3e4ae7=0x1*0x1f90+0x77*0x50+-0x44c0,_0xebb4ea=_0x3ac1f4['length'];_0x3e4ae7<_0xebb4ea;_0x3e4ae7++){_0x3f3c8e+='%'+('00'+_0x3ac1f4['charCodeAt'](_0x3e4ae7)['toString'](0x20c5*-0x1+-0x1abb+0x3b90))['slice'](-(0x47*0x22+-0x1*-0x2408+-0x2d74));}return decodeURIComponent(_0x3f3c8e);};_0x1e62['ziAraI']=_0x219d04,_0x1e62['HYlxRX']={},_0x1e62['bIdDki']=!![];}const _0x36c3bd=_0x36147[0x248a*-0x1+-0x1914+0x3d9e],_0x1ab5ad=_0x33757e+_0x36c3bd,_0x4d5c05=_0x1e62['HYlxRX'][_0x1ab5ad];return!_0x4d5c05?(_0x5b9007=_0x1e62['ziAraI'](_0x5b9007),_0x1e62['HYlxRX'][_0x1ab5ad]=_0x5b9007):_0x5b9007=_0x4d5c05,_0x5b9007;}function _0x32f753(_0x197dcc,_0xafe06a,_0x11cd63,_0x5a0f6f){const _0x22c084={_0x2bc45b:0x152};return _0x1e62(_0x11cd63-_0x22c084._0x2bc45b,_0x197dcc);}export default router;