@profoundlogic/coderflow-server 0.2.6 → 0.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.css +28 -0
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/server-health.js +1 -1
- package/dist/web-ui/public/settings.css +134 -44
- package/dist/web-ui/public/settings.html +152 -246
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/styles.css +9 -0
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x1508df,_0x3807f9){const _0x56fb61={_0x18d06f:0xfd,_0x391a2e:0x506,_0x2f01ba:0x4e0,_0x4db68f:0x504,_0x52c251:0x504,_0x5bf39e:0x4df,_0x2537e2:0x90,_0x358526:0xcc,_0x6d263:0x5e,_0xc0ca0e:0x4e4,_0x4df355:0x51a,_0x1ec831:0x503,_0x9e79ca:0x4cf,_0x418732:0x4b4,_0x150059:0x7c,_0x2a53ee:0xe5,_0x349528:0xaf,_0x456f82:0xc2,_0x4f9e7a:0x4fe,_0x322e4e:0x4b7,_0x31d3b6:0x4b8},_0x27378f={_0x41d8a7:0x135},_0x3be99e={_0x423583:0x310};function _0x2d2070(_0x5114bc,_0x11be0e,_0x562c60,_0xeeb831){return _0xd3ca(_0x5114bc-_0x3be99e._0x423583,_0xeeb831);}function _0x199391(_0x20cf31,_0x4fc230,_0x12402c,_0x5073ee){return _0xd3ca(_0x20cf31- -_0x27378f._0x41d8a7,_0x5073ee);}const _0x195b33=_0x1508df();while(!![]){try{const _0x36d50d=parseInt(_0x199391(0xe6,0xc0,0xe7,_0x56fb61._0x18d06f))/(-0x14a6+0x782*0x5+-0x10e3)+parseInt(_0x2d2070(_0x56fb61._0x391a2e,_0x56fb61._0x2f01ba,0x513,_0x56fb61._0x4db68f))/(0x1*-0x1ff1+-0x8d8+0x28cb)*(-parseInt(_0x2d2070(_0x56fb61._0x52c251,_0x56fb61._0x5bf39e,0x4e8,0x501))/(-0x1*0x213f+-0x2*-0x68f+-0x1*-0x1424))+-parseInt(_0x199391(_0x56fb61._0x2537e2,_0x56fb61._0x358526,0xc8,_0x56fb61._0x6d263))/(0x4*0x8e6+-0x22c6+-0xce)+-parseInt(_0x2d2070(_0x56fb61._0xc0ca0e,0x4ed,0x4ab,_0x56fb61._0x4df355))/(0x19*0x114+-0x215c+0x66d)*(-parseInt(_0x2d2070(0x4ed,0x4c7,_0x56fb61._0x1ec831,0x4fe))/(-0xb91+0x25*0x47+-0x1*-0x154))+-parseInt(_0x2d2070(_0x56fb61._0x9e79ca,0x4be,0x50b,_0x56fb61._0x418732))/(-0x1d41+0xdb7+-0x1*-0xf91)+parseInt(_0x199391(0x7a,0x72,_0x56fb61._0x150059,0x84))/(0xd4a+0x6*-0x304+0x4d6)*(-parseInt(_0x199391(_0x56fb61._0x2a53ee,0x111,0xab,0xfd))/(0xd06+-0x518+0x2f*-0x2b))+parseInt(_0x199391(_0x56fb61._0x349528,_0x56fb61._0x456f82,0xe8,0x8e))/(-0x50*0x61+0x769*-0x1+0x25c3)*(parseInt(_0x2d2070(0x4da,_0x56fb61._0x4f9e7a,_0x56fb61._0x322e4e,_0x56fb61._0x31d3b6))/(0x471*0x7+-0x1fb3+-0x1*-0xa7));if(_0x36d50d===_0x3807f9)break;else _0x195b33['push'](_0x195b33['shift']());}catch(_0x18b7ab){_0x195b33['push'](_0x195b33['shift']());}}}(_0x2305,0x339*-0x18d+0xf9a66+0x2102c));import _0x532181 from'express';import{logger}from'../lib/logger.js';import{validateContainerToken,findRepoInToken,normalizeRepoUrl}from'../lib/container-tokens.js';import{getCredentialsForRepo}from'../lib/git-provider-service.js';function _0xd3ca(_0x2fd8aa,_0x8a71f7){_0x2fd8aa=_0x2fd8aa-(0x2a6+-0x3cb+-0x1*-0x2d1);const _0x3f86be=_0x2305();let _0x57b96e=_0x3f86be[_0x2fd8aa];if(_0xd3ca['ufPGtA']===undefined){var _0x41bc66=function(_0x452545){const _0x42bf4b='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3e65d4='',_0xa9e1b4='';for(let _0x70a917=-0xf99+-0xd4f+0x8*0x39d,_0x46bf33,_0x18a326,_0x253b0b=0x2231+0x48b*-0x4+-0x1005;_0x18a326=_0x452545['charAt'](_0x253b0b++);~_0x18a326&&(_0x46bf33=_0x70a917%(-0x1*0x8e9+-0xd*0x1ba+0x1f5f)?_0x46bf33*(-0x1*-0x246f+0x2100+-0xc7*0x59)+_0x18a326:_0x18a326,_0x70a917++%(0x26db+0x35b*-0x7+-0x51e*0x3))?_0x3e65d4+=String['fromCharCode'](0x2515+0x1ad0+-0x3ee6&_0x46bf33>>(-(-0x340+0x16*-0xd4+-0x157a*-0x1)*_0x70a917&-0x25da+-0x10de*0x2+0x479c)):-0x1*0x1981+0x2415+-0x2*0x54a){_0x18a326=_0x42bf4b['indexOf'](_0x18a326);}for(let _0x43aabd=0x8ac+-0x138*0xb+0x25e*0x2,_0x328d88=_0x3e65d4['length'];_0x43aabd<_0x328d88;_0x43aabd++){_0xa9e1b4+='%'+('00'+_0x3e65d4['charCodeAt'](_0x43aabd)['toString'](0x265a+0x7c*0x1+-0x7*0x58a))['slice'](-(-0x1f93+0x1*-0x26ad+0x4642));}return decodeURIComponent(_0xa9e1b4);};_0xd3ca['gSdDsq']=_0x41bc66,_0xd3ca['YkwycG']={},_0xd3ca['ufPGtA']=!![];}const _0x5b5817=_0x3f86be[0x6b*0x2b+-0x21*-0x124+-0x379d],_0x158607=_0x2fd8aa+_0x5b5817,_0x1150ca=_0xd3ca['YkwycG'][_0x158607];return!_0x1150ca?(_0x57b96e=_0xd3ca['gSdDsq'](_0x57b96e),_0xd3ca['YkwycG'][_0x158607]=_0x57b96e):_0x57b96e=_0x1150ca,_0x57b96e;}const router=_0x532181[_0xbfa131(0x41d,0x416,0x465,0x436)]();function _0x17a45f(_0x1f8dcf,_0x9c09a2,_0x2b8f1d,_0xeb707d){const _0xc92395={_0x1f6324:0x5c};return _0xd3ca(_0x9c09a2-_0xc92395._0x1f6324,_0xeb707d);}let setupPath=null;function _0xbfa131(_0x583296,_0x96ac34,_0x408285,_0x1cca91){return _0xd3ca(_0x1cca91-0x25b,_0x96ac34);}function _0x2305(){const _0x31ff46=['vw5HDxrOB3jPEG','DxnLCM5HBwu','D2fYBG','ihbYB3zPzgvY','DgLHBhmGCM91Da','BK5UtLC','mtzdBufgvuW','q29UDgfPBMvYia','y3jLzgvUDgLHBa','B2nJDxjYzwq','whjIrKC','DgvKigvYCM9Yia','Cg9FDxjSihbHCG','uhjVDMLKzxiGBG','twLZC2LUzYbYzq','wuDXu0W','AwfSAxPLzcaTia','vwDTsfO','DvnNEwu','Aw5JBhvKzxm','igLUDMfSAwqGqq','Bg9Nz2vY','mJe5ndi3nK1mvLnOBa','Ec1Yzxf1zxn0lq','v0DzsKe','qM94y2K','BgvK','uMvWB3nPDg9YEq','mZu3odiXmKXwwe5XDa','CwH4suy','tgriDKi','D3vftvq','y3PRCMu','ote2mtLHrKnfBLu','ChjVDMLKzxi','BwvZC2fNzq','s2joD3u','DxrOB3jPEMvKia','z2vUzxjHDguGyW','svnHDfy','yxbW','qMfKifjLCxvLCW','C3rHDhvZ','mJq3mJm1AwT1y3DI','vejKzLy','zgf0Aw9UigzHAq','tM90iezVDw5K','uun4B3O','rMv0y2HPBMCGzW','B24GAgvHzgvY','uM91DgvY','Dg9Rzw4GDMfSAq','ndjeEMnOvxy','AgvKihn1y2nLCW','CMvKoIa','Cg9FDxjSihf1zq','B3qGy29UzMLNDq','zgvIDwC','AxmGBNvSBa','mJq3mejkthbYCa','C3rHy2S','Dvz6A2C','r1znz24','u2vYDMvYievYCG','AwfSCW','rMfPBgvKihrVia','AgLxug8','AwnLig5VDcbJBW','DgLHBhmGzw5KCa','ig5VDcbHDxrOBW','vMH4uxe','ywvYCK0','uhHSruS','DxnLCKLK','z2v0','mJC5ExDYvgfU','tw9Kzq','ntKWog5rCuLmBG','qMvHCMvYia','D2fkAw8','r2L0ignYzwrLBG','qw4GDw5LEhbLyW','EvHrCfC','AgvHzgvYCW','B3qGzM91BMq','A0Pbte4','sK5rvNi','C2z1BgX5','zM9YihrOAxmGyW','twLZC2LUzYbVCG','DgLHBhmGC2vYDG','x21Vzgu','vw1sEeq','CMvKzw50AwfSCW','C3vIC3rYAw5N','ANnVBG','Aw5MBW','rMnctg4','vw5LEhbLy3rLza','zxjYB3i','B250ywLUzxi','AxqGy3jLzgvUDa','AxrTz3G','DwPus1e','CMvWB1vYBa','BgvUz3rO','DxrOB3jPEMf0Aq','rhPzyKe','CML6zwqGzM9Yia','rM9YyMLKzgvU','BMzPz3vYzwq','CMvXDwvZDeLK','uxrzu2S','mZq1nda5mK1dqMHvwq','nJC3mtGWuhDTrfn3','CNKGCgfYyw1LDa','C211vKC','zxHWAxjLC19HDa','CxvLCNK','Aw9U','y2LK'];_0x2305=function(){return _0x31ff46;};return _0x2305();}export function initializeSetupPath(_0x14d958){setupPath=_0x14d958;}router[_0x17a45f(0x21b,0x24f,0x23a,0x243)]('/',async(_0x34366f,_0x5abfbf)=>{const _0x509b99={_0x26dc68:0x125,_0x15285f:0xf7,_0x235f36:0x10f,_0x35b550:0x130,_0xeca0f4:0xce,_0x227623:0xe1,_0x1c43f8:0xd5,_0x4738f8:0x503,_0x50b84a:0x119,_0x3f37bc:0x11d,_0x75db6a:0xfa,_0x341b71:0xf6,_0x33b50c:0xf5,_0xd4727f:0x104,_0x2baca8:0x131,_0x1f8b15:0xa5,_0x79b346:0xda,_0x338e39:0x538,_0x2025f2:0x50c,_0x4f9a97:0x134,_0x310662:0x12c,_0x34a6d6:0x4aa,_0x399f83:0x518,_0x2f83a2:0x10d,_0x14be56:0x12e,_0x16f3fa:0x122,_0x2f5b82:0x129,_0x3a7e49:0x150,_0x31f6fe:0x135,_0x5e59e0:0x154,_0x593711:0x13c,_0x2ba8a5:0x120,_0x1f9784:0xc5,_0x27e97c:0xd1,_0xd27280:0xfe,_0xe591f8:0xf0,_0x16c712:0x515,_0x9d2fa8:0x4e4,_0x375f0f:0x4b7,_0x2ae57f:0x50d,_0x45fb5b:0x4da,_0x5c1137:0x4fd,_0xa9888d:0x549,_0x437788:0x53b,_0x433b6a:0x526,_0x345a0d:0x520,_0x275415:0xdd,_0x558f34:0x509,_0x3cf2cc:0x544,_0x541c40:0x10c,_0x51d1ca:0x4b3,_0x10c6ec:0x514,_0x208d6b:0x4fb,_0x4eea1b:0x4d6,_0x165a41:0x4f4,_0x2fe7bb:0xec,_0x1cdeeb:0x10c,_0x503450:0xfb,_0x54aa84:0x100,_0x2fa5fd:0xe5,_0xb9fd8d:0x4e1,_0x2735a4:0x4db,_0xaac4ec:0x123,_0x2b811c:0xd4,_0x511f5a:0x107,_0xcfb3c0:0x508,_0xad75fb:0x572,_0x57704a:0x114,_0x3f83e0:0x13c,_0x2ff15d:0xb3,_0x569084:0x521,_0x3023b5:0x4f0,_0x41edcf:0x50a,_0x4bc50f:0xe4,_0x18e9a3:0xfc,_0x1aa693:0x11b,_0xcac4a6:0xef,_0x100910:0x106,_0x3b2432:0xe3,_0x38e5a7:0x125,_0x52a573:0x11e,_0x281182:0x117,_0x173d5f:0x4e0,_0x4bf3db:0x510,_0x315613:0x52a,_0x3dbb09:0x505,_0x2ad526:0x4e8,_0x536b17:0x10b,_0x157a9f:0xcb,_0x22012a:0xd3,_0x2ade22:0xc8,_0x989969:0xcc,_0x5abf8b:0xd4,_0x3ee53b:0x4d9,_0x231c33:0x52f,_0x586982:0x4f8,_0x345217:0xb8,_0x1e34cc:0x85,_0xa5cff4:0xbc,_0x26352f:0xe3,_0x1afc46:0xb5,_0x1bf8c9:0xc3,_0x276669:0x52e,_0xe2958a:0x540,_0x1ae5e5:0x507,_0x41ed11:0x515,_0x4603db:0x4e3,_0x2d3b75:0x4ca,_0x50b8d8:0x535,_0x3639ca:0x558,_0x4d4c86:0xa0,_0x3e0736:0xde,_0x482f17:0x54f,_0x23c313:0xee,_0x4eb74b:0xd6,_0x8c6d4:0x529,_0x576950:0x86,_0x1b21ad:0xbe,_0xa41c70:0x4f9,_0x5f11d3:0x4e9,_0x57cf61:0x4f2,_0x5e33ab:0x54b,_0xe5cc30:0x518,_0x17046f:0x567,_0x87bca8:0x4ea,_0x25b14b:0x4c9,_0x1ea2e8:0x4d4,_0x2cdfca:0x102,_0x3d2fef:0xcd,_0x37617c:0x10d,_0x2029e2:0x56c,_0x4ed214:0x534,_0x58d090:0xd0,_0x567ac4:0xfd,_0x289fce:0xed,_0x119302:0x10e,_0x34f200:0x127,_0x28a193:0xf1,_0x474185:0x4dc,_0x1a67a5:0x4ae,_0x4a97c0:0x501,_0x137172:0x539,_0x2a8db4:0x579,_0x50fa0c:0xe8,_0x4f5455:0x13b,_0x68c6be:0x12d,_0x3e07c2:0x103,_0x26b48a:0x126,_0x4b3be9:0x56f,_0x5383ed:0x53e,_0x185445:0x555,_0x1dfd7d:0x516,_0x4f34f9:0xd4,_0x35a2c5:0xed,_0x1def38:0x108,_0x1ca1ef:0x10e,_0x11c3cd:0xe8,_0x3cf3f9:0x500,_0x534629:0x4b6,_0x14461d:0x52c,_0x110cda:0x504,_0x463a93:0x506,_0x4a1a25:0x161,_0x1759ec:0x506,_0x20da36:0x115,_0x533c91:0x4e2,_0x417b7d:0x536,_0x37b8f0:0xb6,_0x24425b:0xb3,_0xce3446:0xd4,_0x6099b4:0xec,_0x471982:0x13a,_0x2e6bcf:0x500,_0xf364dd:0x505,_0xed807f:0x4cc,_0x24d8be:0x502,_0x248f0f:0xfd,_0x4d55e2:0xfc,_0x32c86a:0x545,_0x5461b6:0x9f,_0x539e26:0xa4,_0x19548c:0x55b,_0xfe6fca:0x4da,_0x16d16e:0x4c1,_0x27bb8d:0xf9,_0x4d1165:0x15a,_0x2d36e6:0x525,_0x124be9:0x4e7,_0x5c8380:0x4db,_0x5ea4da:0x557,_0xf25f1e:0x4b9,_0x40cf22:0x4ed,_0x2f3c03:0x4fc,_0x4047b8:0x4e0,_0x2821ca:0x500,_0x4becec:0x15d,_0x1581d2:0x13d,_0x3b7f53:0x122,_0x3eb5bc:0xfa,_0x43894d:0x128,_0xab7a2d:0xc1,_0x540b6d:0xa3,_0x10fe34:0x102,_0x281be1:0x11e,_0x4d2d34:0x114,_0xd1f43c:0x512,_0x35165b:0x4ec,_0x321338:0x53f,_0x2706e8:0x51e,_0x14d1c7:0xad,_0x3dc8c1:0xbf,_0x55b6db:0x4fb,_0x7c5f96:0x50b,_0x40c696:0x529,_0x239fc7:0x525,_0x5049b0:0x4f3,_0x5bca1a:0x56e,_0x2afe71:0x559,_0x1146f3:0x53b,_0x266e56:0x53c,_0x3c09e3:0x525,_0x5e9894:0x541,_0x2bcc3c:0x564,_0x1a0458:0x551,_0x558438:0x527,_0x55ec1e:0x516,_0x2f1c4c:0x139,_0x4154e3:0xe4,_0x3d672e:0x540,_0x132896:0x512,_0x3c6586:0x561,_0x3c2ff3:0x114,_0x5b592c:0x10d,_0x385fcf:0xdb,_0x308c07:0x9e,_0x3362ce:0x53d,_0x1a204d:0x51c,_0x112e54:0xcd,_0x55afab:0xd2,_0x1f4f68:0xf4,_0x471434:0x533,_0x15ef73:0x560,_0x2e9e38:0x579,_0x3245e7:0xb9,_0x4b4211:0x89,_0xfdef32:0xa7,_0x18082a:0x517,_0x3d807d:0x53b,_0x3947cc:0x539,_0xaaa27a:0x10c,_0x5dfa56:0x4f9,_0x29becd:0x152,_0x598c93:0x11c,_0x593cce:0xd8,_0x32908f:0x576,_0x2faa68:0x54f,_0x53b97c:0x4ff,_0x410748:0x556,_0x1070f0:0x16c,_0x5160be:0x154,_0x39e51b:0x12f,_0x2d60a9:0xdd,_0x5b8161:0xe7,_0x3bd91a:0xee,_0x1e47a0:0x9c,_0x2af458:0xa5,_0x3c603e:0xbf,_0x24b328:0xab,_0x2ef7ad:0xb7,_0x1a4a5a:0x541,_0x20f087:0x573,_0x3c3bdb:0xc6,_0x4bd021:0x4ef,_0x2b84cc:0x4db,_0x45bbe6:0x131,_0xcfb668:0x522,_0x268c6f:0x54f,_0x3abb8a:0x53d,_0x2d179f:0xa4,_0x2d28b7:0xd4,_0x3e7200:0x101,_0x2376cf:0x12a,_0x16534f:0xdc,_0x239892:0x114,_0x4905d4:0x109,_0x1640a6:0x11b,_0xb3f04a:0xc5,_0x46035d:0xff,_0xbb2d53:0x531,_0x50ed3f:0x9e,_0x16e1e8:0xc8,_0x3a767d:0x147,_0x91badc:0x4df,_0x481edb:0x4d9,_0x54a13b:0x52d,_0x24f82f:0x52e,_0x45e2a1:0x4e9,_0x4b7cc1:0xb2,_0x1a5e5b:0xf2,_0x4d84aa:0x4f1,_0x25f1c9:0x105,_0x4b7c4d:0xf3,_0x2dd443:0x116,_0x5351b1:0x115,_0x57180b:0x140,_0x5b4482:0x147,_0x3074bd:0xfd,_0x3ee68a:0x535,_0x2221b1:0x518,_0x46cbdf:0x50f,_0x59ca93:0x541,_0x20c289:0x109,_0x305857:0x504,_0xec439c:0x54f,_0x51fa38:0x550,_0x4fe35d:0x586,_0xb3268c:0x564,_0x5ad168:0xea,_0x2173f6:0xcf,_0x132744:0x111,_0x519e3a:0x552,_0x194edf:0x50e,_0x162b89:0xff,_0x428388:0x13c,_0x2030bc:0x129,_0x3962d1:0x4e3,_0x529f31:0x98,_0x457ec7:0xc4,_0x4ef3ec:0x570,_0x41bdea:0x56f,_0x208dc3:0x4fa,_0x4cda9f:0xfb,_0x3aea36:0x9d,_0x592eea:0xa9,_0x562f30:0xd3,_0x565e19:0xe5,_0x376098:0xa0,_0x607e1d:0xd4,_0x53d069:0x4f9,_0x1d2bcd:0x4d1,_0x3b7347:0x143},_0x550299={_0x4671fa:0x18b,_0x113bd8:0x53b},_0x55aac3={_0x5f287d:0x47,_0x2ad9f1:0x16e},_0x1d2f23={'smuVG':_0x1f75a7(-_0x509b99._0x26dc68,-_0x509b99._0x15285f,-_0x509b99._0x235f36,-_0x509b99._0x35b550)+_0x1f75a7(-_0x509b99._0xeca0f4,-_0x509b99._0x227623,-_0x509b99._0x1c43f8,-0x104)+_0x3bc71c(_0x509b99._0x4738f8,0x515,0x4f8,0x525)+'led','QCxoz':_0x3bc71c(0x517,0x54e,0x4dc,0x536)+'get\x20creden'+'tials\x20from'+_0x1f75a7(-_0x509b99._0x50b84a,-0xfd,-0x103,-0x134),'qhxIF':_0x3bc71c(0x515,0x51d,0x509,0x513)+'or','zdIYj':_0x1f75a7(-_0x509b99._0x3f37bc,-0xed,-_0x509b99._0x75db6a,-_0x509b99._0x341b71)+_0x1f75a7(-_0x509b99._0x33b50c,-_0x509b99._0xd4727f,-_0x509b99._0x2baca8,-0x111)+_0x1f75a7(-0xd0,-_0x509b99._0x1f8b15,-0xe0,-_0x509b99._0x79b346),'yXQpW':_0x3bc71c(_0x509b99._0x338e39,0x529,0x537,_0x509b99._0x2025f2)+'\x20error\x20in\x20'+'git\x20creden'+_0x1f75a7(-0xea,-0xb7,-0x103,-0xf3)+'oint','ISatV':'An\x20unexpec'+_0x1f75a7(-_0x509b99._0x4f9a97,-0x103,-0x11c,-_0x509b99._0x310662)+_0x3bc71c(0x4df,_0x509b99._0x34a6d6,0x4d2,_0x509b99._0x399f83),'waJio':'Not\x20Found','JNQVr':_0x1f75a7(-_0x509b99._0x2f83a2,-_0x509b99._0x14be56,-_0x509b99._0x16f3fa,-_0x509b99._0x2f5b82)+_0x1f75a7(-_0x509b99._0x3a7e49,-_0x509b99._0x31f6fe,-0xf4,-0x12b)+'ameter','QtYSk':'Bad\x20Reques'+'t','Boxci':_0x1f75a7(-_0x509b99._0x5e59e0,-_0x509b99._0x593711,-0x123,-_0x509b99._0x2ba8a5)+'id','GVMgn':function(_0x58295b,_0x3149d5){return _0x58295b===_0x3149d5;},'czkre':_0x1f75a7(-_0x509b99._0x1f9784,-_0x509b99._0x27e97c,-_0x509b99._0xd27280,-_0x509b99._0xe591f8),'uSgye':function(_0x31fa2c,_0x51a258){return _0x31fa2c===_0x51a258;},'TBdfV':'jLKIf','VhxQq':_0x3bc71c(0x4fa,_0x509b99._0x16c712,0x4fe,0x4c9),'UgmHZ':_0x3bc71c(_0x509b99._0x9d2fa8,0x51a,_0x509b99._0x375f0f,_0x509b99._0x2ae57f)+_0x3bc71c(0x50d,_0x509b99._0x45fb5b,_0x509b99._0x5c1137,0x4f1)+_0x3bc71c(_0x509b99._0xa9888d,_0x509b99._0x437788,0x572,0x570)+'er','WGYJA':_0x3bc71c(_0x509b99._0x433b6a,_0x509b99._0x345a0d,0x52f,0x500)+_0x1f75a7(-0xe8,-0xbd,-0xb3,-_0x509b99._0x275415)+_0x3bc71c(0x519,_0x509b99._0x558f34,0x4f1,0x4e0)+_0x3bc71c(_0x509b99._0x3cf2cc,0x56c,0x56a,0x56a),'UmRxD':function(_0x1b91a0,_0x49f06e){return _0x1b91a0!==_0x49f06e;},'kUpIv':_0x1f75a7(-0x124,-0x12b,-_0x509b99._0x541c40,-0x118),'uVzkg':_0x3bc71c(0x4db,_0x509b99._0x51d1ca,_0x509b99._0x10c6ec,0x503),'YGqSL':function(_0x1cf4b3,_0x321cd4,_0x121de1){return _0x1cf4b3(_0x321cd4,_0x121de1);},'LdHvB':function(_0x1f4e6e,_0x12d485){return _0x1f4e6e(_0x12d485);},'ujTKQ':function(_0x455e83,_0x237dc6,_0x2a1fb0){return _0x455e83(_0x237dc6,_0x2a1fb0);},'FcBLn':_0x3bc71c(0x52b,0x55b,0x54f,0x50c),'itmgx':'Repo\x20not\x20a'+_0x3bc71c(_0x509b99._0x208d6b,_0x509b99._0x4eea1b,_0x509b99._0x165a41,0x51c)+_0x1f75a7(-_0x509b99._0x2fe7bb,-_0x509b99._0x1cdeeb,-0xeb,-0xdf)+_0x1f75a7(-_0x509b99._0x503450,-0xb0,-_0x509b99._0x54aa84,-0xd3),'PxlEK':_0x1f75a7(-0xb6,-_0x509b99._0xd27280,-_0x509b99._0x2fa5fd,-0xca),'QHRNo':_0x3bc71c(0x4fe,0x502,_0x509b99._0xb9fd8d,_0x509b99._0x2735a4),'xTPPV':_0x1f75a7(-0x109,-_0x509b99._0xaac4ec,-_0x509b99._0x2b811c,-_0x509b99._0x511f5a)+_0x3bc71c(0x53b,_0x509b99._0xcfb3c0,_0x509b99._0xcfb3c0,_0x509b99._0xad75fb)+_0x3bc71c(0x516,0x52b,0x543,0x511),'DzYbA':'TfITe','hiWPo':function(_0x132b96,_0x187f01,_0x4f6e56,_0x28f8e6){return _0x132b96(_0x187f01,_0x4f6e56,_0x28f8e6);},'kFgsW':_0x1f75a7(-_0x509b99._0x57704a,-0x118,-_0x509b99._0x3f83e0,-0x12a)+_0x1f75a7(-_0x509b99._0x2ff15d,-0xea,-0xde,-0xe3),'xNkMr':_0x3bc71c(0x526,_0x509b99._0x569084,_0x509b99._0x3023b5,_0x509b99._0x41edcf)+'tials\x20fetc'+_0x3bc71c(0x50b,0x541,0x4fb,0x503)+_0x1f75a7(-_0x509b99._0x4bc50f,-0xe3,-0xc7,-0xe0)},_0x5efdd8=_0x34366f[_0x1f75a7(-0xad,-_0x509b99._0x18e9a3,-_0x509b99._0x1aa693,-_0x509b99._0x4bc50f)][_0x1d2f23[_0x1f75a7(-_0x509b99._0xcac4a6,-0x109,-_0x509b99._0x100910,-0x11e)]]||'cred-'+Date['now']();function _0x3bc71c(_0x535206,_0xc95ef8,_0x16ac26,_0x342871){return _0xbfa131(_0x535206-_0x55aac3._0x5f287d,_0x16ac26,_0x16ac26-_0x55aac3._0x2ad9f1,_0x535206-0xd2);}function _0x1f75a7(_0x505e0f,_0x1a30d5,_0x68f65b,_0x1b5d7e){return _0xbfa131(_0x505e0f-0x91,_0x505e0f,_0x68f65b-_0x550299._0x4671fa,_0x1b5d7e- -_0x550299._0x113bd8);}try{if(_0x1d2f23[_0x1f75a7(-_0x509b99._0x3b2432,-0xe2,-_0x509b99._0x38e5a7,-0xf9)](_0x1d2f23[_0x1f75a7(-0x101,-_0x509b99._0x52a573,-0xfc,-_0x509b99._0x281182)],_0x1d2f23[_0x3bc71c(0x4f6,0x521,0x4d6,_0x509b99._0x173d5f)])){const _0x342de2=_0x34366f[_0x3bc71c(0x529,0x4f9,0x507,_0x509b99._0x4bf3db)]['authorizat'+_0x3bc71c(0x54d,0x540,0x518,_0x509b99._0x3cf2cc)];if(!_0x342de2||!_0x342de2['startsWith'](_0x3bc71c(0x524,_0x509b99._0x315613,0x557,_0x509b99._0x3dbb09))){if(_0x1d2f23[_0x3bc71c(_0x509b99._0x2ad526,0x50f,0x4e3,0x4c6)]('IVJXl',_0x1d2f23[_0x1f75a7(-0xe6,-0xf6,-0xf6,-_0x509b99._0x536b17)])){const _0x260c79={};_0x260c79[_0x1f75a7(-0xe9,-_0x509b99._0x157a9f,-_0x509b99._0x22012a,-_0x509b99._0x2ade22)]=_0x8b776a,_0x260c79[_0x1f75a7(-0xd3,-_0x509b99._0x989969,-0xdd,-_0x509b99._0x5abf8b)]=_0x5cf258[_0x3bc71c(0x4f9,_0x509b99._0x3ee53b,_0x509b99._0x231c33,_0x509b99._0x586982)],_0x5ac053[_0x1f75a7(-_0x509b99._0x345217,-0xa1,-_0x509b99._0x1e34cc,-_0x509b99._0xa5cff4)](_0x1d2f23[_0x1f75a7(-_0x509b99._0x26352f,-_0x509b99._0x1afc46,-0xf6,-_0x509b99._0x1bf8c9)],_0x260c79);const _0x560ea1={};return _0x560ea1['error']=_0x3bc71c(0x54f,_0x509b99._0x276669,_0x509b99._0xe2958a,0x58b)+'ed',_0x560ea1[_0x3bc71c(0x4f9,0x505,0x51a,_0x509b99._0x1ae5e5)]=_0x2ad826[_0x3bc71c(0x4f9,_0x509b99._0x41ed11,_0x509b99._0x4603db,_0x509b99._0x2d3b75)],_0x506a4e[_0x1f75a7(-0x117,-0x144,-0x104,-0x10d)](0x8f9*0x1+0x9a*0x1a+-0x5*0x49c)[_0x3bc71c(_0x509b99._0x50b8d8,_0x509b99._0x41edcf,_0x509b99._0x3639ca,0x50d)](_0x560ea1);}else{const _0x3f0039={};_0x3f0039['requestId']=_0x5efdd8,logger[_0x1f75a7(-0x96,-_0x509b99._0x4d4c86,-_0x509b99._0x3e0736,-0xbc)]('Missing\x20or'+_0x1f75a7(-0x119,-0xed,-_0x509b99._0x3a7e49,-0x123)+_0x3bc71c(0x540,0x503,0x540,_0x509b99._0x482f17)+_0x1f75a7(-_0x509b99._0x23c313,-_0x509b99._0x4eb74b,-0xd6,-0x106),_0x3f0039);const _0x4c4839={};return _0x4c4839[_0x3bc71c(0x539,_0x509b99._0x8c6d4,0x53b,0x507)]=_0x1f75a7(-0x8a,-0xd6,-_0x509b99._0x576950,-_0x509b99._0x1b21ad)+'ed',_0x4c4839[_0x3bc71c(_0x509b99._0xa41c70,0x4d3,_0x509b99._0x5f11d3,_0x509b99._0x57cf61)]=_0x3bc71c(0x52f,_0x509b99._0x5e33ab,_0x509b99._0xe5cc30,_0x509b99._0x17046f)+_0x3bc71c(_0x509b99._0x87bca8,_0x509b99._0x25b14b,0x4c5,_0x509b99._0x1ea2e8)+_0x1f75a7(-_0x509b99._0x2cdfca,-0xdf,-0x105,-_0x509b99._0x3d2fef)+_0x3bc71c(0x507,0x510,0x4e9,_0x509b99._0x1ae5e5),_0x5abfbf[_0x1f75a7(-_0x509b99._0x37617c,-0x125,-0x137,-_0x509b99._0x2f83a2)](-0x8*-0x28c+-0xe21+0x2*-0x257)[_0x3bc71c(0x535,0x52e,_0x509b99._0x2029e2,0x51c)](_0x4c4839);}}const _0x5ec8df=_0x342de2[_0x3bc71c(_0x509b99._0x4ed214,0x515,0x50b,0x543)](0x1acc+0x11*0x80+-0x2345),_0x937f7=_0x34366f[_0x1f75a7(-_0x509b99._0x58d090,-_0x509b99._0x567ac4,-0xa9,-0xc1)]['repo_url'];if(!_0x937f7){if(_0x1d2f23[_0x1f75a7(-_0x509b99._0x289fce,-_0x509b99._0x119302,-_0x509b99._0x34f200,-_0x509b99._0x28a193)]!==_0x3bc71c(0x4e0,_0x509b99._0x474185,_0x509b99._0x1a67a5,_0x509b99._0x4a97c0)){const _0x214e2b={};_0x214e2b[_0x3bc71c(0x545,_0x509b99._0x137172,_0x509b99._0x2ae57f,_0x509b99._0x2a8db4)]=_0x5efdd8,logger['warn'](_0x1d2f23[_0x1f75a7(-_0x509b99._0x50fa0c,-_0x509b99._0x1afc46,-0xc0,-0xe1)],_0x214e2b);const _0x2c4301={};return _0x2c4301['error']=_0x1f75a7(-0xd7,-_0x509b99._0x4f5455,-_0x509b99._0x68c6be,-0x10e)+'t',_0x2c4301['message']=_0x1d2f23[_0x1f75a7(-_0x509b99._0x3e07c2,-0x158,-0x129,-_0x509b99._0x26b48a)],_0x5abfbf['status'](-0x126*0x9+-0x1e11*-0x1+0x122b*-0x1)[_0x3bc71c(0x535,0x543,_0x509b99._0x4b3be9,0x537)](_0x2c4301);}else{const _0x533259={};_0x533259['requestId']=_0x3a4574,_0x533259['provider']=_0x1f53f9['provider'],_0x533259[_0x3bc71c(_0x509b99._0x5383ed,_0x509b99._0x185445,_0x509b99._0x1dfd7d,0x537)]=_0x274aaf,_0x533259['error']=_0x5ad3c9[_0x1f75a7(-_0x509b99._0x2cdfca,-0x144,-0xee,-_0x509b99._0x57704a)],_0x27713b[_0x1f75a7(-0xa4,-0xc5,-0x101,-_0x509b99._0x4f34f9)](_0x1d2f23[_0x1f75a7(-_0x509b99._0x35a2c5,-0xe9,-0xf8,-_0x509b99._0x1def38)],_0x533259);if(_0xa18cdb[_0x1f75a7(-_0x509b99._0x1ca1ef,-0xfa,-_0x509b99._0x11c3cd,-_0x509b99._0x57704a)]['includes'](_0x3bc71c(_0x509b99._0x4603db,_0x509b99._0x3cf3f9,0x51a,_0x509b99._0x534629)+'ot\x20found')){const _0x2e15c1={};return _0x2e15c1[_0x3bc71c(_0x509b99._0x137172,0x567,_0x509b99._0x14461d,0x534)]=_0x3bc71c(_0x509b99._0x110cda,_0x509b99._0x463a93,_0x509b99._0x569084,0x535),_0x2e15c1['message']=_0x1f75a7(-_0x509b99._0x23c313,-0x12c,-_0x509b99._0x4a1a25,-0x12a)+'ot\x20configu'+_0x3bc71c(_0x509b99._0x2025f2,_0x509b99._0x1759ec,0x511,0x4f1)+_0x1ae138[_0x1f75a7(-0x10b,-0x13e,-_0x509b99._0x50fa0c,-_0x509b99._0x20da36)],_0x304770[_0x3bc71c(_0x509b99._0x3cf3f9,0x53a,_0x509b99._0x533c91,_0x509b99._0x417b7d)](-0x1*0x371+-0xfef*0x2+0x85*0x47)[_0x1f75a7(-0x109,-0xfe,-0xb7,-0xd8)](_0x2e15c1);}const _0x267253={};return _0x267253[_0x1f75a7(-_0x509b99._0x37b8f0,-_0x509b99._0x24425b,-0xab,-_0x509b99._0xce3446)]=_0x1d2f23[_0x3bc71c(0x4f3,_0x509b99._0x110cda,0x4bc,0x4ec)],_0x267253[_0x1f75a7(-_0x509b99._0x6099b4,-_0x509b99._0x471982,-0xdc,-0x114)]=_0x1d2f23['zdIYj'],_0x5e7f32[_0x3bc71c(_0x509b99._0x2e6bcf,_0x509b99._0xf364dd,_0x509b99._0xed807f,_0x509b99._0x24d8be)](0x148a+-0x3d4+0x761*-0x2)[_0x1f75a7(-_0x509b99._0x248f0f,-_0x509b99._0x3d2fef,-_0x509b99._0x4d55e2,-0xd8)](_0x267253);}}if(!setupPath){const _0x354811={};_0x354811[_0x3bc71c(0x545,0x568,0x51b,_0x509b99._0x32c86a)]=_0x5efdd8,logger[_0x1f75a7(-_0x509b99._0x5461b6,-_0x509b99._0x539e26,-0xf0,-_0x509b99._0x4f34f9)](_0x3bc71c(_0x509b99._0x433b6a,0x52e,0x4f7,_0x509b99._0x19548c)+_0x3bc71c(_0x509b99._0xfe6fca,_0x509b99._0x16d16e,0x4d5,0x4c9)+'e\x20not\x20init'+_0x1f75a7(-_0x509b99._0x27bb8d,-_0x509b99._0x4d1165,-0x161,-0x127)+'setupPath\x20'+_0x3bc71c(0x510,_0x509b99._0x2d36e6,_0x509b99._0x124be9,_0x509b99._0x5c8380),_0x354811);const _0x4dea83={};return _0x4dea83[_0x3bc71c(0x539,0x552,_0x509b99._0x5ea4da,0x503)]=_0x1d2f23['qhxIF'],_0x4dea83['message']=_0x1d2f23[_0x3bc71c(0x4ee,_0x509b99._0xf25f1e,_0x509b99._0x8c6d4,0x4d8)],_0x5abfbf[_0x3bc71c(0x500,_0x509b99._0x40cf22,_0x509b99._0x2f3c03,_0x509b99._0x4047b8)](-0x125*0x19+0x131*-0x11+0x32d2)[_0x1f75a7(-0xd7,-0xe0,-0xd5,-0xd8)](_0x4dea83);}let _0x348523;try{if(_0x1d2f23[_0x3bc71c(0x532,0x53b,0x545,0x512)](_0x1d2f23['kUpIv'],_0x1d2f23[_0x3bc71c(0x513,0x4e3,_0x509b99._0x2821ca,0x4e8)])){const _0x3ce0e0={};_0x3ce0e0[_0x1f75a7(-_0x509b99._0x4becec,-0x120,-_0x509b99._0x1581d2,-_0x509b99._0x3b7f53)]=logger,_0x348523=await _0x1d2f23[_0x1f75a7(-_0x509b99._0x2cdfca,-_0x509b99._0x3eb5bc,-0xfa,-_0x509b99._0x43894d)](validateContainerToken,_0x5ec8df,_0x3ce0e0);}else{const _0x37b160={};_0x37b160[_0x1f75a7(-_0x509b99._0xab7a2d,-_0x509b99._0x540b6d,-_0x509b99._0x10fe34,-0xc8)]=_0x459f7e,_0x37b160[_0x1f75a7(-0xae,-_0x509b99._0x345217,-0xe1,-_0x509b99._0x5abf8b)]=_0x5da0e2[_0x1f75a7(-0x14b,-_0x509b99._0x281be1,-0x10f,-_0x509b99._0x4d2d34)],_0x37b160[_0x3bc71c(_0x509b99._0xd1f43c,0x52e,_0x509b99._0x35165b,0x4df)]=_0x3db367[_0x3bc71c(_0x509b99._0xd1f43c,_0x509b99._0x321338,0x4ee,_0x509b99._0x2706e8)],_0x1c41b1[_0x1f75a7(-0xaa,-_0x509b99._0x5abf8b,-_0x509b99._0x14d1c7,-0xd4)](_0x1d2f23[_0x1f75a7(-0xf6,-0xf7,-_0x509b99._0x2ba8a5,-0xe5)],_0x37b160);const _0x355253={};_0x355253['error']=_0x1f75a7(-0xc0,-_0x509b99._0x26b48a,-_0x509b99._0x3dc8c1,-0xf8)+'or',_0x355253[_0x3bc71c(_0x509b99._0xa41c70,_0x509b99._0x55b6db,_0x509b99._0x7c5f96,_0x509b99._0x1759ec)]=_0x1d2f23[_0x3bc71c(0x4fd,_0x509b99._0x40c696,_0x509b99._0x239fc7,_0x509b99._0x5049b0)],_0x48d3d2['status'](-0x5cf*0x3+0x1199+0x1c8)[_0x3bc71c(0x535,_0x509b99._0x5bca1a,_0x509b99._0x2afe71,_0x509b99._0x1146f3)](_0x355253);}}catch(_0x45d9d3){const _0x6fcebf={};_0x6fcebf[_0x3bc71c(_0x509b99._0x32c86a,_0x509b99._0x266e56,_0x509b99._0x3c09e3,_0x509b99._0x5e9894)]=_0x5efdd8,_0x6fcebf[_0x3bc71c(0x539,0x551,_0x509b99._0x2bcc3c,0x563)]=_0x45d9d3[_0x3bc71c(0x4f9,0x507,0x4df,0x528)],logger[_0x3bc71c(_0x509b99._0x1a0458,0x531,0x55a,_0x509b99._0x558438)]('Container\x20'+_0x3bc71c(0x509,0x4fe,0x519,_0x509b99._0x55ec1e)+_0x1f75a7(-_0x509b99._0x2f1c4c,-0xff,-_0x509b99._0x4154e3,-0x10a)+_0x1f75a7(-0xe8,-0x139,-0x132,-_0x509b99._0x3f37bc),_0x6fcebf);const _0x4e1c26={};return _0x4e1c26[_0x3bc71c(_0x509b99._0x137172,_0x509b99._0x3d672e,_0x509b99._0x132896,0x519)]=_0x3bc71c(_0x509b99._0x482f17,0x574,_0x509b99._0x1dfd7d,_0x509b99._0x3c6586)+'ed',_0x4e1c26[_0x1f75a7(-0xd8,-0xf6,-0x137,-_0x509b99._0x3c2ff3)]=_0x45d9d3['message'],_0x5abfbf[_0x1f75a7(-0x100,-0xf9,-0x12a,-_0x509b99._0x5b592c)](0x3*0x218+-0x127c+-0x1*-0xdc5)[_0x1f75a7(-0xd9,-_0x509b99._0x385fcf,-_0x509b99._0x308c07,-0xd8)](_0x4e1c26);}const _0x7391b1=_0x1d2f23[_0x3bc71c(_0x509b99._0x165a41,_0x509b99._0x4603db,0x508,0x52b)](normalizeRepoUrl,_0x937f7),_0x79e2d1=_0x1d2f23[_0x3bc71c(_0x509b99._0x3362ce,_0x509b99._0x321338,_0x509b99._0x1a204d,0x570)](findRepoInToken,_0x348523,_0x937f7);if(!_0x79e2d1){if(_0x1d2f23[_0x1f75a7(-0x107,-_0x509b99._0x112e54,-_0x509b99._0x55afab,-0xdb)](_0x1d2f23[_0x1f75a7(-0xa1,-_0x509b99._0x1f4f68,-0xf6,-_0x509b99._0x4eb74b)],_0x1d2f23[_0x1f75a7(-0xd9,-0xad,-_0x509b99._0x1c43f8,-_0x509b99._0x4eb74b)]))_0x596ae5=_0x1981f0;else{logger[_0x3bc71c(0x551,_0x509b99._0x471434,0x542,_0x509b99._0x15ef73)](_0x1d2f23[_0x3bc71c(0x53c,_0x509b99._0x4ed214,0x560,_0x509b99._0x2e9e38)],{'requestId':_0x5efdd8,'containerId':_0x348523[_0x1f75a7(-0xc5,-_0x509b99._0x3245e7,-_0x509b99._0x4b4211,-_0x509b99._0x3dc8c1)]?.[_0x1f75a7(-0xb9,-_0x509b99._0xfdef32,-0xc7,-0xd9)](-0x3ce+0x108*-0x1d+0x35f*0xa,-0x17*0x151+-0x1bbe+0x3a11),'repoUrl':_0x7391b1,'authorizedRepos':_0x348523['repos']?.[_0x3bc71c(0x53f,0x54b,_0x509b99._0x18082a,_0x509b99._0x3d807d)]||0x159b+-0x166*-0x19+0x649*-0x9});const _0x1ed8ee={};return _0x1ed8ee[_0x3bc71c(_0x509b99._0x137172,_0x509b99._0x3947cc,_0x509b99._0xe2958a,0x505)]=_0x1d2f23[_0x1f75a7(-_0x509b99._0xaaa27a,-0x106,-0x101,-_0x509b99._0xcac4a6)],_0x1ed8ee[_0x3bc71c(_0x509b99._0x5dfa56,0x4e3,_0x509b99._0x558f34,0x4e3)]=_0x1f75a7(-_0x509b99._0x29becd,-0x153,-0x155,-_0x509b99._0x598c93)+_0x1f75a7(-0xfa,-_0x509b99._0x593cce,-0xfa,-0xf2)+_0x3bc71c(0x542,0x54c,_0x509b99._0x32908f,_0x509b99._0x2faa68)+'this\x20conta'+'iner',_0x5abfbf[_0x3bc71c(0x500,_0x509b99._0x53b97c,0x53d,0x4fa)](-0x629*-0x3+-0xaf3+-0x5f5)[_0x3bc71c(0x535,_0x509b99._0x4ed214,_0x509b99._0x8c6d4,_0x509b99._0x410748)](_0x1ed8ee);}}const _0x3e4582=_0x79e2d1[_0x1f75a7(-_0x509b99._0x1070f0,-0x169,-_0x509b99._0x5160be,-_0x509b99._0x39e51b)+_0x3bc71c(0x531,0x55a,_0x509b99._0x4bf3db,0x545)]||_0x1d2f23['QHRNo'],_0x29028d=_0x348523[_0x1f75a7(-_0x509b99._0x2d60a9,-_0x509b99._0x5b8161,-0xfb,-_0x509b99._0x3bd91a)];logger[_0x3bc71c(0x536,0x504,0x503,0x505)](_0x1d2f23['xTPPV'],{'requestId':_0x5efdd8,'containerId':_0x348523[_0x1f75a7(-_0x509b99._0x1e47a0,-_0x509b99._0x2af458,-0x9b,-_0x509b99._0x3c603e)]?.[_0x1f75a7(-_0x509b99._0x24b328,-0xd7,-_0x509b99._0x2ef7ad,-0xd9)](-0x4*0x74a+0x148b+0x89d,-0xe8+0x25ba+-0x416*0x9),'envName':_0x348523['env'],'provider':_0x79e2d1[_0x1f75a7(-_0x509b99._0xd27280,-0x118,-0x111,-0x115)],'credentialMode':_0x3e4582,'repoUrl':_0x7391b1});let _0x3c652f;try{if(_0x1d2f23[_0x1f75a7(-_0x509b99._0x100910,-0x11d,-0xe9,-0x125)](_0x1d2f23[_0x3bc71c(_0x509b99._0x1a4a5a,_0x509b99._0x20f087,0x55a,0x54a)],_0x1d2f23[_0x1f75a7(-_0x509b99._0x3c3bdb,-0xe6,-0xc5,-0xcc)])){const _0x6d9d98={};_0x6d9d98[_0x3bc71c(0x4eb,_0x509b99._0x4bd021,_0x509b99._0x2b84cc,0x522)]=logger,_0x6d9d98[_0x1f75a7(-_0x509b99._0x45bbe6,-0xfe,-0x136,-0x12f)+_0x3bc71c(_0x509b99._0xcfb668,_0x509b99._0x268c6f,0x52c,_0x509b99._0x3abb8a)]=_0x3e4582,_0x6d9d98['userId']=_0x29028d,_0x3c652f=await _0x1d2f23[_0x1f75a7(-0xc0,-_0x509b99._0x3bd91a,-0xc5,-_0x509b99._0x33b50c)](getCredentialsForRepo,_0x79e2d1[_0x1f75a7(-0x108,-0x10e,-0x115,-_0x509b99._0x20da36)],_0x937f7,_0x6d9d98);}else{const _0x1fd7d2={};return _0x1fd7d2[_0x1f75a7(-0xa5,-_0x509b99._0x2d179f,-0xf8,-_0x509b99._0x2d28b7)]=_0x1d2f23[_0x1f75a7(-0xb8,-0x11c,-_0x509b99._0x3e7200,-0xe8)],_0x1fd7d2[_0x1f75a7(-0x127,-_0x509b99._0x2376cf,-_0x509b99._0x16534f,-_0x509b99._0x239892)]='Provider\x20n'+_0x1f75a7(-_0x509b99._0x4905d4,-_0x509b99._0x1640a6,-_0x509b99._0xb3f04a,-_0x509b99._0x46035d)+_0x3bc71c(_0x509b99._0x2025f2,_0x509b99._0x1ae5e5,0x536,0x504)+_0x208e60[_0x3bc71c(0x4f8,0x4fa,0x51c,_0x509b99._0xbb2d53)],_0x327361[_0x1f75a7(-0x140,-0x11f,-_0x509b99._0x598c93,-0x10d)](-0x2dd*0x7+0x1*0x218f+-0x5f8*0x2)['json'](_0x1fd7d2);}}catch(_0x2e2d38){const _0xdf31df={};_0xdf31df[_0x1f75a7(-0x92,-_0x509b99._0x50ed3f,-0xd3,-_0x509b99._0x16e1e8)]=_0x5efdd8,_0xdf31df[_0x1f75a7(-0xe2,-0x119,-_0x509b99._0x3a767d,-0x115)]=_0x79e2d1[_0x3bc71c(0x4f8,0x4f3,_0x509b99._0x91badc,_0x509b99._0x481edb)],_0xdf31df['repoUrl']=_0x7391b1,_0xdf31df[_0x3bc71c(0x539,_0x509b99._0x54a13b,_0x509b99._0x24f82f,_0x509b99._0xa9888d)]=_0x2e2d38[_0x1f75a7(-0x11f,-0x10c,-0xda,-0x114)],logger[_0x1f75a7(-_0x509b99._0xab7a2d,-0x104,-_0x509b99._0x503450,-0xd4)](_0x1d2f23['QCxoz'],_0xdf31df);if(_0x2e2d38['message'][_0x3bc71c(_0x509b99._0x45e2a1,0x4e4,0x4fc,0x4c4)](_0x1d2f23['kFgsW'])){const _0x60739={};return _0x60739['error']=_0x1d2f23[_0x1f75a7(-_0x509b99._0x4b7cc1,-0x10f,-_0x509b99._0x1a5e5b,-0xe8)],_0x60739[_0x3bc71c(0x4f9,0x4ee,_0x509b99._0x165a41,_0x509b99._0x4d84aa)]=_0x1f75a7(-_0x509b99._0x28a193,-0x147,-_0x509b99._0x25f1c9,-_0x509b99._0x2376cf)+_0x1f75a7(-0xd2,-0xca,-_0x509b99._0x4b7c4d,-_0x509b99._0x46035d)+_0x1f75a7(-0xcb,-0x11e,-0x103,-0x101)+_0x79e2d1[_0x1f75a7(-_0x509b99._0x33b50c,-0xeb,-_0x509b99._0x2dd443,-_0x509b99._0x5351b1)],_0x5abfbf[_0x1f75a7(-_0x509b99._0xaac4ec,-_0x509b99._0x57180b,-_0x509b99._0x5b4482,-_0x509b99._0x5b592c)](0x1fc6+-0x1208+-0xc2a)['json'](_0x60739);}const _0x2a5c1d={};return _0x2a5c1d[_0x1f75a7(-0xd4,-_0x509b99._0x3074bd,-_0x509b99._0x100910,-_0x509b99._0x2b811c)]=_0x1d2f23[_0x3bc71c(_0x509b99._0x5049b0,_0x509b99._0x1ae5e5,_0x509b99._0x239fc7,0x4fe)],_0x2a5c1d[_0x1f75a7(-0xf8,-0xe9,-0x113,-_0x509b99._0x57704a)]=_0x1d2f23['zdIYj'],_0x5abfbf[_0x3bc71c(_0x509b99._0x2821ca,0x4ed,0x520,_0x509b99._0x1ea2e8)](-0x1*0x15ad+0x14*0xad+0x35f*0x3)[_0x3bc71c(_0x509b99._0x3ee68a,0x528,0x525,_0x509b99._0x2221b1)](_0x2a5c1d);}logger[_0x3bc71c(_0x509b99._0x46cbdf,_0x509b99._0x315613,0x501,0x4e2)](_0x1d2f23['xNkMr'],{'requestId':_0x5efdd8,'containerId':_0x348523[_0x3bc71c(0x54e,_0x509b99._0x59ca93,0x584,0x581)]?.[_0x1f75a7(-_0x509b99._0x20c289,-0xff,-0x112,-0xd9)](0x1*-0x1fa2+-0xfef*0x2+0x3f80,-0x1088+0x4*-0x63+0x1220),'provider':_0x79e2d1[_0x3bc71c(0x4f8,0x4f9,0x4fe,_0x509b99._0x305857)],'expiresAt':_0x3c652f[_0x3bc71c(_0x509b99._0x5e33ab,_0x509b99._0xec439c,0x557,0x538)]});const _0xdc594e={};_0xdc594e[_0x3bc71c(_0x509b99._0x51fa38,0x576,0x57f,_0x509b99._0x4fe35d)]=_0x3c652f[_0x3bc71c(_0x509b99._0x51fa38,0x542,_0x509b99._0xb3268c,0x57e)],_0xdc594e['password']=_0x3c652f['password'],_0xdc594e['expires_at']=_0x3c652f['expires_at'],_0x5abfbf['json'](_0xdc594e);}else{const _0x4cff01={};_0x4cff01[_0x1f75a7(-0x8c,-_0x509b99._0x5ad168,-0xb6,-_0x509b99._0x16e1e8)]=_0x27480d,_0x26181c[_0x1f75a7(-_0x509b99._0x345217,-0xf1,-0xbd,-_0x509b99._0xa5cff4)](_0x1d2f23[_0x1f75a7(-_0x509b99._0x2173f6,-_0x509b99._0x3dc8c1,-_0x509b99._0x132744,-0xe1)],_0x4cff01);const _0x4271ed={};return _0x4271ed[_0x3bc71c(_0x509b99._0x137172,0x533,_0x509b99._0x519e3a,_0x509b99._0x194edf)]=_0x1d2f23[_0x1f75a7(-_0x509b99._0x162b89,-0xb3,-0xb0,-0xc7)],_0x4271ed[_0x1f75a7(-0xe1,-0xdf,-_0x509b99._0x428388,-0x114)]=_0x1f75a7(-0x123,-_0x509b99._0x341b71,-_0x509b99._0x5e59e0,-_0x509b99._0x2030bc)+_0x3bc71c(0x50d,0x4d2,_0x509b99._0x3962d1,_0x509b99._0x1a4a5a)+_0x1f75a7(-0xb9,-_0x509b99._0x529f31,-0xdb,-_0x509b99._0x457ec7)+'er',_0x5c2840['status'](-0x119*-0x21+-0x1d9a+-0x50f)['json'](_0x4271ed);}}catch(_0xe628a){const _0x9eb347={};_0x9eb347[_0x3bc71c(0x545,0x550,0x527,_0x509b99._0xa9888d)]=_0x5efdd8,_0x9eb347[_0x3bc71c(0x539,_0x509b99._0x4ef3ec,_0x509b99._0x41bdea,_0x509b99._0x5c1137)]=_0xe628a[_0x3bc71c(0x4f9,0x523,0x532,_0x509b99._0x208dc3)],_0x9eb347[_0x1f75a7(-0x134,-_0x509b99._0x27bb8d,-0x121,-_0x509b99._0x4cda9f)]=_0xe628a[_0x1f75a7(-0xf2,-_0x509b99._0x28a193,-0xdc,-_0x509b99._0x503450)],logger[_0x1f75a7(-0xd1,-_0x509b99._0x3aea36,-0xe0,-0xd4)](_0x1d2f23[_0x1f75a7(-0xb6,-_0x509b99._0x592eea,-_0x509b99._0x562f30,-_0x509b99._0x565e19)],_0x9eb347);const _0x418684={};_0x418684[_0x1f75a7(-_0x509b99._0x529f31,-_0x509b99._0x376098,-0x98,-_0x509b99._0x607e1d)]=_0x1d2f23['qhxIF'],_0x418684[_0x3bc71c(_0x509b99._0x53d069,_0x509b99._0x14461d,_0x509b99._0xb9fd8d,_0x509b99._0x1d2bcd)]=_0x1f75a7(-0xde,-0x11a,-_0x509b99._0x227623,-0xe6)+_0x1f75a7(-0x137,-0x127,-0xf9,-0x12c)+_0x1f75a7(-_0x509b99._0x3c2ff3,-_0x509b99._0x310662,-_0x509b99._0x3b7347,-0x12e),_0x5abfbf[_0x1f75a7(-0xfc,-0xf0,-0xea,-0x10d)](0x10f4+-0x1*-0xcbb+0x1*-0x1bbb)[_0x1f75a7(-0xa5,-0x10e,-0xa6,-0xd8)](_0x418684);}});export default router;
|
|
1
|
+
(function(_0x32af07,_0x560370){const _0x149895={_0x4a4819:0x58e,_0x289ab0:0x5a1,_0x13497c:0x5bf,_0x36967f:0x5a9,_0x25e4e4:0x591,_0x16d34f:0x26a,_0x2d5256:0x25c,_0x336d41:0x25b,_0x1bf97f:0x245,_0x1778c9:0x27c,_0x632829:0x21a,_0xe1fe5d:0x22e,_0x131e05:0x28f,_0x43e3df:0x272,_0x50d6c9:0x28e,_0x17c61a:0x26f,_0x2dd8e7:0x226,_0x189461:0x221,_0x562edc:0x20c,_0x2ed3ce:0x1f5,_0x41ff59:0x575,_0x1430a3:0x58d},_0x1294d2={_0x432acb:0x31},_0x6e4ded={_0x1f3b65:0x392};function _0x26fa76(_0x5c0161,_0x33b52f,_0x339c95,_0x4d1b78){return _0x753f(_0x5c0161-_0x6e4ded._0x1f3b65,_0x4d1b78);}const _0x3e3763=_0x32af07();function _0x41d571(_0x3fdd0d,_0x200a25,_0x550d79,_0x58be75){return _0x753f(_0x200a25-_0x1294d2._0x432acb,_0x3fdd0d);}while(!![]){try{const _0x1979ce=-parseInt(_0x26fa76(_0x149895._0x4a4819,_0x149895._0x289ab0,_0x149895._0x13497c,_0x149895._0x36967f))/(-0x1e47+0x1*0x12b8+0x5*0x250)*(-parseInt(_0x26fa76(0x58d,0x55c,0x5b6,_0x149895._0x25e4e4))/(0x2*0x99c+0x1b83*-0x1+0x11*0x7d))+parseInt(_0x41d571(0x26b,_0x149895._0x16d34f,_0x149895._0x2d5256,_0x149895._0x336d41))/(-0xdee+-0x7*-0x4b1+-0x12e6)+-parseInt(_0x41d571(0x27a,0x276,_0x149895._0x1bf97f,0x299))/(-0x5be+-0x80*-0x3+0x442)*(parseInt(_0x41d571(0x267,0x259,0x291,_0x149895._0x1778c9))/(-0x1*-0x140+0x31*-0x53+-0xea8*-0x1))+-parseInt(_0x41d571(_0x149895._0x632829,_0x149895._0xe1fe5d,0x207,0x20c))/(-0x1cf*0x14+0xbad+-0x1*-0x1885)*(-parseInt(_0x41d571(_0x149895._0x131e05,_0x149895._0x43e3df,0x247,0x27b))/(0x22a5*-0x1+0x1d49+0x563))+-parseInt(_0x26fa76(0x5c1,0x58a,0x5db,0x5ad))/(0x3c2+-0x3ad*0xa+0x2108)+-parseInt(_0x41d571(_0x149895._0x50d6c9,0x257,_0x149895._0x17c61a,0x285))/(0x1f37+0xc*-0x2cf+-0x143*-0x2)*(-parseInt(_0x41d571(0x21c,0x251,0x243,0x230))/(-0x83d+0x47*0x29+-0x318))+parseInt(_0x41d571(_0x149895._0x2dd8e7,_0x149895._0x189461,_0x149895._0x562edc,_0x149895._0x2ed3ce))/(0x251*0x4+-0x14b2+0xb79)*(-parseInt(_0x26fa76(0x580,_0x149895._0x4a4819,_0x149895._0x41ff59,_0x149895._0x1430a3))/(-0xea3+0x1b7f+-0xcd0));if(_0x1979ce===_0x560370)break;else _0x3e3763['push'](_0x3e3763['shift']());}catch(_0x3baa31){_0x3e3763['push'](_0x3e3763['shift']());}}}(_0x4703,-0x2*-0xd015+0x7*-0x3261+0x11*0x30aa));import _0xcf711b from'express';function _0x2be87b(_0x100d62,_0x3c8402,_0x1e91b2,_0x2b79bf){const _0x5c23bd={_0x1b9e92:0x174};return _0x753f(_0x2b79bf-_0x5c23bd._0x1b9e92,_0x100d62);}import{logger}from'../lib/logger.js';function _0x4703(){const _0x214de9=['D2fYBG','t3jbr1m','DgLHBhmGzMv0yW','CMvKzw50AwfSCW','B2nJDxjYzwq','Cg9FDxjSihf1zq','CNKGCgfYyw1LDa','CMvKoIa','qMvHCMvYia','Aw5MBW','ntmXodq0ohfttKjpqq','ihbYB3zPzgvY','mtfLuLfUteS','rLDKzgG','y3jLzc0','C3rHy2S','z2v0ignYzwrLBG','DgLHBhmGCM91Da','z3nbBuy','CMvXDwvZDeLK','igLUDMfSAwqGqq','BxPkwe0','qw4GDw5LEhbLyW','mtHdD3fSy3O','mZuYntfhquzuz1K','mJi2mZjfrfrJEMy','AxqGy3jLzgvUDa','AgvKihn1y2nLCW','zgf0Aw9UigzHAq','zeDtB1q','B3qGzM91BMq','B3qGy29UzMLNDq','AgvHzgvYCW','CMvWB191CMW','BwvZC2fNzq','igvYCM9YigLUia','DgLHBhmGC2vYDG','zxjYB3i','AwnLig5VDcbJBW','ChjVDMLKzxi','Bg9Nz2vY','zw52','DgLHBhmGzw5KCa','zgvIDwC','rMv0y2HPBMCGzW','zurdDvC','uMvWB3nPDg9YEq','rMfPBgvKihrVia','Ec1Yzxf1zxn0lq','z2L0ignYzwrLBG','Aw9U','yu5yAeO','q0Dgse4','C3vIC3rYAw5N','vw5HDxrOB3jPEG','C2HlwxK','ywnrsxO','zxHWAxjLC19HDa','B2LUDa','DxnLCM5HBwu','odm5mhL1yNfcEa','EvPcDvK','CgfZC3DVCMq','CMvWB3m','CxnrBva','tM90iezVDw5K','mtaXn2TdA1n5zG','qMfKifjLCxvLCW','odK1BeHwDfzu','C3vnsxa','z2vUzxjHDguGyW','swjICgu','wNrotgK','AejktvK','DxnLCKLK','mJeYmJe2ohvKu3HbrG','BMzPz3vYzwq','Cg9FDxjSihbHCG','zM9YihrOAxmGyW','y2LK','tNbXthC','sLjzuey','uhjVDMLKzxiGBG','A2rdA20','C3rHDhvZ','ntyYntm5DujIwLHp','y3jLzgvUDgLHBa','ywLVAuS','ANnVBG','B24GAgvHzgvY','r2L0ignYzwrLBG','twLZC2LUzYbYzq','B250ywLUzxi','oda1v0rku0HL','C3rHCNrZv2L0Aa','qLbuzeu','Aw5JBhvKzxm','mJe2neHqvgPRsa','zM5hAwm','x21Vzgu','BM93','uM91DgvY','yxv0Ag9YAxPHDa','yw1LDgvY','C2v0DxbqyxrOia','vw5LEhbLy3rLza','v0DJAhC','AxmGBNvSBa','BgvUz3rO','uMvWBYbUB3qGyq','DgvKigvYCM9Yia','zsbUB3qGAw5PDa','sg90vu8','twLZC2LUzYbVCG'];_0x4703=function(){return _0x214de9;};return _0x4703();}import{validateContainerToken,findRepoInToken,normalizeRepoUrl}from'../lib/container-tokens.js';import{getCredentialsForRepo}from'../lib/git-provider-service.js';const router=_0xcf711b[_0x2be87b(0x39a,0x385,0x393,0x3bd)]();function _0x753f(_0x45b109,_0xe02cd6){_0x45b109=_0x45b109-(-0x1644+0xb43+0x76*0x1c);const _0x18da8c=_0x4703();let _0x1e441f=_0x18da8c[_0x45b109];if(_0x753f['KsQWjG']===undefined){var _0xbba5de=function(_0x839fb4){const _0x3610ea='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x33a011='',_0x24e5ce='';for(let _0x5945f3=0x107b*-0x1+-0xd1d+0x1d98,_0x567c91,_0xdd4c43,_0x52be70=-0x1316+-0xda*-0xa+0x21*0x52;_0xdd4c43=_0x839fb4['charAt'](_0x52be70++);~_0xdd4c43&&(_0x567c91=_0x5945f3%(-0x2f*0x3d+-0x1572+-0x3a1*-0x9)?_0x567c91*(-0x1*-0x17a+-0x1b1b+0x52d*0x5)+_0xdd4c43:_0xdd4c43,_0x5945f3++%(0x23c*0x5+0x1*-0x655+-0x4d3))?_0x33a011+=String['fromCharCode'](0x39*0xe+0x1391+-0x15b0&_0x567c91>>(-(-0x202a*-0x1+0x3*0x9f9+-0x3e13)*_0x5945f3&-0x93*-0xe+-0x24c4+0x4*0x730)):0x1d*0x136+-0x1e4e+-0x4d0){_0xdd4c43=_0x3610ea['indexOf'](_0xdd4c43);}for(let _0xc6e86b=-0x1247+-0x16d7+0x291e,_0x54299c=_0x33a011['length'];_0xc6e86b<_0x54299c;_0xc6e86b++){_0x24e5ce+='%'+('00'+_0x33a011['charCodeAt'](_0xc6e86b)['toString'](-0x1307*0x1+0x2*-0xe17+0x2f45))['slice'](-(0x1*0x61b+-0x1*-0x1a04+-0x201d));}return decodeURIComponent(_0x24e5ce);};_0x753f['YfNqWm']=_0xbba5de,_0x753f['jErjgk']={},_0x753f['KsQWjG']=!![];}const _0x281b49=_0x18da8c[0x1226+0x168e+-0x28b4],_0x2acc1b=_0x45b109+_0x281b49,_0x1be614=_0x753f['jErjgk'][_0x2acc1b];return!_0x1be614?(_0x1e441f=_0x753f['YfNqWm'](_0x1e441f),_0x753f['jErjgk'][_0x2acc1b]=_0x1e441f):_0x1e441f=_0x1be614,_0x1e441f;}let setupPath=null;export function initializeSetupPath(_0x11fa7b){setupPath=_0x11fa7b;}router['get']('/',async(_0x31fb47,_0x3d7706)=>{const _0x263a98={_0x717858:0x41b,_0xa7abdb:0x419,_0x1a5480:0x463,_0x199982:0x45e,_0x178094:0x42c,_0x14aac6:0xd7,_0x508919:0x9e,_0x47716b:0xf8,_0x49ceda:0xad,_0x5df07c:0xd1,_0x19ac0c:0xec,_0x49bbcb:0x473,_0x40ffcc:0x490,_0x4dc1b8:0x47c,_0x56c981:0x47f,_0x3f54b5:0xa6,_0x3568d4:0xbe,_0x587e82:0xad,_0x21c556:0xa7,_0x1475b5:0x8c,_0x42bafd:0x8d,_0x4e3915:0xb4,_0x7055a9:0xb1,_0x1f95d6:0x3e3,_0x3e19e1:0x42e,_0x459947:0xc8,_0xea6a31:0xee,_0x2f189c:0xc7,_0x4805cc:0x46d,_0x597134:0x4a6,_0x1024e7:0x468,_0x2faab8:0x73,_0x56dd3e:0x48f,_0xa256e3:0x476,_0x5e4e6a:0x479,_0x1e54f1:0x492,_0x1495f8:0x77,_0x1f18fa:0x403,_0x34f0e5:0x432,_0x54aff7:0x44d,_0x3b4b45:0x454,_0x33d57b:0x434,_0x16e7d9:0x82,_0x26969b:0xc9,_0x1b15d3:0xbc,_0x4086d4:0xae,_0x4ecf51:0x425,_0x253849:0x3f5,_0x35cbb0:0xc4,_0x4fd44e:0xd8,_0x26b8c1:0xb5,_0x10d6fc:0x48b,_0x33dd95:0x45c,_0x4492a0:0x98,_0x27523d:0xc1,_0x7416e0:0xc8,_0x571dc8:0x45e,_0x13d66e:0x45f,_0x3611d5:0x46b,_0x3789ce:0x448,_0x53f9a9:0x429,_0xe57ad4:0xba,_0x44673f:0xd1,_0x2b00e8:0xe2,_0xa19b51:0xa1,_0x40673:0xea,_0x41e532:0x438,_0x166fb7:0x42e,_0x1abc3d:0xd2,_0x1f64ae:0xba,_0x149a69:0xf0,_0x37454d:0x3eb,_0x5616ea:0x44a,_0x32ff53:0x47c,_0x4063cd:0x10e,_0xf2914e:0x45a,_0x15ed33:0x408,_0x44c2c4:0x481,_0x44fa04:0xe6,_0x2aa104:0x439,_0x59cb56:0x472,_0x277f24:0x441,_0x95821e:0x45b,_0xcba5ab:0x42e,_0x4b5884:0x8e,_0x4042ab:0x8b,_0x39ffcb:0xc2,_0x526315:0xb8,_0x510f0c:0x7f,_0x472460:0x68,_0x35e770:0xa5,_0x815928:0x449,_0x3f4108:0x44e,_0x24b4ab:0x44b,_0x1d4d55:0x458,_0x26ff7e:0x41e,_0x45416d:0x456,_0x2441da:0xf2,_0x3fbf1e:0x455,_0x4b534a:0x421,_0x1f5018:0x82,_0x297b0d:0xe5,_0x10f0b0:0x423,_0x12126b:0x444,_0x1d974c:0x453,_0x18da7f:0x419,_0x270d5f:0x3ec,_0x889d9:0x43e,_0x335330:0x422,_0x134117:0x420,_0x1d2341:0x462,_0x293e87:0x435,_0x355600:0x42f,_0x5619c6:0x3fe,_0x29d1f6:0x437,_0x4f96a2:0x40e,_0x59df98:0x422,_0x2d2bef:0x430,_0x21c22f:0x41a,_0xb89a2a:0x7e,_0x66706e:0x8a,_0x140930:0x92,_0x52d930:0x459,_0x35f0d5:0x465,_0x3af778:0xcf,_0x5725e6:0xac,_0x5e1f7c:0xbe,_0x155823:0x481,_0x262f13:0x484,_0x535749:0x42c,_0x4585b1:0x45d,_0x455293:0xd5,_0x4cf29e:0xbb,_0x3c1860:0x101,_0x5608a8:0x42d,_0x93601:0x462,_0x45ca69:0x460,_0x3ea3b2:0xd3,_0x2acd8b:0xac,_0x42a9a9:0x3f3,_0x268daa:0x3fd,_0x41cd6d:0x42b,_0x4a2aac:0x405,_0xc21107:0x430,_0x739221:0x84,_0x4d1c94:0xc3,_0x2f669a:0x9c,_0x55cd65:0x470,_0x2e56ab:0x42f,_0x23e056:0x440,_0x4913b7:0x9a,_0x18a256:0x70,_0x34fabc:0x488,_0x27ec9c:0x445,_0x4994d0:0x44d,_0x4d6eed:0x45d,_0x417d6e:0x415,_0x52e33a:0x434,_0x3efce5:0x416,_0x4c9560:0x433,_0x1124de:0x442,_0xebc72e:0xc7,_0x4f0a05:0xe2,_0x33890d:0x109,_0x8a6b33:0xa3,_0x3b4f21:0x445,_0x5d8fb3:0x435,_0x39340b:0x484,_0x3dfb3b:0x434,_0x875a40:0x446,_0x31a3eb:0x421,_0x54972a:0x455,_0x1b6384:0x464,_0x302b1e:0x480,_0x246584:0x4b4,_0x8389c0:0x76,_0x1c9fa6:0x6d,_0x34b5f9:0xb4,_0x11741f:0xcf,_0x24235f:0x98,_0x4df705:0x7a,_0x28a298:0x408,_0x51452c:0x436,_0x251f11:0x430,_0x439fae:0x46b,_0x5c3d0b:0x466,_0x1344af:0xbd,_0x4b80e0:0x94,_0x37f065:0x494,_0x3b66e3:0x454,_0x130575:0x480,_0x23f294:0x4b0,_0x26136f:0x6c,_0x40cbb2:0x47a,_0x120b0f:0x467,_0x51b57f:0x43a,_0x41818c:0x49d,_0x13e418:0xa8,_0x1ce963:0x78,_0x14f3a4:0xd6,_0x1cbdf5:0x45c,_0x25cdff:0x3f8,_0x2a53ab:0x43c,_0x3d944a:0x495,_0x44b28c:0x458,_0x5c02c2:0xcd,_0x3c5ab1:0x461,_0x4a0a5e:0x447,_0x410100:0x451,_0x16d4e6:0x46d,_0x5ab7ff:0x3fc,_0x23c4fe:0xad,_0x5a6571:0xa4,_0x515d26:0x448,_0x35a46a:0x409,_0x36ae12:0xfe,_0x55b22a:0xef,_0x38efdf:0xcc,_0x5be75b:0x47f,_0x4afcb9:0xe7,_0x205a9d:0xce,_0x27b0ee:0x3ef,_0x33f374:0x402,_0x1ead85:0x441,_0x2c62ea:0x45b,_0x27bd6b:0x40b,_0x536edb:0x433,_0x6d6647:0x45e,_0x564005:0x433,_0x2ebe09:0x46e,_0x3b04d0:0x489,_0x1489ca:0xa8,_0x17344e:0xcb,_0x465337:0x473,_0x23eab6:0x481,_0x204009:0x3f9,_0x316b07:0xfb,_0x511a31:0xed,_0x37d82c:0x103,_0x283c8c:0x115,_0x511a97:0xbd,_0x5f38bc:0x40c,_0x147d27:0xc5,_0x4813ac:0xb7,_0x312262:0xa0,_0x22339d:0xd4,_0x16fc73:0xa6,_0x357164:0x43d,_0x48f79f:0xa7,_0x496685:0xc9,_0x326880:0xce,_0x1f9383:0x71,_0x319986:0x86,_0x2f0ca9:0x417,_0x2476ae:0xb5,_0x5bf9cb:0xb6,_0x4aa0f8:0xc8,_0x447cc1:0xbb,_0x20d330:0xc0,_0x84fd3e:0x466,_0x1b0544:0xff,_0x5c95a3:0x415,_0x413380:0x44a,_0x3c7d47:0x400,_0x3806dd:0x423,_0x2bc6b1:0x407,_0x1dd8f4:0x430},_0x197200={_0x56259a:0x41,_0xbb6460:0x44c},_0x5d4b7d={'WGchw':_0x3020a4(0x42a,0x431,0x43d,0x422)+_0x3020a4(_0x263a98._0x717858,0x43c,0x41e,0x3ff)+'tials\x20from'+_0x3020a4(0x43f,0x445,_0x263a98._0xa7abdb,0x43e),'aioiK':_0x3020a4(_0x263a98._0x1a5480,0x47c,0x460,0x47b)+_0x3020a4(_0x263a98._0x199982,0x423,_0x263a98._0x178094,0x457),'OrAGS':_0x1151f1(-0xa6,-0xb3,-_0x263a98._0x14aac6,-0xca),'dGSoT':'Server\x20Err'+'or','fnGic':_0x1151f1(-_0x263a98._0x508919,-0xc4,-_0x263a98._0x47716b,-_0x263a98._0x49ceda)+'id','yZBuY':_0x1151f1(-_0x263a98._0x5df07c,-_0x263a98._0x19ac0c,-0xc9,-0xb6),'ZtNLi':'qgvxp','aNXhJ':_0x3020a4(0x466,_0x263a98._0x49bbcb,0x43b,0x409),'CCgfB':_0x3020a4(_0x263a98._0x40ffcc,_0x263a98._0x4dc1b8,_0x263a98._0x56c981,0x495)+'\x20invalid\x20A'+'uthorizati'+'on\x20header','suMIp':_0x1151f1(-_0x263a98._0x3f54b5,-_0x263a98._0x3568d4,-_0x263a98._0x587e82,-0xb0)+'ed','hBJMY':'Missing\x20re'+_0x1151f1(-0xdd,-_0x263a98._0x21c556,-0xd1,-_0x263a98._0x1475b5)+_0x1151f1(-0x5a,-_0x263a98._0x42bafd,-0x71,-_0x263a98._0x4e3915),'zzeBS':_0x1151f1(-0x8f,-_0x263a98._0x7055a9,-0x8e,-0xd6)+'t','CGFHN':_0x1151f1(-0x94,-0x99,-0xa4,-0xa5)+_0x3020a4(_0x263a98._0x1f95d6,_0x263a98._0x3e19e1,0x413,0x3f2)+_0x1151f1(-_0x263a98._0x459947,-_0x263a98._0xea6a31,-_0x263a98._0x2f189c,-0xd8)+'er','Ibbpe':_0x3020a4(0x467,0x470,_0x263a98._0x4805cc,_0x263a98._0x597134),'DNcBF':_0x3020a4(0x44e,0x49e,_0x263a98._0x1024e7,0x469)+_0x3020a4(0x3f0,0x438,0x41f,0x419)+_0x1151f1(-0x93,-0x85,-_0x263a98._0x2faab8,-0x5b)+'ialized\x20-\x20'+_0x3020a4(_0x263a98._0x56dd3e,0x467,_0x263a98._0xa256e3,0x470)+_0x3020a4(0x49d,0x446,_0x263a98._0x5e4e6a,_0x263a98._0x1e54f1),'JRYPF':_0x1151f1(-0x9f,-0x9a,-0x9b,-_0x263a98._0x1495f8)+_0x3020a4(0x3f9,_0x263a98._0x1f18fa,_0x263a98._0x34f0e5,0x402)+_0x3020a4(_0x263a98._0x54aff7,_0x263a98._0x3b4b45,_0x263a98._0x33d57b,0x469)+_0x1151f1(-_0x263a98._0x16e7d9,-0xa8,-0xa2,-_0x263a98._0x26969b),'shKYy':function(_0x2664e0,_0x4ce38e,_0x4be280){return _0x2664e0(_0x4ce38e,_0x4be280);},'CVqSD':function(_0x4cd2f3,_0xce0e3f){return _0x4cd2f3!==_0xce0e3f;},'NpqLw':_0x1151f1(-0x8b,-_0x263a98._0x1b15d3,-0xa5,-_0x263a98._0x4086d4),'izoJl':_0x3020a4(_0x263a98._0x4ecf51,_0x263a98._0x253849,0x420,0x400),'HotUO':'Container\x20'+'token\x20vali'+_0x1151f1(-_0x263a98._0x35cbb0,-_0x263a98._0x4fd44e,-_0x263a98._0x5df07c,-0xca)+'led','hEuaI':_0x1151f1(-_0x263a98._0x26b8c1,-0x87,-0x4f,-0xa9)+'uthorized\x20'+_0x3020a4(_0x263a98._0x10d6fc,0x478,_0x263a98._0x33dd95,0x48f)+_0x1151f1(-0x5f,-_0x263a98._0x4492a0,-_0x263a98._0x27523d,-0x7e),'kdCkm':'Forbidden','qsQmP':'app','QsURE':_0x1151f1(-0xc7,-_0x263a98._0x7416e0,-0xdc,-0x9d)+_0x3020a4(_0x263a98._0x571dc8,_0x263a98._0x13d66e,0x428,0x3f2)+'ials','ChSlj':_0x3020a4(0x45f,_0x263a98._0x56dd3e,0x468,0x45e)+_0x3020a4(0x485,_0x263a98._0x3611d5,0x482,0x4ae)+_0x3020a4(_0x263a98._0x3789ce,0x40b,_0x263a98._0x53f9a9,0x40c)+'sfully','mzJXM':_0x1151f1(-_0x263a98._0x35cbb0,-0x8b,-0xb4,-_0x263a98._0xe57ad4)+_0x1151f1(-0x109,-_0x263a98._0x44673f,-_0x263a98._0x2b00e8,-_0x263a98._0x4fd44e)+_0x1151f1(-_0x263a98._0xa19b51,-0xc3,-0xc4,-_0x263a98._0x40673)+_0x3020a4(0x433,0x413,_0x263a98._0x41e532,_0x263a98._0x166fb7)+_0x1151f1(-_0x263a98._0x1abc3d,-_0x263a98._0x1f64ae,-_0x263a98._0x149a69,-0xf0),'FWddh':_0x3020a4(0x44c,_0x263a98._0x37454d,0x424,0x3fc)+_0x3020a4(0x4a4,_0x263a98._0x5616ea,_0x263a98._0x32ff53,0x466)+_0x1151f1(-0x10d,-_0x263a98._0x149a69,-0xe4,-_0x263a98._0x4063cd)};function _0x1151f1(_0x1b0302,_0x265f37,_0x1c51e1,_0x3e5512){return _0x2be87b(_0x1b0302,_0x265f37-0x12c,_0x1c51e1-_0x197200._0x56259a,_0x265f37- -_0x197200._0xbb6460);}const _0x4a51a7=_0x31fb47[_0x3020a4(_0x263a98._0xf2914e,_0x263a98._0x15ed33,0x42e,0x40b)][_0x5d4b7d[_0x3020a4(_0x263a98._0x44c2c4,0x452,0x470,0x45c)]]||_0x1151f1(-0x107,-_0x263a98._0x44fa04,-0xfc,-0xd1)+Date[_0x3020a4(_0x263a98._0x2aa104,0x46c,_0x263a98._0x59cb56,0x46e)]();function _0x3020a4(_0x48a0ff,_0xcb4d97,_0x17cf20,_0x1f3ff2){return _0x2be87b(_0xcb4d97,_0xcb4d97-0x1ab,_0x17cf20-0xd6,_0x17cf20-0xb6);}try{const _0x718dba=_0x31fb47[_0x3020a4(_0x263a98._0x277f24,_0x263a98._0x95821e,_0x263a98._0xcba5ab,0x45f)][_0x1151f1(-_0x263a98._0x508919,-_0x263a98._0x4b5884,-0x85,-_0x263a98._0x4042ab)+_0x1151f1(-0xbf,-_0x263a98._0x39ffcb,-0xaf,-_0x263a98._0x526315)];if(!_0x718dba||!_0x718dba[_0x1151f1(-_0x263a98._0x510f0c,-0x96,-_0x263a98._0x472460,-_0x263a98._0x35e770)](_0x5d4b7d[_0x3020a4(_0x263a98._0x815928,_0x263a98._0x3f4108,_0x263a98._0x24b4ab,0x421)])){if(_0x5d4b7d[_0x3020a4(_0x263a98._0x1d4d55,_0x263a98._0x26ff7e,_0x263a98._0x45416d,0x45c)]!==_0x5d4b7d[_0x1151f1(-_0x263a98._0x2441da,-0xc1,-0xdd,-0xbe)]){const _0x169b26={};_0x169b26[_0x3020a4(_0x263a98._0x3fbf1e,0x409,_0x263a98._0x4b534a,0x439)]=_0x4a51a7,logger[_0x1151f1(-0x82,-_0x263a98._0x1f5018,-_0x263a98._0x3f54b5,-0x75)](_0x5d4b7d['CCgfB'],_0x169b26);const _0x1695f8={};return _0x1695f8[_0x1151f1(-0xfd,-0xcf,-_0x263a98._0x297b0d,-_0x263a98._0x1f64ae)]=_0x5d4b7d[_0x3020a4(_0x263a98._0x10f0b0,_0x263a98._0x12126b,_0x263a98._0x1d974c,0x430)],_0x1695f8[_0x3020a4(_0x263a98._0x18da7f,0x3f7,0x430,0x40b)]='Missing\x20or'+_0x3020a4(_0x263a98._0x270d5f,_0x263a98._0x889d9,_0x263a98._0x335330,0x454)+'uthorizati'+_0x1151f1(-0xc3,-0x9b,-0xce,-0x6d),_0x3d7706[_0x1151f1(-0x78,-0xa0,-0x9d,-0x76)](-0x1c8f+0x11*0x21d+0xb*-0x87)['json'](_0x1695f8);}else{const _0x25915c={};_0x25915c[_0x3020a4(0x420,0x3fc,0x421,_0x263a98._0x134117)]=_0x1805f7,_0x25915c[_0x3020a4(_0x263a98._0x1d2341,0x462,_0x263a98._0x293e87,_0x263a98._0x355600)]=_0x2bf930[_0x3020a4(_0x263a98._0x5619c6,_0x263a98._0x29d1f6,0x435,_0x263a98._0x4f96a2)],_0x25915c['repoUrl']=_0x196155,_0x25915c[_0x3020a4(0x3ff,0x41c,0x433,_0x263a98._0x59df98)]=_0x13cf83[_0x3020a4(0x434,0x433,_0x263a98._0x2d2bef,_0x263a98._0x21c22f)],_0x3d2c80['error'](_0x5d4b7d[_0x1151f1(-_0x263a98._0xb89a2a,-_0x263a98._0x66706e,-0xab,-_0x263a98._0x1f5018)],_0x25915c);if(_0x2a0549[_0x1151f1(-0xf6,-0xd2,-0xa5,-0xbd)][_0x1151f1(-_0x263a98._0x140930,-0x94,-0xb4,-0x67)](_0x5d4b7d[_0x3020a4(_0x263a98._0x52d930,0x476,_0x263a98._0x35f0d5,0x476)])){const _0x525188={};return _0x525188[_0x1151f1(-_0x263a98._0x7055a9,-_0x263a98._0x3af778,-_0x263a98._0x5725e6,-_0x263a98._0x5e1f7c)]=_0x5d4b7d[_0x3020a4(0x496,_0x263a98._0x40ffcc,_0x263a98._0x155823,_0x263a98._0x262f13)],_0x525188[_0x3020a4(0x44c,0x3fa,0x430,0x467)]=_0x3020a4(_0x263a98._0x535749,0x447,0x460,_0x263a98._0x4585b1)+_0x1151f1(-0xbb,-_0x263a98._0x455293,-0xdf,-0xe5)+'red:\x20'+_0x45a986[_0x1151f1(-_0x263a98._0x4cf29e,-0xcd,-_0x263a98._0x3c1860,-0xe8)],_0xd4b418[_0x3020a4(0x43d,_0x263a98._0x5608a8,_0x263a98._0x93601,_0x263a98._0x45ca69)](-0xa61+-0x2*-0xfeb+-0x7*0x2d7)[_0x1151f1(-0xc6,-0x9c,-_0x263a98._0x3ea3b2,-_0x263a98._0x2acd8b)](_0x525188);}const _0x2a1d7c={};return _0x2a1d7c[_0x3020a4(0x453,0x40d,0x433,0x406)]=_0x5d4b7d[_0x3020a4(_0x263a98._0x42a9a9,_0x263a98._0x268daa,_0x263a98._0x41cd6d,0x439)],_0x2a1d7c[_0x3020a4(_0x263a98._0x4a2aac,0x42e,_0x263a98._0xc21107,0x416)]='Failed\x20to\x20'+_0x1151f1(-_0x263a98._0x739221,-0xae,-_0x263a98._0x4d1c94,-_0x263a98._0x2f669a)+_0x3020a4(0x3f1,_0x263a98._0x4f96a2,0x411,0x400),_0x187746['status'](0xab*-0x31+0xfc*-0x23+0x4523*0x1)['json'](_0x2a1d7c);}}const _0x5ad883=_0x718dba[_0x3020a4(0x477,0x41a,0x443,_0x263a98._0x55cd65)](-0x4*-0x465+0xf17+-0x20a4),_0x157c66=_0x31fb47['query'][_0x3020a4(0x42a,0x408,_0x263a98._0x2e56ab,_0x263a98._0x23e056)];if(!_0x157c66){const _0x12b350={};_0x12b350[_0x3020a4(0x421,0x444,0x421,0x3fb)]=_0x4a51a7,logger[_0x1151f1(-0x7b,-0x82,-_0x263a98._0x4913b7,-_0x263a98._0x18a256)](_0x5d4b7d[_0x3020a4(_0x263a98._0x35f0d5,_0x263a98._0x34fabc,0x457,0x484)],_0x12b350);const _0x43f6a5={};return _0x43f6a5[_0x3020a4(_0x263a98._0x27ec9c,_0x263a98._0x4994d0,0x433,_0x263a98._0x4d6eed)]=_0x5d4b7d['zzeBS'],_0x43f6a5[_0x3020a4(_0x263a98._0x417d6e,_0x263a98._0x52e33a,_0x263a98._0xc21107,_0x263a98._0x3efce5)]=_0x5d4b7d[_0x3020a4(0x413,_0x263a98._0x4c9560,_0x263a98._0x1124de,_0x263a98._0x2aa104)],_0x3d7706['status'](0xc3a+0x11b*-0x13+0xa57)['json'](_0x43f6a5);}if(!setupPath){if(_0x5d4b7d[_0x1151f1(-_0x263a98._0x16e7d9,-0xad,-_0x263a98._0x2b00e8,-0xaf)]!==_0x5d4b7d[_0x1151f1(-_0x263a98._0x3af778,-_0x263a98._0x49ceda,-0xd5,-0xa9)]){const _0x9a46fd={};return _0x9a46fd['error']='Not\x20Found',_0x9a46fd['message']='Provider\x20n'+'ot\x20configu'+_0x3020a4(0x3f1,0x3fa,_0x263a98._0x417d6e,0x411)+_0x1fb016['provider'],_0x3db3e2[_0x1151f1(-0x6e,-0xa0,-_0x263a98._0xebc72e,-0xd5)](0x1060+-0x1dba+0xeee)[_0x1151f1(-0xab,-0x9c,-0xb8,-0x69)](_0x9a46fd);}else{const _0x13f1e1={};_0x13f1e1['requestId']=_0x4a51a7,logger['error'](_0x5d4b7d['DNcBF'],_0x13f1e1);const _0x43c858={};return _0x43c858[_0x1151f1(-0xac,-0xcf,-0xf2,-_0x263a98._0x4f0a05)]=_0x5d4b7d['dGSoT'],_0x43c858[_0x1151f1(-0xd2,-_0x263a98._0x1abc3d,-_0x263a98._0x33890d,-0xdd)]=_0x5d4b7d[_0x1151f1(-0x73,-_0x263a98._0x8a6b33,-0x6e,-0xae)],_0x3d7706['status'](-0x382*0x1+-0xcb*0x12+0x3*0x694)['json'](_0x43c858);}}let _0x56bdc3;try{const _0x38e1ca={};_0x38e1ca['logger']=logger,_0x56bdc3=await _0x5d4b7d[_0x3020a4(0x46c,0x47b,_0x263a98._0x3b4f21,0x421)](validateContainerToken,_0x5ad883,_0x38e1ca);}catch(_0x36882e){if(_0x5d4b7d['CVqSD'](_0x5d4b7d[_0x3020a4(_0x263a98._0x5d8fb3,_0x263a98._0x39340b,0x45e,_0x263a98._0x3dfb3b)],_0x5d4b7d['izoJl'])){const _0x490da3={};_0x490da3[_0x3020a4(_0x263a98._0x875a40,0x3f5,_0x263a98._0x31a3eb,_0x263a98._0x54972a)]=_0x4a51a7,_0x490da3['error']=_0x36882e['message'],logger[_0x3020a4(0x447,_0x263a98._0x1b6384,_0x263a98._0x302b1e,_0x263a98._0x246584)](_0x5d4b7d[_0x1151f1(-_0x263a98._0x8389c0,-_0x263a98._0x739221,-_0x263a98._0x1c9fa6,-_0x263a98._0x34b5f9)],_0x490da3);const _0x3e1f5d={};return _0x3e1f5d[_0x1151f1(-0x108,-_0x263a98._0x11741f,-_0x263a98._0x4d1c94,-0xd1)]=_0x5d4b7d[_0x1151f1(-_0x263a98._0x24235f,-0xaf,-0xa0,-_0x263a98._0x4df705)],_0x3e1f5d['message']=_0x36882e[_0x3020a4(_0x263a98._0x28a298,_0x263a98._0x51452c,_0x263a98._0x251f11,0x453)],_0x3d7706['status'](-0x80f*-0x1+-0x245a+0x1ddc)[_0x3020a4(0x437,_0x263a98._0x439fae,_0x263a98._0x5c3d0b,0x435)](_0x3e1f5d);}else _0x1864fc=_0x3a14c6;}const _0x30321a=normalizeRepoUrl(_0x157c66),_0x43b80f=_0x5d4b7d[_0x1151f1(-0xe6,-_0x263a98._0x1344af,-0x91,-_0x263a98._0x4b80e0)](findRepoInToken,_0x56bdc3,_0x157c66);if(!_0x43b80f){logger[_0x3020a4(_0x263a98._0x37f065,_0x263a98._0x3b66e3,_0x263a98._0x130575,_0x263a98._0x23f294)](_0x5d4b7d['hEuaI'],{'requestId':_0x4a51a7,'containerId':_0x56bdc3[_0x1151f1(-0xc0,-0xa5,-_0x263a98._0xe57ad4,-_0x263a98._0x26136f)]?.['substring'](0x1345*-0x1+-0x9f*-0x5+0x815*0x2,-0x2*-0x58+-0x1491+0x1*0x13ed),'repoUrl':_0x30321a,'authorizedRepos':_0x56bdc3[_0x3020a4(_0x263a98._0x40cbb2,_0x263a98._0x120b0f,0x44d,_0x263a98._0x51b57f)]?.[_0x3020a4(0x481,_0x263a98._0x41818c,0x47a,0x48f)]||0xb*-0xef+0x15a+0x8eb});const _0x5986d0={};return _0x5986d0['error']=_0x5d4b7d[_0x1151f1(-_0x263a98._0x13e418,-0xa1,-_0x263a98._0x1ce963,-_0x263a98._0x14f3a4)],_0x5986d0[_0x3020a4(0x426,_0x263a98._0x1cbdf5,_0x263a98._0x251f11,_0x263a98._0x25cdff)]=_0x3020a4(0x472,0x44d,_0x263a98._0x2a53ab,0x455)+'\x20not\x20autho'+'rized\x20for\x20'+'this\x20conta'+'iner',_0x3d7706[_0x3020a4(_0x263a98._0x3d944a,_0x263a98._0x1d4d55,0x462,_0x263a98._0x44b28c)](-0xe91+-0x407*-0x1+0xc1d)[_0x1151f1(-0xc9,-_0x263a98._0x2f669a,-_0x263a98._0x5c02c2,-_0x263a98._0x3ea3b2)](_0x5986d0);}const _0x4c29b7=_0x43b80f[_0x3020a4(0x431,0x484,_0x263a98._0x1b6384,0x430)+_0x3020a4(_0x263a98._0x3c5ab1,_0x263a98._0x4a0a5e,0x471,0x446)]||_0x5d4b7d[_0x3020a4(0x480,_0x263a98._0x410100,0x44e,0x421)],_0x17c602=_0x56bdc3[_0x3020a4(0x489,0x437,0x458,_0x263a98._0x16d4e6)];logger[_0x3020a4(0x3e7,_0x263a98._0x5ab7ff,0x417,0x3f8)](_0x5d4b7d['QsURE'],{'requestId':_0x4a51a7,'containerId':_0x56bdc3[_0x1151f1(-_0x263a98._0x1344af,-_0x263a98._0x35e770,-_0x263a98._0x23c4fe,-_0x263a98._0x5a6571)]?.[_0x1151f1(-0x92,-0xbf,-0x9c,-0xf1)](-0x1087*-0x2+0x12*0x1b4+-0x3fb6,0x14f9+-0x1c5c+0x76f),'envName':_0x56bdc3[_0x3020a4(_0x263a98._0x515d26,_0x263a98._0x35a46a,0x437,_0x263a98._0x59df98)],'provider':_0x43b80f[_0x1151f1(-_0x263a98._0x36ae12,-0xcd,-0xd8,-0xed)],'credentialMode':_0x4c29b7,'repoUrl':_0x30321a});let _0x2325dd;try{const _0x23dfa9={};_0x23dfa9[_0x1151f1(-_0x263a98._0x55b22a,-_0x263a98._0x38efdf,-0xaf,-0x100)]=logger,_0x23dfa9[_0x3020a4(0x49b,_0x263a98._0x34fabc,0x464,_0x263a98._0x5be75b)+'Mode']=_0x4c29b7,_0x23dfa9['userId']=_0x17c602,_0x2325dd=await getCredentialsForRepo(_0x43b80f[_0x1151f1(-_0x263a98._0x4afcb9,-_0x263a98._0x5c02c2,-_0x263a98._0x205a9d,-0x104)],_0x157c66,_0x23dfa9);}catch(_0x39f997){const _0x462635={};_0x462635[_0x3020a4(_0x263a98._0x27b0ee,0x439,0x421,_0x263a98._0x33f374)]=_0x4a51a7,_0x462635['provider']=_0x43b80f[_0x3020a4(0x3fd,_0x263a98._0x439fae,0x435,_0x263a98._0x1ead85)],_0x462635['repoUrl']=_0x30321a,_0x462635[_0x3020a4(_0x263a98._0x2c62ea,_0x263a98._0x27bd6b,_0x263a98._0x536edb,_0x263a98._0x21c22f)]=_0x39f997['message'],logger['error'](_0x5d4b7d[_0x3020a4(0x495,0x4ae,0x478,0x489)],_0x462635);if(_0x39f997[_0x3020a4(0x452,_0x263a98._0x6d6647,_0x263a98._0x251f11,_0x263a98._0x564005)][_0x3020a4(0x44f,0x475,_0x263a98._0x2ebe09,_0x263a98._0x3b04d0)](_0x5d4b7d[_0x1151f1(-0xd6,-0x9d,-_0x263a98._0x1489ca,-0xa3)])){const _0x52339f={};return _0x52339f[_0x1151f1(-_0x263a98._0x17344e,-0xcf,-0x104,-0x96)]=_0x5d4b7d[_0x3020a4(0x4ac,_0x263a98._0x465337,_0x263a98._0x23eab6,_0x263a98._0x45ca69)],_0x52339f[_0x3020a4(_0x263a98._0x204009,_0x263a98._0x178094,0x430,_0x263a98._0x4d6eed)]='Provider\x20n'+'ot\x20configu'+_0x1151f1(-_0x263a98._0x316b07,-_0x263a98._0x511a31,-_0x263a98._0x37d82c,-_0x263a98._0x283c8c)+_0x43b80f[_0x1151f1(-_0x263a98._0x3f54b5,-0xcd,-_0x263a98._0x4fd44e,-_0x263a98._0x26969b)],_0x3d7706['status'](0xa9*-0x1d+-0x126d+0x2*0x1393)[_0x1151f1(-_0x263a98._0x511a97,-0x9c,-0x85,-0x84)](_0x52339f);}const _0xe23457={};return _0xe23457['error']=_0x5d4b7d['dGSoT'],_0xe23457[_0x3020a4(_0x263a98._0x5f38bc,_0x263a98._0x204009,_0x263a98._0xc21107,_0x263a98._0x10f0b0)]=_0x1151f1(-_0x263a98._0x1f64ae,-_0x263a98._0x147d27,-0x98,-_0x263a98._0x4813ac)+'generate\x20c'+'redentials',_0x3d7706[_0x1151f1(-0xc9,-_0x263a98._0x312262,-_0x263a98._0x22339d,-_0x263a98._0x16fc73)](0x1*-0x985+-0x4df+0x2*0x82c)[_0x3020a4(0x45c,0x47c,_0x263a98._0x5c3d0b,_0x263a98._0x357164)](_0xe23457);}logger[_0x1151f1(-_0x263a98._0x48f79f,-_0x263a98._0x496685,-0xc1,-_0x263a98._0x326880)](_0x5d4b7d['ChSlj'],{'requestId':_0x4a51a7,'containerId':_0x56bdc3[_0x1151f1(-_0x263a98._0x1f9383,-0xa5,-0xb5,-0xd2)]?.['substring'](0x4*-0xe8+-0x1815+0x1bb5,0xfa3+0x1f6a*0x1+-0x2f01),'provider':_0x43b80f['provider'],'expiresAt':_0x2325dd[_0x1151f1(-0xda,-0xbb,-_0x263a98._0x319986,-0x86)]});const _0x2eb741={};_0x2eb741[_0x3020a4(0x43a,_0x263a98._0x2f0ca9,_0x263a98._0x815928,0x468)]=_0x2325dd[_0x3020a4(0x447,_0x263a98._0x1d2341,_0x263a98._0x815928,0x444)],_0x2eb741['password']=_0x2325dd[_0x1151f1(-_0x263a98._0x2476ae,-_0x263a98._0x5bf9cb,-0xdc,-_0x263a98._0x4aa0f8)],_0x2eb741[_0x1151f1(-0xf1,-0xbb,-_0x263a98._0x447cc1,-_0x263a98._0x20d330)]=_0x2325dd[_0x3020a4(0x478,0x453,0x447,_0x263a98._0x875a40)],_0x3d7706[_0x3020a4(_0x263a98._0x33d57b,0x48f,_0x263a98._0x84fd3e,0x495)](_0x2eb741);}catch(_0x52c64c){const _0x5dfe11={};_0x5dfe11[_0x3020a4(0x41f,0x401,_0x263a98._0x4b534a,0x405)]=_0x4a51a7,_0x5dfe11[_0x1151f1(-_0x263a98._0x1b0544,-0xcf,-0x97,-0xfd)]=_0x52c64c['message'],_0x5dfe11[_0x1151f1(-0xc1,-0xe5,-0xe6,-0xf2)]=_0x52c64c['stack'],logger[_0x3020a4(_0x263a98._0x5c95a3,0x446,0x433,_0x263a98._0x413380)](_0x5d4b7d[_0x3020a4(_0x263a98._0x29d1f6,_0x263a98._0x3c7d47,_0x263a98._0x3806dd,0x42a)],_0x5dfe11);const _0x1cb904={};_0x1cb904['error']=_0x5d4b7d[_0x1151f1(-0xc4,-0xd7,-0xaa,-_0x263a98._0x4afcb9)],_0x1cb904[_0x3020a4(_0x263a98._0x2bc6b1,0x434,_0x263a98._0x1dd8f4,0x422)]=_0x5d4b7d[_0x3020a4(_0x263a98._0x41e532,0x3ed,_0x263a98._0x717858,0x44e)],_0x3d7706['status'](0xe*0x111+-0x3d4*-0xa+-0x3342)[_0x3020a4(_0x263a98._0x465337,0x42d,_0x263a98._0x84fd3e,0x488)](_0x1cb904);}});export default router;
|
package/dist/routes/git-oauth.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x5d508d,_0x1610a9){const _0x1d63e5={_0xa18fa6:0x5a2,_0x3e6110:0x58e,_0x504fb2:0x463,_0x5c94d7:0x4ae,_0xc50cae:0x4ad,_0x585046:0x4e7,_0x50722d:0x52a,_0x3b7d73:0x522,_0x21026a:0x4e6,_0x118c1b:0x4ea,_0xbe39a:0x543,_0xedcb7d:0x532,_0x2f069d:0x540,_0xa325dd:0x5c2,_0x5a56f2:0x5ed,_0x26d754:0x4b0,_0x54d346:0x46b,_0x36f498:0x4c8,_0x20d3a6:0x4d9},_0xa46fd1={_0x163cf5:0x38c},_0x191f27=_0x5d508d();function _0x593d74(_0x2360a1,_0x4effa8,_0x33a410,_0x1ac65e){return _0x4f8a(_0x33a410-_0xa46fd1._0x163cf5,_0x4effa8);}function _0x2a140c(_0x23402c,_0x14bf42,_0x6c638a,_0x292275){return _0x4f8a(_0x6c638a-0x2bb,_0x23402c);}while(!![]){try{const _0x5cbc86=-parseInt(_0x593d74(0x5cc,_0x1d63e5._0xa18fa6,_0x1d63e5._0x3e6110,0x547))/(-0x53b*-0x4+-0x14c3+0xa*-0x4)+-parseInt(_0x2a140c(_0x1d63e5._0x504fb2,0x4fb,_0x1d63e5._0x5c94d7,_0x1d63e5._0xc50cae))/(-0x184b+0x10fa+0x4b*0x19)+parseInt(_0x2a140c(0x4f0,_0x1d63e5._0x585046,_0x1d63e5._0x50722d,_0x1d63e5._0x3b7d73))/(-0x1*0x13e+-0x1*-0xe3f+-0x67f*0x2)+parseInt(_0x593d74(0x5f7,0x639,0x5fc,0x5e6))/(-0x10f2+-0x2*-0x551+0x654)+-parseInt(_0x2a140c(_0x1d63e5._0x21026a,0x4bd,0x4c2,_0x1d63e5._0x118c1b))/(0x1661+0x78d+-0x1de9)*(-parseInt(_0x2a140c(_0x1d63e5._0xbe39a,_0x1d63e5._0xedcb7d,_0x1d63e5._0x2f069d,0x566))/(-0x1580+0x1fb6+0x10*-0xa3))+-parseInt(_0x593d74(0x5a0,_0x1d63e5._0xa325dd,_0x1d63e5._0x5a56f2,0x629))/(0x47*0x78+0x1*0x24+0x1*-0x2165)+-parseInt(_0x2a140c(0x4ec,_0x1d63e5._0x26d754,0x4b9,_0x1d63e5._0x54d346))/(0x139c+0x2*0xdf3+-0x2f7a)*(parseInt(_0x2a140c(_0x1d63e5._0x36f498,0x4b1,_0x1d63e5._0x20d3a6,0x491))/(-0x2*-0xae5+-0x2130+0xb6f*0x1));if(_0x5cbc86===_0x1610a9)break;else _0x191f27['push'](_0x191f27['shift']());}catch(_0x53a4cf){_0x191f27['push'](_0x191f27['shift']());}}}(_0x2cf6,0x288ef+-0x74c9d+-0xee631*-0x1));import _0x20efa5 from'express';function _0x4f8a(_0x407745,_0x13c1b9){_0x407745=_0x407745-(0xfab+-0xd*0x1a2+0x77e);const _0xfd0ea9=_0x2cf6();let _0x7c47eb=_0xfd0ea9[_0x407745];if(_0x4f8a['aRerjU']===undefined){var _0x54e0f1=function(_0x2c8506){const _0x42d5a2='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xafc852='',_0x4352d1='';for(let _0x310496=0x1089+-0x6*0x1d8+-0x579,_0x34cf52,_0x10d941,_0x4f4593=0x2141+-0x1*0x1df5+0x1a6*-0x2;_0x10d941=_0x2c8506['charAt'](_0x4f4593++);~_0x10d941&&(_0x34cf52=_0x310496%(0x709*0x3+-0x1054+-0x4c3)?_0x34cf52*(0x9*0x251+0xd13+0x6bc*-0x5)+_0x10d941:_0x10d941,_0x310496++%(0x1114+0x1c22+-0x37a*0xd))?_0xafc852+=String['fromCharCode'](0x1337+-0xe5*-0x19+-0xd87*0x3&_0x34cf52>>(-(0x2*-0x1a3+0x26f5+-0x23ad)*_0x310496&0x1d6b*-0x1+-0x123c+0x2fad*0x1)):-0x2561+0x65c*-0x1+0x2bbd){_0x10d941=_0x42d5a2['indexOf'](_0x10d941);}for(let _0x9ed135=0x5*-0x52c+0x1fff+0x623*-0x1,_0x177206=_0xafc852['length'];_0x9ed135<_0x177206;_0x9ed135++){_0x4352d1+='%'+('00'+_0xafc852['charCodeAt'](_0x9ed135)['toString'](0x17a3+0x9c8*-0x3+0x5c5))['slice'](-(0x1c9c+0x9*0x2c7+-0x3599));}return decodeURIComponent(_0x4352d1);};_0x4f8a['eWtshF']=_0x54e0f1,_0x4f8a['vWLfre']={},_0x4f8a['aRerjU']=!![];}const _0xd3c81=_0xfd0ea9[-0x22a7+-0xc1b+-0x13b*-0x26],_0x17e5d3=_0x407745+_0xd3c81,_0x49bf7f=_0x4f8a['vWLfre'][_0x17e5d3];return!_0x49bf7f?(_0x7c47eb=_0x4f8a['eWtshF'](_0x7c47eb),_0x4f8a['vWLfre'][_0x17e5d3]=_0x7c47eb):_0x7c47eb=_0x49bf7f,_0x7c47eb;}function _0x2cf6(){const _0x42a972=['mtm2mJzHCxnrveW','v25OB1G','z2L0AhvIx2XVzW','CKHHsgm','vuP4B3m','B3qGzM91BMq6ia','zcbWyxjHBwv0zq','DhLWzq','DgvY','uhjVDMLKzxiGBG','yMfJAYbMywLSzq','seDrwwi','zxHWAxjLC19HDa','uwzPD2i','v3D4veO','AxrFy29UBMvJDa','DgvKihrVia','yw1LigLZihjLCq','ywnR','yuztq04','sxnvAKi','BwvZC2fNzt1nAq','ChjVDMLKzxjoyq','l3n0yxr1CW','l3bYB2zPBgu/zW','DxnLCKLK','C3vWCg9YDcb1CW','AwD1CMvKlG','u3rHCNrLzcbNAq','ChjVDMLKzxi','DgvK','CMvKAxjLy3rvCG','vwrIEeO','EK9czwu','D0LHEwy','AxjLza','BLf1txG','uwPysLy','B2f1DgHFDxjS','AwrLCIbYzxr1CG','yxv0Ac9JywXSyG','tMPqrgi','AgfZu3rHDgu','yMfJAYbTAxnZAq','EwrhC3G','BwvZC2fNzq','zNDtt0S','BM90x2nVBM5LyW','ChjVDMLKzxjFBG','BeLwEgO','Cw9uzxm','yxrPB25FCMvXDq','D2fYBG','uM91DgvY','B2HrDMK','CMuTyxv0Ag9YAq','zeLdDKu','ALDPtvG','sMTRvLe','EfjesgS','AuXcBM8','BM5Ly3rLzcbMCG','z2v0ignVBM5LyW','y29UBMvJDgLVBG','z2L0ie9bDxrOia','CMv0ksbTyxKGBG','zxjYB3i','nJe5ndq0mfvlwu9uzq','t3HouLa','ANnVBG','BgLLBNrFAwqSia','Cg9ZDa','Aw9UpwvYCM9YjG','C3rHDgu','y2fSBgjHy2TvCG','z0fTr1C','wunrC0i','rgLZy29UBMvJDa','C3vJy2vZCW','DgLVBIbZDgf0Dq','zgLZCgXHEv9Uyq','mtu4mde2mfzduKP3BG','nda2mJK2mfnfwMzSDG','r2TSDwe','CxvLCNK','zwqGzNjVBsa','zxbZquC','l2rPC2nVBM5LyW','y29UBMvJDgvKxW','B0Hfue4','C3nPBMCRCMvXDq','C3rHCNqGz2L0ia','zgvSzxrL','A2vU','t0f1DgGGChjVDG','zxPxAK8','t1HuvNy','B20Gz2L0ihbYBW','AgfZq29Kzq','rMfPBgvKihrVia','BMfTzq','igzYB20Gz2L0ia','B3rFB2f1DgHFzq','ndjmEerMsfe','ChjVDMLKzxjFDa','CMvKAxjLy3q','zxrLCNm','zw50AwfSCYaOyW','DxnLCG','zfLSugm','zxiGt0f1DgGUia','DwLYzwq','mJm4odmWBhDfBhbN','y2XPzw50x3nLyW','Evfhs3C','CMvMCMvZAcbNAq','AxjLzcTWyxjHBq','AeDxA0e','Dcbpqxv0AcbMBa','Bg9Nz2vY','zxHWAxjLC0f0','ExbL','Aw5MBW','mJC4nefdB0DvyW','BMCGCMvXDwLYzq','uMvMCMvZAgvKia','Dg9Rzw4','mtyYnJiXBuXfywX4','t0f1DgGGy2fSBa','y29Kzq','C2D4yxO','igrVzxmGBM90ia','ntGYntq1t1f3u0PS','zgfPBwG','CLnuEfK','rLPXrfu','vff1yuC','l3jLzNjLC2G','DxnLCM5HBwu','z2v0','DxrOihn0yxr1CW','yM9KEq','DMLKzxi','r2HZwMC','yw1L','y29UBMvJDgvK','C3rHDhvZ','te5YvKi','BhzeCe0','wuDrzLe','BwvZC2fNzt0','BLjZzMe','CMvKAxjLy3rbzG','CMvHDxrOB3jPEG','zu1rveC'];_0x2cf6=function(){return _0x42a972;};return _0x2cf6();}import{getRequestBaseUrl}from'../lib/request-url.js';function _0x277b95(_0x205f8d,_0x4f8b95,_0x56e247,_0x30c434){return _0x4f8a(_0x4f8b95- -0x36e,_0x30c434);}import{logger}from'../lib/logger.js';import{startOAuthFlow,handleOAuthCallback,refreshUserToken,getOAuthEnabledProviders,getProviderConfig,providerSupportsUserOAuth,getProviderDisplayName}from'../lib/user-git-oauth.js';import{getUserConnectionStatus,deleteUserGitToken}from'../lib/user-git-tokens.js';const router=_0x20efa5[_0x5f23ab(-0xd,0x7e,0x38,0x3c)]();router[_0x5f23ab(-0x18,0x21,-0xe,-0x9)](_0x5f23ab(-0x23,0x4d,0x42,0x1e),async(_0x340310,_0x14884e)=>{const _0x45f382={_0x23a212:0x38b,_0x4cde56:0x322,_0x47f13f:0x36b,_0x2078de:0x323,_0x558275:0x31b,_0x58305f:0x245,_0x345f2c:0x28b,_0x43234f:0x293,_0x469e5a:0x259,_0x37591f:0x271,_0x112fa1:0x27a,_0x5f0817:0x2d6,_0x2a98a1:0x2fd,_0x20edf8:0x336,_0x1aa4f3:0x307,_0x213913:0x36a,_0x26a80e:0x2da,_0x31abfa:0x35f,_0x5e6ecb:0x339,_0x2a6ca4:0x32e,_0x369c7c:0x2ac,_0x557e1d:0x27b,_0x482439:0x29c,_0x22a602:0x2e7,_0x4d9258:0x2e5,_0x59be61:0x2e6,_0x21e4a9:0x249,_0xc8618:0x25f,_0x33ad21:0x300,_0xe940f8:0x30b,_0x247e90:0x332,_0x4040ff:0x29e,_0x2d9569:0x258,_0x60c648:0x314,_0x137e37:0x379,_0x4c579e:0x2c5,_0x4ebffc:0x2c8,_0x3051a9:0x365,_0x2b6a58:0x2ed,_0x3a7681:0x302,_0x3780c3:0x26b,_0x597336:0x273,_0x1f0452:0x298,_0x3750e1:0x2ea,_0x3d89d2:0x2a4,_0x221cbe:0x25d,_0x57e899:0x31c,_0x41ea3e:0x334,_0x5d91ec:0x241,_0x488e28:0x246,_0x196496:0x219,_0x481bcd:0x238,_0x1ece04:0x280,_0x4f6bb7:0x35c,_0x3b78d3:0x33f,_0xdaca5:0x32a,_0xa7dc82:0x291,_0x5f1a71:0x308,_0x2aeaa1:0x2c0,_0x22e31f:0x2a5,_0x1acabc:0x2a4,_0x3e2c03:0x230,_0x1b6faa:0x39f,_0x17e7ca:0x334,_0x47a0ef:0x315,_0x5da028:0x31d,_0xaca877:0x2e9,_0x2a94f1:0x277,_0x454e56:0x23b,_0x25b257:0x2af,_0x441583:0x275,_0x1fafa5:0x27a,_0x2595fd:0x2ec,_0x2d27fe:0x286,_0x4a78d7:0x33e,_0x39f579:0x35a,_0x4b09f6:0x2f1,_0x316b3d:0x375,_0x44c262:0x29c,_0x2124b2:0x349,_0x1dc2ff:0x381,_0x32c019:0x35d,_0x4fd210:0x2aa,_0x1df75c:0x26b,_0x5ab65d:0x2b5,_0x527e1a:0x296,_0x45ceac:0x292,_0x3446f6:0x31b,_0x2e51d5:0x329,_0x293d0e:0x33a,_0x1f8b09:0x356,_0x14a079:0x34e,_0xd4032e:0x2d8,_0x504b93:0x2a1,_0x155775:0x309,_0x586287:0x2df,_0x1f89bb:0x32d,_0x31d9fb:0x303,_0x185b09:0x272,_0x5a1b16:0x210,_0x394c85:0x329,_0x13b474:0x2e4,_0xeaebf6:0x2b6,_0x43e221:0x2ae,_0x4a03e3:0x2bf,_0x4daa8f:0x24d,_0x5ac5af:0x282,_0x239335:0x279,_0x3a1de3:0x2a6,_0x3afa24:0x2b7,_0x130a6d:0x33f,_0x32760b:0x32c,_0x3399c3:0x235,_0x3d79df:0x26c,_0x5138ed:0x272,_0x46828d:0x28e,_0x145b7c:0x374,_0x41625d:0x32c,_0x82f5b8:0x372},_0xe2846f={_0x2b1d8d:0x44c},_0x192e04={_0x15c4e5:0x7e};function _0x64baf8(_0x591724,_0x4f0a36,_0x56a323,_0x695e34){return _0x5f23ab(_0x695e34,_0x4f0a36-_0x192e04._0x15c4e5,_0x56a323-0x27,_0x56a323-0x255);}function _0x5bd81f(_0xaa220a,_0x45955a,_0x5d559a,_0x269f4d){return _0x277b95(_0xaa220a-0xb8,_0xaa220a-_0xe2846f._0x2b1d8d,_0x5d559a-0xeb,_0x5d559a);}const _0x25e9cf={'wIayf':_0x5bd81f(0x35a,_0x45f382._0x23a212,_0x45f382._0x4cde56,_0x45f382._0x47f13f)+_0x5bd81f(_0x45f382._0x2078de,0x314,0x2fb,_0x45f382._0x558275)+'ned\x20error','UdbxJ':function(_0x34f61e,_0x58d8c5){return _0x34f61e(_0x58d8c5);},'WwxTJ':function(_0x4853a8,_0x4b73d3){return _0x4853a8||_0x4b73d3;},'ydGsx':'OAuth\x20call'+'back\x20faile'+'d','MYXGC':_0x64baf8(_0x45f382._0x58305f,0x299,_0x45f382._0x345f2c,_0x45f382._0x43234f)+_0x64baf8(_0x45f382._0x469e5a,_0x45f382._0x37591f,_0x45f382._0x112fa1,0x29a),'UJxos':_0x5bd81f(_0x45f382._0x5f0817,0x31c,_0x45f382._0x2a98a1,0x295),'OXTVv':function(_0x1573ab,_0x2308fa,_0x1fd6c1){return _0x1573ab(_0x2308fa,_0x1fd6c1);},'Qfiwb':function(_0x404837,_0x3777f1){return _0x404837===_0x3777f1;},'TQuaG':_0x5bd81f(_0x45f382._0x20edf8,_0x45f382._0x1aa4f3,_0x45f382._0x213913,0x382),'iLBno':_0x5bd81f(0x2d3,_0x45f382._0x26a80e,0x29d,0x2d6),'lIVxj':'vLZtF','xRDHk':_0x5bd81f(_0x45f382._0x31abfa,_0x45f382._0x5e6ecb,0x339,_0x45f382._0x2a6ca4)+_0x64baf8(_0x45f382._0x369c7c,_0x45f382._0x557e1d,0x29a,_0x45f382._0x482439)+_0x64baf8(_0x45f382._0x22a602,0x27a,0x2ab,_0x45f382._0x4d9258)+'s'};try{const _0x3a44d6=_0x340310['user']['id'],_0x1338aa={};_0x1338aa[_0x5bd81f(0x2d8,_0x45f382._0x59be61,0x2ee,0x2f9)]=logger;const _0x4196aa=await getOAuthEnabledProviders(_0x1338aa),_0x403cbe={};_0x403cbe[_0x64baf8(0x247,_0x45f382._0x21e4a9,0x238,_0x45f382._0xc8618)]=logger;const _0xd94a80=await getUserConnectionStatus(_0x3a44d6,_0x403cbe),_0x453ca2={};for(const _0x3eafba of _0x4196aa){if(_0x25e9cf[_0x5bd81f(_0x45f382._0x33ad21,0x2c7,_0x45f382._0xe940f8,_0x45f382._0x247e90)]!==_0x25e9cf['UJxos']){const _0x491ff4={};return _0x491ff4[_0x64baf8(_0x45f382._0x4040ff,0x2e4,_0x45f382._0x4040ff,_0x45f382._0x2d9569)]=_0x239c93,_0x491ff4['descriptio'+'n']=_0x3af759,_0x3baab8[_0x5bd81f(0x330,0x350,_0x45f382._0x60c648,_0x45f382._0x137e37)](_0x25e9cf[_0x64baf8(0x2b6,_0x45f382._0x4c579e,0x27e,_0x45f382._0x4ebffc)],_0x491ff4),_0x4d5015[_0x5bd81f(_0x45f382._0x3051a9,0x35e,0x33c,0x39c)](_0x5bd81f(0x314,_0x45f382._0x2b6a58,_0x45f382._0x3a7681,0x302)+_0x64baf8(0x225,0x288,_0x45f382._0x3780c3,_0x45f382._0x597336)+_0x64baf8(_0x45f382._0x1f0452,_0x45f382._0x3750e1,_0x45f382._0x3d89d2,_0x45f382._0x221cbe)+'message='+_0x25e9cf[_0x5bd81f(_0x45f382._0x57e899,0x33b,0x319,_0x45f382._0x41ea3e)](_0x4c8924,_0x25e9cf[_0x64baf8(_0x45f382._0x5d91ec,0x258,0x26a,_0x45f382._0x488e28)](_0xbdfca0,_0x38c3d2)));}else{const _0x29d598=_0xd94a80[_0x3eafba['name']],_0x3d7443={};_0x3d7443[_0x64baf8(_0x45f382._0x196496,0x26b,_0x45f382._0x481bcd,_0x45f382._0x1ece04)]=logger;const _0x403e2a=await _0x25e9cf[_0x5bd81f(_0x45f382._0x4f6bb7,_0x45f382._0x3b78d3,_0x45f382._0xdaca5,0x3a7)](getProviderDisplayName,_0x3eafba[_0x64baf8(_0x45f382._0xa7dc82,_0x45f382._0x5f1a71,_0x45f382._0x2aeaa1,0x2b9)],_0x3d7443);if(_0x29d598)_0x453ca2[_0x3eafba[_0x64baf8(_0x45f382._0x22e31f,_0x45f382._0x1acabc,0x2c0,0x2e5)]]={'connected':!![],'username':_0x29d598[_0x64baf8(_0x45f382._0x3e2c03,0x280,0x25e,0x27f)+'in']||_0x29d598['azure_user'+'name']||null,'expires_at':_0x29d598['expires_at'],'connected_at':_0x29d598[_0x5bd81f(0x354,_0x45f382._0x2078de,_0x45f382._0x1b6faa,_0x45f382._0x47f13f)+'at'],'display_name':_0x403e2a,'provider_type':_0x3eafba[_0x5bd81f(0x303,_0x45f382._0x57e899,_0x45f382._0x17e7ca,_0x45f382._0x47a0ef)]};else{if(_0x25e9cf[_0x5bd81f(0x309,0x2d3,_0x45f382._0x5da028,0x2f7)](_0x25e9cf[_0x5bd81f(_0x45f382._0xaca877,0x29d,_0x45f382._0x2aeaa1,0x313)],_0x25e9cf[_0x64baf8(0x2af,_0x45f382._0x2a94f1,_0x45f382._0x1f0452,0x281)])){const _0x19de37={};_0x19de37[_0x64baf8(_0x45f382._0x454e56,_0x45f382._0x25b257,_0x45f382._0x441583,_0x45f382._0x1fafa5)]=_0x407745[_0x5bd81f(0x2cd,0x280,_0x45f382._0x2595fd,_0x45f382._0x2d27fe)]['id'],_0x19de37[_0x5bd81f(_0x45f382._0x4a78d7,_0x45f382._0x39f579,0x313,_0x45f382._0x4b09f6)]=_0x13c1b9[_0x5bd81f(0x329,0x323,0x36c,_0x45f382._0x316b3d)],_0xfaaef4[_0x64baf8(_0x45f382._0x44c262,0x2be,0x29e,0x2d3)](_0x25e9cf[_0x5bd81f(0x328,0x314,_0x45f382._0x2124b2,_0x45f382._0x4f6bb7)],_0x19de37),_0xfd0ea9[_0x5bd81f(_0x45f382._0x3051a9,_0x45f382._0x1dc2ff,_0x45f382._0x32c019,0x320)]('/profile?g'+_0x64baf8(0x29d,_0x45f382._0x4fd210,_0x45f382._0x1df75c,_0x45f382._0x5ab65d)+'ion=error&'+_0x64baf8(_0x45f382._0x527e1a,0x244,0x257,_0x45f382._0x45ceac)+_0x25e9cf[_0x5bd81f(_0x45f382._0x57e899,_0x45f382._0x3446f6,0x344,0x334)](_0x7c47eb,_0x54e0f1[_0x5bd81f(_0x45f382._0x2e51d5,_0x45f382._0x293d0e,0x36d,_0x45f382._0x1f8b09)]));}else _0x453ca2[_0x3eafba['name']]={'connected':![],'display_name':_0x403e2a,'provider_type':_0x3eafba['type']};}}}const _0x3729a9={};_0x3729a9[_0x5bd81f(0x33b,0x348,_0x45f382._0x14a079,0x323)+'s']=_0x453ca2,_0x14884e[_0x64baf8(0x2e9,_0x45f382._0xd4032e,_0x45f382._0x504b93,0x284)](_0x3729a9);}catch(_0x189002){if(_0x25e9cf[_0x5bd81f(_0x45f382._0x155775,0x2c6,_0x45f382._0x586287,0x34c)](_0x25e9cf['lIVxj'],_0x25e9cf[_0x5bd81f(_0x45f382._0x1f89bb,0x307,0x373,_0x45f382._0x31d9fb)])){const _0x417309={};_0x417309['userId']=_0x340310[_0x64baf8(_0x45f382._0x185b09,_0x45f382._0x5a1b16,0x22d,0x212)]['id'],_0x417309[_0x64baf8(0x2e8,0x27a,_0x45f382._0x4040ff,0x284)]=_0x189002[_0x5bd81f(_0x45f382._0x394c85,_0x45f382._0x13b474,0x332,0x2e9)],logger[_0x64baf8(0x255,_0x45f382._0xeaebf6,0x29e,0x29e)](_0x64baf8(0x2c3,_0x45f382._0x43e221,_0x45f382._0x4a03e3,0x2d4)+'get\x20git\x20OA'+_0x64baf8(_0x45f382._0xc8618,0x22c,_0x45f382._0x4daa8f,_0x45f382._0x5ac5af),_0x417309);const _0x18d280={};_0x18d280[_0x64baf8(_0x45f382._0x239335,_0x45f382._0x3a1de3,_0x45f382._0x4040ff,_0x45f382._0x3afa24)]=_0x25e9cf[_0x5bd81f(0x337,0x361,0x375,0x32d)],_0x14884e[_0x5bd81f(0x2f3,0x31c,_0x45f382._0x130a6d,0x2d9)](0x4bf+-0x1*-0x255a+-0x2825)[_0x5bd81f(0x341,0x378,0x355,0x313)](_0x18d280);}else{const _0x416d4c={};return _0x416d4c[_0x5bd81f(0x33e,0x328,_0x45f382._0x32760b,0x30b)]=_0x25e9cf['MYXGC'],_0x416d4c['message']='Not\x20connec'+_0x64baf8(_0x45f382._0x3399c3,_0x45f382._0x369c7c,_0x45f382._0x3d79df,_0x45f382._0x5138ed)+_0xafc852,_0x42d5a2[_0x64baf8(0x24a,_0x45f382._0x46828d,0x253,0x284)](-0xa2*-0x26+0x48a*-0x8+0x8*0x1bb)[_0x5bd81f(0x341,_0x45f382._0x145b7c,_0x45f382._0x41625d,_0x45f382._0x82f5b8)](_0x416d4c);}}});function _0x5f23ab(_0x15964f,_0x156c5e,_0x3541b2,_0x3accc5){return _0x4f8a(_0x3accc5- -0x217,_0x15964f);}router[_0x277b95(-0x11d,-0x109,-0x118,-0x13e)]('/start',async(_0xd00fb3,_0x2fc0aa)=>{const _0x1348e8={_0x14b16e:0x501,_0x3ae6f0:0x545,_0x16ca04:0x54c,_0x11603f:0x523,_0x536d11:0x4db,_0x22e9a3:0x4a5,_0x1bedff:0x525,_0x1162a4:0x50c,_0x1b3f3d:0x540,_0x376439:0x2b,_0x32c5a9:0x9,_0x164585:0x588,_0x11fb72:0x574,_0x42455b:0x543,_0x276576:0x4ab,_0xe19cf8:0x4ea,_0x20aaec:0x58,_0x2fa87d:0x52,_0x23e5bb:0x535,_0x587ccd:0x49a,_0x32130f:0x4b3,_0x413446:0x37,_0x30fd8c:0x2c,_0x180cd1:0x3b,_0x476f99:0x55b,_0x4aa69a:0x565,_0x1bc881:0x52a,_0x13a1bc:0x4fb,_0x27a41a:0x508,_0x383bb9:0x50d,_0x1908b4:0x6c,_0x28593f:0xb4,_0x1cbfcd:0x4d,_0x226657:0x4a,_0x11d9eb:0x21,_0x50774d:0x532,_0x1fe91b:0x59,_0x14f9a7:0x10,_0x24e417:0x77,_0x1ecf88:0x4cb,_0x40b625:0x76,_0x22011c:0x87,_0x36593c:0x5e,_0x195d39:0x95,_0x3adb49:0x64,_0x43700c:0x51d,_0xaaf507:0x580,_0x50b35d:0x50f,_0x9c5089:0x51a,_0x2e4880:0x528,_0x5e4edc:0x54a,_0x313723:0x38,_0x565308:0x50,_0x2aef26:0x4e,_0x4632f5:0x512,_0x324c49:0x506,_0x459108:0x68,_0x2956d5:0x30,_0x4ea0c7:0x72,_0x12215a:0x91,_0x55ba5b:0x5f,_0x275172:0x8a,_0x2067e2:0x4b8,_0x50cc0b:0x70,_0x2c3136:0x4bf,_0x538585:0x4c9,_0x53ea84:0x4e1,_0x5c77d6:0x519,_0x1c3745:0x567,_0x326f0d:0x4f,_0x182c76:0x89,_0x1647f9:0x520,_0x5ce111:0x503,_0xf6372e:0xff,_0x7eda5e:0xfa,_0xc888ff:0x4ff,_0x3cb95a:0x4a8,_0x5e85db:0x34,_0x4cb8e0:0x4b,_0xa5aaec:0x11,_0x3ba262:0x61,_0x281e95:0xaf,_0x14d3d8:0xad,_0xb04549:0x96,_0x2c4848:0x80,_0x32c3f2:0x18,_0x509e6a:0x56c,_0x3b906a:0x53e,_0x1285e7:0x50b,_0x2fd696:0x554,_0x3cd5e7:0x4e7,_0xa357a:0x4e2,_0x55cc6d:0xab,_0x539247:0x518,_0x11a99f:0x4e3,_0x114136:0x71,_0x33b342:0x52d,_0x19ddca:0x7d,_0x3d1b67:0x2c,_0x5a5597:0xc6,_0x5583ae:0x49,_0x135e9f:0x4fe,_0xfb816f:0x4ed,_0x2caa31:0x4da,_0x52bc74:0x542,_0x1c1ac0:0x4d7,_0x4ee518:0x4dd,_0x531e50:0x4cf,_0x3b4763:0x4d4,_0x50f500:0x53f,_0x2b5d29:0x4ea,_0x3ab524:0xd8,_0x8cf260:0x57,_0x3f5aba:0x70,_0x1c9f1e:0x4c1,_0x547df4:0x478,_0x2dbf85:0x549,_0x2984df:0x519,_0x45704d:0x4a,_0x86ef2c:0x79,_0x27022e:0x85,_0x395f51:0x51,_0x214808:0xa3,_0x569f37:0xbd,_0x285a6f:0x60,_0x10f637:0x92,_0x244ebf:0x5b,_0x2d92c6:0xc5,_0x581efa:0x7d,_0x3850f3:0x5c,_0x306a60:0x4ad,_0x3284bf:0x514,_0x463ce5:0x4b6,_0x30e4d7:0xb9},_0x239c5f={_0xbade81:0x8f,_0x1225cf:0x1a0,_0x10f6a3:0x1cd},_0x4cc231={_0x17ca81:0x156,_0x24cdac:0x4e9},_0x31e86b={'rHaHc':'provider_n'+_0x4f4da1(0x542,_0x1348e8._0x14b16e,_0x1348e8._0x3ae6f0,_0x1348e8._0x16ca04)+'uired','jWiMX':function(_0x165e61,_0x35fde7,_0x3ba66d){return _0x165e61(_0x35fde7,_0x3ba66d);},'HGQYb':function(_0x4ac2ca,_0x2d6058){return _0x4ac2ca===_0x2d6058;},'fwSOK':_0x4f4da1(_0x1348e8._0x11603f,_0x1348e8._0x536d11,0x4f5,_0x1348e8._0x22e9a3),'NjPDb':function(_0x12f56b,_0x20b716){return _0x12f56b(_0x20b716);},'QsxaH':function(_0x11cb16,_0x4f019e){return _0x11cb16(_0x4f019e);},'OxNRP':function(_0x3b1d46,_0x514fc6,_0x2fa2d0){return _0x3b1d46(_0x514fc6,_0x2fa2d0);},'ojRkr':_0x4f4da1(_0x1348e8._0x1bedff,_0x1348e8._0x1162a4,0x4c4,_0x1348e8._0x1b3f3d)+_0x908c96(0xc,_0x1348e8._0x376439,-0x16,-_0x1348e8._0x32c5a9)+'ow','Gklua':_0x4f4da1(0x595,0x553,_0x1348e8._0x164585,_0x1348e8._0x11fb72)+_0x4f4da1(0x564,0x54b,_0x1348e8._0x42455b,0x500)+'OAuth\x20flow'};function _0x4f4da1(_0x31a5e2,_0x4e9e6e,_0x36d306,_0x5f2cfa){return _0x5f23ab(_0x5f2cfa,_0x4e9e6e-0x47,_0x36d306-_0x4cc231._0x17ca81,_0x4e9e6e-_0x4cc231._0x24cdac);}function _0x908c96(_0x5a54f6,_0x31e0a1,_0x10cba1,_0x5c2f61){return _0x277b95(_0x5a54f6-_0x239c5f._0xbade81,_0x31e0a1-_0x239c5f._0x1225cf,_0x10cba1-_0x239c5f._0x10f6a3,_0x5a54f6);}try{const {provider_name:_0x47ea4b,redirect_after:_0x51eda0}=_0xd00fb3[_0x4f4da1(0x4e1,0x4e2,_0x1348e8._0x276576,_0x1348e8._0xe19cf8)];if(!_0x47ea4b){const _0x202a6b={};return _0x202a6b[_0x908c96(_0x1348e8._0x20aaec,0x92,0xcb,_0x1348e8._0x2fa87d)]=_0x31e86b[_0x4f4da1(0x4cf,0x4f3,0x4f7,_0x1348e8._0x23e5bb)],_0x2fc0aa[_0x4f4da1(_0x1348e8._0x587ccd,0x4e7,0x4d2,_0x1348e8._0x32130f)](0xaad+-0x3*0xb5d+0xc7d*0x2)['json'](_0x202a6b);}const _0x14c2b1={};_0x14c2b1[_0x908c96(_0x1348e8._0x413446,_0x1348e8._0x30fd8c,0x67,_0x1348e8._0x180cd1)]=logger;const _0x2366ee=await _0x31e86b[_0x4f4da1(_0x1348e8._0x476f99,0x529,_0x1348e8._0x4aa69a,0x508)](getProviderConfig,_0x47ea4b,_0x14c2b1);if(!_0x2366ee){if(_0x31e86b[_0x4f4da1(_0x1348e8._0x1bc881,_0x1348e8._0x13a1bc,_0x1348e8._0x27a41a,_0x1348e8._0x383bb9)](_0x31e86b[_0x908c96(_0x1348e8._0x1908b4,0x7e,0x95,_0x1348e8._0x28593f)],_0x908c96(_0x1348e8._0x1cbfcd,_0x1348e8._0x180cd1,_0x1348e8._0x226657,_0x1348e8._0x11d9eb))){const _0x54778a={};return _0x54778a[_0x4f4da1(0x535,_0x1348e8._0x50774d,0x562,0x4e7)]=_0x908c96(0x59,_0x1348e8._0x1fe91b,_0x1348e8._0x14f9a7,_0x1348e8._0x24e417)+_0x4f4da1(0x541,0x4f5,0x4ba,_0x1348e8._0x1ecf88)+_0x47ea4b,_0x2fc0aa[_0x908c96(_0x1348e8._0x40b625,0x47,0x44,_0x1348e8._0x22011c)](0x887*0x4+0x3f*0x45+-0x3*0x1081)[_0x908c96(_0x1348e8._0x36593c,_0x1348e8._0x195d39,_0x1348e8._0x3adb49,_0x1348e8._0x24e417)](_0x54778a);}else{const _0x22eb08={};return _0x22eb08[_0x4f4da1(_0x1348e8._0x43700c,0x552,0x55e,_0x1348e8._0xaaf507)]=!!_0x2b2918,_0x22eb08[_0x4f4da1(_0x1348e8._0x50b35d,_0x1348e8._0x9c5089,_0x1348e8._0x2e4880,_0x1348e8._0x5e4edc)]=!!_0x33aa37,_0x4e3221[_0x908c96(0x5d,0x84,_0x1348e8._0x313723,_0x1348e8._0x565308)](_0x908c96(_0x1348e8._0x2aef26,0x35,-0x7,0x68)+_0x4f4da1(_0x1348e8._0x4632f5,0x51b,_0x1348e8._0x324c49,0x542)+_0x908c96(_0x1348e8._0x459108,0x31,_0x1348e8._0x2956d5,0x68)+'d\x20paramete'+'rs',_0x22eb08),_0x3c7c13[_0x908c96(_0x1348e8._0x4ea0c7,0xb9,0xc1,0xa5)]('/profile?g'+_0x908c96(_0x1348e8._0x12215a,_0x1348e8._0x55ba5b,_0x1348e8._0x275172,0xaa)+_0x4f4da1(0x543,0x538,0x4f6,0x4f3)+_0x4f4da1(0x51e,0x505,_0x1348e8._0x2067e2,0x4d5)+_0x908c96(0x63,0xaa,0xec,_0x1348e8._0x50cc0b)+_0x4f4da1(_0x1348e8._0x2c3136,_0x1348e8._0x538585,0x4ac,_0x1348e8._0x53ea84)+'eters');}}if(!_0x31e86b[_0x4f4da1(0x55d,_0x1348e8._0x5c77d6,_0x1348e8._0x1c3745,0x4f6)](providerSupportsUserOAuth,_0x2366ee)){const _0x41778a={};_0x41778a[_0x4f4da1(0x4c4,0x4cc,0x4f4,0x48d)]=logger;const _0x4ca32a=await _0x31e86b[_0x908c96(_0x1348e8._0x326f0d,_0x1348e8._0x182c76,0x7d,0x94)](getProviderDisplayName,_0x47ea4b,_0x41778a),_0x2fbece={};return _0x2fbece['error']=_0x4f4da1(0x519,_0x1348e8._0x1647f9,0x529,_0x1348e8._0x5ce111)+_0x908c96(_0x1348e8._0xf6372e,0xb6,_0x1348e8._0x7eda5e,0xe8)+'nabled',_0x2fbece[_0x4f4da1(0x4ff,0x51d,0x534,_0x1348e8._0xc888ff)]=_0x4ca32a+(_0x4f4da1(0x4a0,0x4d8,_0x1348e8._0x3cb95a,0x4e5)+_0x908c96(0x62,0x6a,_0x1348e8._0x5e85db,_0x1348e8._0x4cb8e0)+_0x908c96(-_0x1348e8._0xa5aaec,0x23,_0x1348e8._0x3ba262,0x5b)+'OAuth\x20cred'+_0x908c96(0x82,0xbb,_0x1348e8._0x281e95,_0x1348e8._0x14d3d8)+_0x908c96(0xc5,_0x1348e8._0xb04549,_0x1348e8._0x2c4848,0x5e)+_0x908c96(0x3d,0x26,_0x1348e8._0x32c3f2,_0x1348e8._0x3ba262)+_0x4f4da1(_0x1348e8._0x509e6a,0x531,0x52a,_0x1348e8._0x3b906a)+'ot\x20be\x20conf'+_0x4f4da1(_0x1348e8._0x16ca04,_0x1348e8._0x1285e7,0x4e6,_0x1348e8._0x2fd696)),_0x2fc0aa[_0x4f4da1(_0x1348e8._0x2e4880,_0x1348e8._0x3cd5e7,0x52d,_0x1348e8._0xa357a)](0xbbf+0x1*0x95c+-0x1*0x138b)[_0x908c96(_0x1348e8._0x55cc6d,_0x1348e8._0x195d39,0x6e,_0x1348e8._0x226657)](_0x2fbece);}const _0x4c5193=_0x31e86b['QsxaH'](getRequestBaseUrl,_0xd00fb3)+('/api/git-o'+_0x4f4da1(0x4e4,_0x1348e8._0x539247,_0x1348e8._0x11a99f,0x549)+_0x4f4da1(0x54f,0x502,0x502,0x537)),_0x30949d={};_0x30949d['providerNa'+'me']=_0x47ea4b,_0x30949d[_0x908c96(0x59,0x9a,0xb5,_0x1348e8._0x114136)+'l']=_0x4c5193,_0x30949d[_0x4f4da1(_0x1348e8._0x33b342,0x4ed,0x52e,0x51f)+_0x908c96(0x56,_0x1348e8._0x20aaec,_0x1348e8._0x19ddca,0x56)]=_0x51eda0;const _0x23025e={};_0x23025e[_0x908c96(_0x1348e8._0x2aef26,_0x1348e8._0x3d1b67,0x57,0x37)]=logger;const {oauthUrl:_0x19cd43,state:_0x591d61}=await _0x31e86b[_0x908c96(0x92,0x94,0x6c,_0x1348e8._0x5a5597)](startOAuthFlow,_0x30949d,_0x23025e),_0x3ba92e={};_0x3ba92e['userId']=_0xd00fb3[_0x908c96(0x3b,0x21,-0xd,_0x1348e8._0x5583ae)]['id'],_0x3ba92e['providerNa'+'me']=_0x47ea4b,_0x3ba92e[_0x4f4da1(_0x1348e8._0x135e9f,_0x1348e8._0xfb816f,0x533,_0x1348e8._0x2caa31)+_0x4f4da1(_0x1348e8._0x52bc74,0x4f8,0x4c1,_0x1348e8._0x1c1ac0)]=_0x51eda0,logger[_0x4f4da1(_0x1348e8._0x4ee518,_0x1348e8._0x531e50,0x4f4,_0x1348e8._0x3b4763)](_0x31e86b['ojRkr'],_0x3ba92e);const _0x53bffd={};_0x53bffd[_0x4f4da1(0x4e9,0x516,_0x1348e8._0x50f500,_0x1348e8._0x2b5d29)]=_0x19cd43,_0x53bffd['state']=_0x591d61,_0x2fc0aa[_0x908c96(_0x1348e8._0x3ab524,0x95,_0x1348e8._0x8cf260,_0x1348e8._0x3f5aba)](_0x53bffd);}catch(_0x4c1c43){const _0xb2886f={};_0xb2886f['userId']=_0xd00fb3[_0x4f4da1(0x480,_0x1348e8._0x1c9f1e,_0x1348e8._0x536d11,_0x1348e8._0x547df4)]['id'],_0xb2886f[_0x4f4da1(0x50a,0x506,_0x1348e8._0x2dbf85,_0x1348e8._0x2984df)+'me']=_0xd00fb3[_0x4f4da1(0x4e6,0x4e2,_0x1348e8._0xc888ff,0x4d5)][_0x908c96(0x46,0x80,_0x1348e8._0x45704d,0x8a)+'ame'],_0xb2886f[_0x908c96(_0x1348e8._0x86ef2c,0x92,0x4c,0x4b)]=_0x4c1c43[_0x908c96(0x7e,_0x1348e8._0x19ddca,_0x1348e8._0x27022e,_0x1348e8._0x395f51)],logger[_0x908c96(_0x1348e8._0x214808,0x92,_0x1348e8._0x569f37,0xd3)](_0x31e86b[_0x4f4da1(0x505,0x543,0x55e,0x58e)],_0xb2886f);const _0x5cb926={};_0x5cb926[_0x908c96(_0x1348e8._0x285a6f,_0x1348e8._0x10f637,_0x1348e8._0x244ebf,_0x1348e8._0x565308)]=_0x4c1c43[_0x908c96(_0x1348e8._0x2d92c6,_0x1348e8._0x581efa,_0x1348e8._0x3850f3,0x77)],_0x2fc0aa[_0x4f4da1(_0x1348e8._0x306a60,0x4e7,_0x1348e8._0x3284bf,_0x1348e8._0x463ce5)](-0x29b+-0x2062+0x31*0xc1)[_0x908c96(0xb4,0x95,_0x1348e8._0x30e4d7,0x61)](_0x5cb926);}}),router[_0x277b95(-0x19f,-0x160,-0x17a,-0x16f)]('/callback',async(_0x1afaf0,_0xf6ad70)=>{const _0x51e342={_0x21aa6a:0x431,_0x2c42b1:0x3de,_0x2a0564:0x45b,_0x5b1df1:0x43,_0x54cf4e:0x39,_0x2c40ee:0x399,_0x129707:0x2a,_0x59e75d:0x24,_0x8caf8e:0x56,_0x267674:0xd,_0x581bb7:0x41d,_0x130329:0x6d,_0x3defdb:0x24,_0x3d4863:0x4f,_0x543465:0x3b,_0x1e6f52:0x3fd,_0x504e39:0x41,_0x15b8c4:0x18,_0x179194:0xb,_0x10aa7f:0x46d,_0x1864da:0x424,_0x7abdcd:0x41f,_0x3bc501:0x452,_0x352d8e:0x45,_0x1a85d5:0x12,_0x3a097c:0x29,_0x2b8d89:0x27,_0x175fc1:0x2a,_0x47661b:0x15,_0x18d524:0x1f,_0x315bb5:0x3ca,_0x2359a8:0x398,_0x38c41b:0x3,_0x5f1ba4:0x48,_0x32ee53:0x62,_0x56efd0:0x35,_0x3084ef:0x3e,_0xa9ae06:0x425,_0x4d1cc6:0x6f,_0x4abd70:0x96,_0x2c5392:0x7a,_0x2f959e:0x45d,_0x55a56f:0x435,_0x19f743:0x71,_0x1fafd2:0x9a,_0x347303:0x73,_0x5b070a:0x6d,_0x402902:0xd,_0x4da1bc:0x3e4,_0x3eed96:0x368,_0x44e3ac:0x441,_0x2d3a7c:0x434,_0x1b193a:0x3ee,_0x3a2b6f:0x3cc,_0x4c5301:0x3da,_0x4bb2c3:0x42c,_0x311b11:0x3c5,_0x3b2489:0x40,_0xa0e6a8:0x46,_0x51e80f:0x7c,_0x5a158d:0x82,_0x2dc0b8:0x3f1,_0x117a31:0x3c5,_0x3a79ac:0x434,_0x53ed51:0x421,_0x2c65f5:0x3e3,_0x1458ee:0xe,_0x155005:0x1b,_0x366e1e:0x1e,_0x1c6e5e:0x26},_0x1e4566={_0x1d1943:0x51b},_0x583385={_0x438578:0x155,_0x1ad208:0x5a};function _0x24b72a(_0x49f547,_0x1c13cb,_0x4f09f2,_0xecdfea){return _0x5f23ab(_0x1c13cb,_0x1c13cb-0xa7,_0x4f09f2-_0x583385._0x438578,_0xecdfea- -_0x583385._0x1ad208);}function _0x861e62(_0x6b55e8,_0x433913,_0x330bf3,_0x2d5634){return _0x277b95(_0x6b55e8-0x188,_0x433913-_0x1e4566._0x1d1943,_0x330bf3-0x75,_0x2d5634);}const _0x10b6b9={'ezWjO':_0x861e62(_0x51e342._0x21aa6a,0x429,_0x51e342._0x2c42b1,_0x51e342._0x2a0564)+'ider\x20retur'+'ned\x20error','FEdhM':function(_0x513b21,_0x151bce){return _0x513b21(_0x151bce);},'oHEPN':function(_0x3a77b6,_0xcea0db){return _0x3a77b6||_0xcea0db;},'eMQTG':'OAuth\x20call'+'back\x20missi'+_0x24b72a(-_0x51e342._0x5b1df1,-_0x51e342._0x54cf4e,-0xbf,-0x72)+_0x861e62(_0x51e342._0x2c40ee,0x3d1,0x3f2,0x3aa)+'rs','IVcru':function(_0x4a6584,_0xd50cc7,_0x5df27c){return _0x4a6584(_0xd50cc7,_0x5df27c);},'ohQvi':_0x24b72a(-_0x51e342._0x129707,-_0x51e342._0x59e75d,-0xb1,-0x6e)+_0x24b72a(-_0x51e342._0x8caf8e,-_0x51e342._0x267674,-0x84,-0x49)+'d','Zxxiv':function(_0x1b33ad,_0x4e75a7){return _0x1b33ad(_0x4e75a7);}};try{const {code:_0x35a1de,state:_0x15bf0f,error:_0x2ea0b5,error_description:_0x5082fe}=_0x1afaf0[_0x861e62(0x426,0x41f,_0x51e342._0x581bb7,0x3de)];if(_0x2ea0b5){const _0x5ef54b={};return _0x5ef54b[_0x861e62(0x447,0x40d,0x44f,0x418)]=_0x2ea0b5,_0x5ef54b['descriptio'+'n']=_0x5082fe,logger[_0x24b72a(-0x20,-_0x51e342._0x130329,-_0x51e342._0x3defdb,-0x1f)](_0x10b6b9[_0x861e62(0x3dd,0x42a,0x3df,0x463)],_0x5ef54b),_0xf6ad70['redirect'](_0x24b72a(-_0x51e342._0x130329,-0x50,-_0x51e342._0x3d4863,-_0x51e342._0x543465)+_0x861e62(0x407,0x3da,0x40d,_0x51e342._0x1e6f52)+_0x24b72a(-_0x51e342._0x504e39,-_0x51e342._0x15b8c4,-_0x51e342._0x54cf4e,-_0x51e342._0x179194)+'message='+_0x10b6b9['FEdhM'](encodeURIComponent,_0x10b6b9[_0x861e62(_0x51e342._0x10aa7f,_0x51e342._0x1864da,0x3ed,_0x51e342._0x7abdcd)](_0x5082fe,_0x2ea0b5)));}if(!_0x35a1de||!_0x15bf0f){const _0x38bf6a={};return _0x38bf6a[_0x861e62(_0x51e342._0x3bc501,0x42d,0x46c,0x3e2)]=!!_0x35a1de,_0x38bf6a[_0x24b72a(-_0x51e342._0x352d8e,-_0x51e342._0x1a85d5,-0x3d,-_0x51e342._0x3a097c)]=!!_0x15bf0f,logger[_0x24b72a(-_0x51e342._0x2b8d89,-_0x51e342._0x175fc1,_0x51e342._0x47661b,-_0x51e342._0x18d524)](_0x10b6b9[_0x861e62(0x387,_0x51e342._0x315bb5,_0x51e342._0x2359a8,0x3a0)],_0x38bf6a),_0xf6ad70[_0x24b72a(_0x51e342._0x38c41b,_0x51e342._0x5f1ba4,-0x15,0x16)]('/profile?g'+_0x24b72a(-_0x51e342._0x32ee53,-_0x51e342._0x56efd0,-0x43,-0x44)+'ion=error&'+_0x24b72a(-0x8,-0x4d,-0x5a,-_0x51e342._0x3084ef)+_0x861e62(0x46b,_0x51e342._0xa9ae06,0x443,0x46c)+_0x24b72a(-_0x51e342._0x4d1cc6,-0xa0,-_0x51e342._0x4abd70,-_0x51e342._0x2c5392)+_0x861e62(_0x51e342._0x2f959e,_0x51e342._0x55a56f,0x459,0x479));}const _0xdaf208={};_0xdaf208[_0x24b72a(-_0x51e342._0x19f743,-_0x51e342._0x1fafd2,-_0x51e342._0x347303,-_0x51e342._0x5b070a)]=_0x35a1de,_0xdaf208[_0x24b72a(0x12,-_0x51e342._0x402902,0x9,-0xa)]=_0x15bf0f,_0xdaf208[_0x861e62(0x3de,_0x51e342._0x4da1bc,0x39b,0x41e)]=_0x1afaf0[_0x861e62(0x3dd,0x39c,0x369,_0x51e342._0x3eed96)]['id'];const _0x12f30a={};_0x12f30a[_0x861e62(0x3ee,0x3a7,0x39b,0x3aa)]=logger;const _0x13de77=await _0x10b6b9['IVcru'](handleOAuthCallback,_0xdaf208,_0x12f30a);_0xf6ad70[_0x861e62(_0x51e342._0x44e3ac,_0x51e342._0x2d3a7c,_0x51e342._0x1b193a,0x45d)](_0x13de77[_0x861e62(_0x51e342._0x3a2b6f,0x3ea,_0x51e342._0x4c5301,_0x51e342._0x4bb2c3)+'l']);}catch(_0x187a97){const _0x2bde7d={};_0x2bde7d[_0x861e62(0x415,0x3e4,0x3ce,_0x51e342._0x311b11)]=_0x1afaf0[_0x24b72a(-_0x51e342._0x3b2489,-_0x51e342._0xa0e6a8,-_0x51e342._0x51e80f,-_0x51e342._0x5a158d)]['id'],_0x2bde7d['error']=_0x187a97[_0x861e62(0x3b9,0x3f8,_0x51e342._0x2dc0b8,_0x51e342._0x117a31)],logger[_0x861e62(0x42b,0x40d,0x3db,0x451)](_0x10b6b9[_0x861e62(_0x51e342._0x3a79ac,0x401,0x440,0x40a)],_0x2bde7d),_0xf6ad70[_0x861e62(0x47a,0x434,_0x51e342._0x53ed51,0x42d)](_0x861e62(0x3b5,_0x51e342._0x2c65f5,_0x51e342._0x2359a8,0x431)+_0x24b72a(-_0x51e342._0x1458ee,-0x79,-_0x51e342._0x155005,-0x44)+'ion=error&'+_0x861e62(0x3aa,0x3c6,_0x51e342._0x2c65f5,0x3d9)+_0x10b6b9['Zxxiv'](encodeURIComponent,_0x187a97[_0x24b72a(-0x3b,0xa,-_0x51e342._0x366e1e,-_0x51e342._0x1c6e5e)]));}}),router[_0x277b95(-0xab,-0xf4,-0xd2,-0xcb)](_0x277b95(-0xdc,-0xf9,-0xbd,-0xbd)+'t',async(_0x4e59a6,_0x301c16)=>{const _0x32c338={_0x359608:0x11a,_0x52aacd:0xfd,_0x3abfa0:0x180,_0x309e03:0x16c,_0x3d167d:0x109,_0x2c7ffa:0x153,_0x3515f5:0x173,_0xdfaaab:0x140,_0x1026f9:0x194,_0x57f541:0x14e,_0x1b3caa:0x104,_0x125d7d:0xef,_0xd3013c:0x147,_0x24267f:0x106,_0x46f22d:0xbd,_0x4fa4c3:0x13d,_0x47ecce:0x138,_0x53c0fa:0x149,_0x282278:0x177,_0x34cb5c:0x142,_0x3c097c:0x103,_0x295c36:0x12a,_0x824208:0xfa,_0xa02334:0x128,_0x12985e:0x126,_0x5b26c4:0x13a,_0x466980:0x101,_0x4cddc2:0x149,_0x35de53:0x16b,_0x2a16ec:0x16f,_0x5a6ff2:0x19a,_0x2e4d03:0x131,_0xa2c574:0x119,_0x252370:0xfe,_0x6c4bb1:0x18f,_0x47097d:0x193,_0x188663:0x179,_0x11bf07:0x17b,_0x125037:0xe2,_0x5420d4:0xec,_0x1bb4f3:0x16e,_0x417cbd:0x12e,_0x509ded:0x105,_0x405182:0xf1,_0x55548a:0x145,_0x588c15:0x113,_0x26e864:0x101,_0x55baad:0xfa,_0x383484:0xdc,_0x2a7c23:0x10b,_0x1fce08:0x11e,_0x258d1a:0x17a,_0x5b2f94:0x136,_0x5f3887:0x10d,_0x20ea37:0x176,_0x2b3f2f:0xe0,_0x195633:0x132,_0x4521fc:0x141,_0x3c5354:0x174,_0x11eb6b:0xf8,_0x22b9b2:0x13e,_0x4e7bef:0x122,_0x377f2a:0xff,_0x122fe4:0xe6,_0x363a8c:0x162,_0x26b22e:0x13b,_0x1fb45e:0x12c,_0x37b667:0x1b9,_0x5568ca:0xf2,_0x14a528:0x173,_0x1190ac:0x120,_0x3c802c:0x134,_0x2b1f1d:0x15c,_0x3196ce:0x129,_0x50a430:0x17c,_0x2c9c19:0x14c,_0x1e895a:0xc0,_0x1da176:0xe0,_0x54a277:0x1b4,_0x257dce:0x16a,_0x15108a:0xfc,_0x2f42e6:0x10f,_0x42951b:0xbc,_0x329912:0x133,_0xaed440:0x13d,_0x300a62:0x119,_0x11528b:0x95,_0x394a73:0xe8,_0x4ccda3:0x151,_0x21131e:0x135,_0x867fb6:0x12b,_0x28d71a:0x12d,_0x479a9c:0x137,_0x13c741:0x10c,_0xe66a95:0x12a,_0x562b55:0x112,_0x1af170:0x141,_0x209b6c:0x161,_0xeb7c8e:0x11f,_0x489c80:0x179},_0x311a75={_0x5bf46d:0x6f},_0x3ce83a={_0x416e78:0x130},_0x3e1a81={'zOBee':'Failed\x20to\x20'+'get\x20git\x20OA'+_0x48f1cb(0xe1,_0x32c338._0x359608,0xe2,_0x32c338._0x52aacd),'QjXJV':'WBPRw','LNrVB':_0x55dbf6(_0x32c338._0x3abfa0,_0x32c338._0x309e03,0x12a,0x137)+'ame\x20is\x20req'+_0x48f1cb(0xed,0xfd,_0x32c338._0x3d167d,0xd9),'daimh':function(_0x57e33d,_0xa5ceab,_0x46b5d7){return _0x57e33d(_0xa5ceab,_0x46b5d7);},'WnhoX':function(_0x494bf2,_0x57935c,_0x2b915e,_0x24d8a3){return _0x494bf2(_0x57935c,_0x2b915e,_0x24d8a3);},'kovDR':function(_0x3ed9f8,_0x31fd6b){return _0x3ed9f8===_0x31fd6b;},'nRsfa':_0x55dbf6(0x138,0xe4,0x11c,0x11a),'eHMww':_0x55dbf6(0x111,0x144,0x12d,_0x32c338._0x2c7ffa),'dICvE':_0x55dbf6(_0x32c338._0x3515f5,_0x32c338._0xdfaaab,_0x32c338._0x1026f9,0x16a)+'disconnect'+_0x55dbf6(0x191,_0x32c338._0x57f541,0x123,_0x32c338._0x309e03)+_0x55dbf6(_0x32c338._0x1b3caa,0x150,_0x32c338._0x125d7d,0x124)};function _0x55dbf6(_0x39dc49,_0x1c107c,_0x67fa22,_0x17cff8){return _0x277b95(_0x39dc49-_0x3ce83a._0x416e78,_0x17cff8-0x257,_0x67fa22-0xa3,_0x67fa22);}function _0x48f1cb(_0x2c263c,_0x37332f,_0x3b1699,_0x2ff86f){return _0x5f23ab(_0x3b1699,_0x37332f-_0x311a75._0x5bf46d,_0x3b1699-0x79,_0x37332f-0x122);}try{if(_0x55dbf6(_0x32c338._0xd3013c,_0x32c338._0x24267f,_0x32c338._0x46f22d,0x101)===_0x3e1a81[_0x55dbf6(_0x32c338._0x4fa4c3,_0x32c338._0x47ecce,_0x32c338._0x53c0fa,0x12c)]){const _0x334a71={};_0x334a71[_0x48f1cb(_0x32c338._0x282278,_0x32c338._0x34cb5c,_0x32c338._0x3c097c,0x14e)]=_0x4afbe4[_0x48f1cb(_0x32c338._0x295c36,_0x32c338._0x824208,0xb5,0xb8)]['id'],_0x334a71[_0x55dbf6(0x16b,_0x32c338._0xa02334,_0x32c338._0x12985e,_0x32c338._0x53c0fa)]=_0xe687b5[_0x55dbf6(_0x32c338._0x5b26c4,0x10b,0x173,0x134)],_0x47241d[_0x55dbf6(0x170,0x15e,_0x32c338._0x466980,_0x32c338._0x4cddc2)](_0x3e1a81[_0x48f1cb(0x12a,0x14a,_0x32c338._0x12985e,0x181)],_0x334a71);const _0x108f37={};_0x108f37[_0x48f1cb(0x17d,_0x32c338._0x35de53,_0x32c338._0x2a16ec,_0x32c338._0x5a6ff2)]='Failed\x20to\x20'+_0x55dbf6(_0x32c338._0x2e4d03,0x154,_0x32c338._0x12985e,0x145)+'tion\x20statu'+'s',_0x344f40[_0x55dbf6(0xbf,0xc1,_0x32c338._0xa2c574,_0x32c338._0x252370)](-0x242a+0x1*0x212b+0x4f3)[_0x55dbf6(0x17b,_0x32c338._0x6c4bb1,0x101,0x14c)](_0x108f37);}else{const {provider_name:_0x4dbe0e}=_0x4e59a6['body'];if(!_0x4dbe0e){const _0xddf170={};return _0xddf170[_0x48f1cb(_0x32c338._0x47097d,0x16b,_0x32c338._0x188663,_0x32c338._0x11bf07)]=_0x3e1a81[_0x55dbf6(_0x32c338._0x125037,0xdc,_0x32c338._0x5420d4,0xff)],_0x301c16['status'](-0x3*0x8c5+0xd5f+0x80*0x1d)[_0x48f1cb(0x152,_0x32c338._0x1bb4f3,_0x32c338._0x417cbd,0x1ad)](_0xddf170);}const _0x44794f={};_0x44794f[_0x48f1cb(0x109,_0x32c338._0x509ded,_0x32c338._0x405182,_0x32c338._0x55548a)]=logger;const _0x2616e2=await _0x3e1a81[_0x48f1cb(0xce,_0x32c338._0x588c15,_0x32c338._0x26e864,0xc9)](getProviderDisplayName,_0x4dbe0e,_0x44794f),_0x2c04b9={};_0x2c04b9['logger']=logger;const _0xfc65f=await _0x3e1a81[_0x55dbf6(_0x32c338._0x55baad,_0x32c338._0x383484,0xfc,0x108)](deleteUserGitToken,_0x4e59a6['user']['id'],_0x4dbe0e,_0x2c04b9);if(!_0xfc65f){const _0x3a03dd={};return _0x3a03dd[_0x55dbf6(_0x32c338._0x2a7c23,0x10c,0x181,_0x32c338._0x4cddc2)]=_0x55dbf6(_0x32c338._0x3d167d,_0x32c338._0x1fce08,_0x32c338._0x258d1a,_0x32c338._0x5b2f94)+_0x48f1cb(_0x32c338._0x5f3887,0x147,0x12a,_0x32c338._0x20ea37),_0x3a03dd['message']='Not\x20connec'+'ted\x20to\x20'+_0x2616e2,_0x301c16[_0x55dbf6(_0x32c338._0x2b3f2f,0xf0,_0x32c338._0x195633,0xfe)](-0x3*0x23d+-0xf46+0x3*0x7db)[_0x48f1cb(0x1aa,0x16e,_0x32c338._0x4521fc,_0x32c338._0x3c5354)](_0x3a03dd);}const _0x1c393b={};_0x1c393b[_0x55dbf6(0x167,_0x32c338._0x11eb6b,_0x32c338._0x22b9b2,0x120)]=_0x4e59a6[_0x48f1cb(0xc4,_0x32c338._0x55baad,0xdd,0x108)]['id'],_0x1c393b[_0x48f1cb(_0x32c338._0x4e7bef,0x13f,0x158,0x178)+'me']=_0x4dbe0e,logger[_0x55dbf6(0x125,0xc9,_0x32c338._0x377f2a,_0x32c338._0x122fe4)]('User\x20disco'+_0x48f1cb(0x134,0x166,_0x32c338._0x363a8c,0x137)+_0x55dbf6(0x149,0x195,0x123,0x168)+_0x48f1cb(_0x32c338._0x26b22e,0x11c,_0x32c338._0x1fb45e,_0x32c338._0x4521fc),_0x1c393b);const _0x5328d8={};_0x5328d8[_0x48f1cb(_0x32c338._0x6c4bb1,_0x32c338._0x282278,0x169,_0x32c338._0x37b667)]=!![],_0x5328d8[_0x55dbf6(_0x32c338._0x5568ca,_0x32c338._0x14a528,_0x32c338._0x1190ac,_0x32c338._0x3c802c)]=_0x55dbf6(0x148,_0x32c338._0x3d167d,_0x32c338._0x295c36,0x154)+_0x55dbf6(0x117,_0x32c338._0xdfaaab,0x184,_0x32c338._0x2b1f1d)+_0x2616e2,_0x301c16[_0x55dbf6(0x196,_0x32c338._0x3196ce,_0x32c338._0x50a430,_0x32c338._0x2c9c19)](_0x5328d8);}}catch(_0x4564e9){if(_0x3e1a81['kovDR'](_0x3e1a81[_0x55dbf6(_0x32c338._0x1e895a,0x11d,_0x32c338._0x1da176,0x103)],_0x3e1a81['eHMww'])){const _0x23fd2c={};return _0x23fd2c[_0x48f1cb(_0x32c338._0x54a277,0x16b,0x14e,_0x32c338._0x257dce)]=_0x48f1cb(0x141,0x159,_0x32c338._0x6c4bb1,0x189)+_0x55dbf6(0xee,_0x32c338._0x15108a,_0x32c338._0x2f42e6,0x118)+_0x48f1cb(_0x32c338._0x42951b,0xfd,_0x32c338._0x329912,_0x32c338._0xaed440),_0x3c5784[_0x55dbf6(_0x32c338._0x300a62,0x11c,0x143,0xfe)](0xe7*-0x26+-0x1c74+-0x2*-0x2027)['json'](_0x23fd2c);}else{const _0x21a9dc={};_0x21a9dc['userId']=_0x4e59a6[_0x55dbf6(_0x32c338._0x11528b,0xf2,_0x32c338._0x394a73,0xd8)]['id'],_0x21a9dc[_0x55dbf6(0xf5,_0x32c338._0x4ccda3,_0x32c338._0x21131e,0x11d)+'me']=_0x4e59a6[_0x48f1cb(_0x32c338._0x867fb6,0x11b,0x143,0xeb)][_0x55dbf6(_0x32c338._0x28d71a,0xf8,0x139,_0x32c338._0x479a9c)+'ame'],_0x21a9dc['error']=_0x4564e9[_0x48f1cb(_0x32c338._0x13c741,0x156,0x14d,_0x32c338._0xe66a95)],logger[_0x55dbf6(0x183,_0x32c338._0x562b55,_0x32c338._0x1af170,_0x32c338._0x4cddc2)](_0x3e1a81[_0x48f1cb(_0x32c338._0x47097d,_0x32c338._0x209b6c,0x15a,0x187)],_0x21a9dc);const _0x15b553={};_0x15b553[_0x55dbf6(0x120,0x151,_0x32c338._0xeb7c8e,0x149)]=_0x4564e9['message'],_0x301c16['status'](-0x1*-0x1994+0x1*-0x240b+-0xc6b*-0x1)[_0x48f1cb(0x1aa,0x16e,0x158,_0x32c338._0x489c80)](_0x15b553);}}}),router[_0x5f23ab(0x6b,0x64,0x5d,0x4e)](_0x5f23ab(0x22,-0x3c,-0x13,-0xb),async(_0x227db2,_0x2279e7)=>{const _0xabded4={_0xcdb430:0x2af,_0x385324:0x292,_0x1a088b:0x289,_0x452bb1:0x4e4,_0x2bfe55:0x495,_0x93c9c7:0x506,_0x5af0cb:0x548,_0x2fe3ea:0x519,_0x3cc36f:0x2e0,_0x454a96:0x271,_0x4d326a:0x2b4,_0x3abfcd:0x2fc,_0x43689a:0x52f,_0x11a58b:0x53c,_0x18e9ea:0x503,_0x4749a5:0x4f1,_0x399777:0x539,_0x128ae9:0x561,_0x1ab50a:0x575,_0x124111:0x4de,_0x3f8d20:0x55f,_0x3c8ee6:0x4f5,_0x5a8c1f:0x22b,_0x5111cd:0x229,_0x5a52af:0x53e,_0x12c8ed:0x4d0,_0x36b595:0x4f7,_0x6f200e:0x555,_0x5b0fb6:0x50a,_0x16757a:0x54b,_0x3f502e:0x52d,_0xdf0cb:0x54a,_0x41b733:0x250,_0x20d1cf:0x28b,_0x2a5234:0x29e,_0x405387:0x530,_0x3cd6fb:0x23c,_0x29d483:0x24c,_0x4155bd:0x265,_0xf1df49:0x294,_0x25d9b3:0x2a7,_0x51f621:0x2b1,_0x275d22:0x2be,_0x590455:0x2c7,_0x2fba9d:0x594,_0x4aea89:0x4a8,_0x23537e:0x260,_0x43fb4b:0x229,_0x549113:0x2bd,_0x32c815:0x2c4,_0x227df4:0x4e1,_0x5b7a86:0x51d,_0xb3c57c:0x4ec,_0x2191c3:0x4ee,_0x51c052:0x205,_0x3a15e9:0x22a,_0x4154d9:0x257,_0x2858ec:0x511,_0x1bd021:0x49e,_0x1d1bb2:0x299,_0x12a6d7:0x2e6,_0x419de5:0x4a1,_0x4ecafa:0x4df,_0x18b080:0x2e9,_0x39d81b:0x2b2,_0x5477e3:0x28e,_0x21b7c7:0x54e,_0x42de45:0x547,_0x1d3810:0x562,_0x438f7a:0x276,_0x350e61:0x4df,_0x25ba69:0x527,_0x31a4dc:0x51e,_0x430858:0x25f,_0x11ddb6:0x23d,_0x2367f6:0x512,_0x17641f:0x51b,_0x5b637f:0x4df,_0x2980f9:0x4c6,_0x28e315:0x249,_0xdc5f60:0x286,_0x5679b2:0x2b0,_0x3fb01a:0x2ca,_0x4224cb:0x259,_0x2d5065:0x2eb,_0x358367:0x27a,_0x5f337f:0x286,_0x3335c3:0x27e,_0x5eab24:0x555,_0x41fbc3:0x54a,_0x4ac14a:0x545,_0x59e58d:0x501,_0x521b00:0x532,_0x545bd0:0x51c,_0x2b5c78:0x206,_0xf8a47e:0x28c,_0x1dd100:0x56c,_0x33a3ba:0x596},_0x14b787={_0x56999a:0xdf,_0x585e37:0x655},_0x39bdc4={_0x228c95:0x1dd,_0x46d6b8:0xfa};function _0x375e8a(_0x1555cb,_0x3b76df,_0x424bc8,_0x33aea0){return _0x277b95(_0x1555cb-_0x39bdc4._0x228c95,_0x424bc8-0x3a9,_0x424bc8-_0x39bdc4._0x46d6b8,_0x33aea0);}function _0x115d10(_0x28e8b4,_0x4de9b8,_0x4bcc9b,_0x32e64d){return _0x277b95(_0x28e8b4-_0x14b787._0x56999a,_0x4bcc9b-_0x14b787._0x585e37,_0x4bcc9b-0x5a,_0x28e8b4);}const _0x565185={'qoTes':_0x375e8a(_0xabded4._0xcdb430,_0xabded4._0x385324,0x289,_0xabded4._0x1a088b)+'ame\x20is\x20req'+_0x115d10(_0xabded4._0x452bb1,_0xabded4._0x2bfe55,0x4d9,_0xabded4._0x93c9c7),'nQuMx':_0x115d10(0x516,_0xabded4._0x5af0cb,_0xabded4._0x2fe3ea,0x510),'epsAG':function(_0x60438e,_0xaa631a){return _0x60438e===_0xaa631a;},'lvDpM':_0x375e8a(0x257,0x205,0x24d,0x231),'sgxaz':function(_0x4a02e3,_0x5370a2,_0x5ea5c9,_0x4a3150){return _0x4a02e3(_0x5370a2,_0x5ea5c9,_0x4a3150);},'tNXSG':_0x375e8a(_0xabded4._0x3cc36f,_0xabded4._0x454a96,0x2bc,_0xabded4._0x4d326a)+_0x115d10(0x512,0x493,0x4dd,0x4b0)+'t\x20OAuth\x20to'+_0x375e8a(0x2a6,_0xabded4._0x3abfcd,0x2b6,0x296),'FZqDU':_0x115d10(0x583,_0xabded4._0x43689a,_0xabded4._0x11a58b,0x518)+'zation','gAmGW':_0x115d10(0x535,0x4d9,_0xabded4._0x18e9ea,_0xabded4._0x4749a5)+_0x115d10(_0xabded4._0x399777,_0xabded4._0x128ae9,0x538,_0xabded4._0x1ab50a)+_0x115d10(0x504,0x50b,0x528,_0xabded4._0x124111)};try{if(_0x565185[_0x115d10(_0xabded4._0x3f8d20,0x505,0x529,_0xabded4._0x3c8ee6)]!==_0x375e8a(0x248,0x1f5,_0xabded4._0x5a8c1f,_0xabded4._0x5111cd)){const {provider_name:_0x1b9cd8}=_0x227db2[_0x115d10(_0xabded4._0x5a52af,_0xabded4._0x12c8ed,_0xabded4._0x36b595,0x544)];if(!_0x1b9cd8){if(_0x565185[_0x115d10(0x58d,0x51b,0x55b,_0xabded4._0x6f200e)]('GhsZg',_0x565185[_0x115d10(_0xabded4._0x5b0fb6,_0xabded4._0x16757a,0x4fe,_0xabded4._0x3f502e)])){const _0x59ae4d={};return _0x59ae4d['error']=_0x565185[_0x115d10(0x569,_0xabded4._0xdf0cb,0x537,0x581)],_0x2279e7[_0x375e8a(0x270,0x222,_0xabded4._0x41b733,_0xabded4._0x20d1cf)](-0x533*-0x2+0x1bb+-0x5*0x21d)[_0x375e8a(0x2c4,0x2b3,_0xabded4._0x2a5234,0x2b9)](_0x59ae4d);}else{const _0x40c730={};_0x40c730[_0x115d10(_0xabded4._0x405387,0x4f1,0x4fb,0x541)]=!![],_0x40c730[_0x375e8a(0x254,0x26b,0x248,_0xabded4._0x3cd6fb)]=_0x1bc254[_0x115d10(0x4e5,0x4dc,0x507,0x534)+'in']||_0x3313c6['azure_user'+'name']||null,_0x40c730[_0x375e8a(0x2b2,_0xabded4._0x29d483,_0xabded4._0x4155bd,_0xabded4._0xf1df49)]=_0x4d10df['expires_at'],_0x40c730[_0x375e8a(0x2c6,_0xabded4._0x25d9b3,_0xabded4._0x51f621,_0xabded4._0xcdb430)+'at']=_0x97f602[_0x375e8a(_0xabded4._0x275d22,_0xabded4._0x590455,_0xabded4._0x51f621,_0xabded4._0x3cc36f)+'at'],_0x40c730[_0x115d10(0x538,0x582,0x555,0x598)+'me']=_0xdd9978,_0x40c730[_0x115d10(0x57c,0x558,0x56d,_0xabded4._0x2fba9d)+_0x115d10(_0xabded4._0x4aea89,0x512,0x4e3,0x4b7)]=_0x4922aa[_0x375e8a(0x240,0x224,_0xabded4._0x23537e,_0xabded4._0x43fb4b)],_0x560406[_0x49725a[_0x375e8a(0x298,0x2d7,_0xabded4._0x549113,_0xabded4._0x32c815)]]=_0x40c730;}}const _0x3a1e68={};_0x3a1e68[_0x115d10(0x4c1,0x4ba,_0xabded4._0x227df4,0x4d2)]=logger;const _0x5e8b60=await _0x565185[_0x115d10(_0xabded4._0x5b7a86,0x4cc,_0xabded4._0xb3c57c,_0xabded4._0x2191c3)](refreshUserToken,_0x227db2[_0x375e8a(_0xabded4._0x51c052,0x26e,_0xabded4._0x3a15e9,0x1dd)]['id'],_0x1b9cd8,_0x3a1e68),_0x590240={};_0x590240['userId']=_0x227db2['user']['id'],_0x590240['providerNa'+'me']=_0x1b9cd8,_0x590240[_0x375e8a(0x259,_0xabded4._0x4154d9,0x236,0x21f)]=_0x5e8b60[_0x115d10(0x550,0x558,_0xabded4._0x2858ec,_0xabded4._0xb3c57c)],logger[_0x115d10(0x49b,_0xabded4._0x1bd021,0x4e4,0x4df)](_0x375e8a(0x26c,0x27f,0x23b,0x23c)+_0x375e8a(0x265,_0xabded4._0x23537e,_0xabded4._0x1d1bb2,_0xabded4._0x12a6d7)+_0x115d10(_0xabded4._0x419de5,_0xabded4._0x4ecafa,0x4e8,_0xabded4._0xb3c57c),_0x590240),_0x2279e7[_0x375e8a(_0xabded4._0x18b080,_0xabded4._0x39d81b,0x29e,_0xabded4._0x5477e3)](_0x5e8b60);}else{const _0x4150ec={};return _0x4150ec[_0x115d10(_0xabded4._0x21b7c7,0x52d,_0xabded4._0x42de45,_0xabded4._0x1d3810)]=_0x565185[_0x375e8a(0x2c4,0x270,_0xabded4._0x20d1cf,_0xabded4._0x438f7a)],_0x17e5d3['status'](0x1e68+0x3bb*-0xa+0x169*0x6)['json'](_0x4150ec);}}catch(_0x553ad3){const _0x5cab15={};_0x5cab15[_0x115d10(_0xabded4._0x350e61,_0xabded4._0x25ba69,_0xabded4._0x31a4dc,0x546)]=_0x227db2[_0x375e8a(0x212,_0xabded4._0x430858,_0xabded4._0x3a15e9,_0xabded4._0x11ddb6)]['id'],_0x5cab15[_0x115d10(0x539,_0xabded4._0x2367f6,_0xabded4._0x17641f,0x547)+'me']=_0x227db2['body']['provider_n'+_0x115d10(_0xabded4._0x5b637f,_0xabded4._0x4749a5,0x4fa,_0xabded4._0x2980f9)],_0x5cab15['error']=_0x553ad3[_0x375e8a(0x261,_0xabded4._0x28e315,_0xabded4._0xdc5f60,0x26d)],logger['error'](_0x565185['tNXSG'],_0x5cab15);if(_0x553ad3[_0x375e8a(0x2c8,0x256,_0xabded4._0xdc5f60,0x2ab)]['includes'](_0x565185[_0x115d10(0x4f2,0x53a,0x4f1,0x500)])){const _0x44ae20={};return _0x44ae20[_0x375e8a(_0xabded4._0x5679b2,_0xabded4._0x3fb01a,0x29b,_0xabded4._0x4224cb)]=_0x565185[_0x375e8a(_0xabded4._0x2d5065,0x2b4,0x2a4,_0xabded4._0x358367)],_0x44ae20['message']=_0x553ad3[_0x375e8a(_0xabded4._0xdc5f60,0x255,_0xabded4._0x5f337f,_0xabded4._0x3335c3)],_0x2279e7[_0x375e8a(0x213,0x282,0x250,0x23f)](0x94b*-0x4+-0x453*0x5+-0x1*-0x3c5c)[_0x115d10(_0xabded4._0x5eab24,0x515,_0xabded4._0x41fbc3,_0xabded4._0x4ac14a)](_0x44ae20);}const _0x499874={};_0x499874['error']=_0x553ad3[_0x115d10(0x561,_0xabded4._0x59e58d,_0xabded4._0x521b00,_0xabded4._0x545bd0)],_0x2279e7[_0x375e8a(_0xabded4._0x2b5c78,0x29a,_0xabded4._0x41b733,_0xabded4._0xf8a47e)](0x1f8b+-0x21ef+0x458)[_0x115d10(_0xabded4._0x1dd100,_0xabded4._0x33a3ba,_0xabded4._0xdf0cb,0x509)](_0x499874);}});export default router;
|
|
1
|
+
(function(_0x3e21f4,_0xc15700){const _0x4f8b66={_0x184938:0x6,_0x27d2e8:0x38,_0x122ef5:0x2aa,_0x589adf:0x2bc,_0x179722:0x2b9,_0x562ef2:0x31,_0x1c691a:0x29,_0x2d2f03:0x1e,_0x2cc75c:0x26,_0x6cdb6d:0x32c,_0x36cf1e:0x30b,_0x20fed2:0x7,_0xc398e5:0xc},_0x4d59d4={_0x2278d2:0xdc};function _0x53d823(_0x5d2b63,_0x459cbd,_0x384d94,_0x4082b8){return _0x3ac2(_0x459cbd- -0x3b6,_0x4082b8);}function _0x22cdf8(_0x325b4e,_0x2c4e78,_0x114779,_0x4bd196){return _0x3ac2(_0x2c4e78- -_0x4d59d4._0x2278d2,_0x325b4e);}const _0x11656e=_0x3e21f4();while(!![]){try{const _0x2b41db=-parseInt(_0x22cdf8(-0x1c,-0x2d,-0x72,-0x54))/(0x450+0x2496+-0x28e5)+-parseInt(_0x22cdf8(-_0x4f8b66._0x184938,0xe,-0xe,-_0x4f8b66._0x27d2e8))/(-0x4*-0x15+-0x86*-0x19+-0xc*0x11e)+parseInt(_0x53d823(-0x2db,-_0x4f8b66._0x122ef5,-_0x4f8b66._0x589adf,-_0x4f8b66._0x179722))/(-0x15*-0x67+-0x345+0x93*-0x9)*(-parseInt(_0x22cdf8(-_0x4f8b66._0x562ef2,-0x44,-0xd,-0x38))/(-0x77f+0x2*0x12d+0x529))+-parseInt(_0x22cdf8(-0x96,-0x55,-0x18,-_0x4f8b66._0x1c691a))/(-0x1d53+-0x2*-0x1319+0x2*-0x46d)+parseInt(_0x22cdf8(-_0x4f8b66._0x2d2f03,-_0x4f8b66._0x2cc75c,-0x23,-0x34))/(-0x12c8+-0x17a+0x1448)+-parseInt(_0x53d823(-0x2f2,-_0x4f8b66._0x6cdb6d,-0x2fc,-_0x4f8b66._0x36cf1e))/(-0x46a+-0x1e73+0x4d*0x74)+parseInt(_0x22cdf8(-_0x4f8b66._0x20fed2,0x19,_0x4f8b66._0xc398e5,0x2d))/(-0x5*0x3fb+0x953*-0x1+-0x5*-0x5da);if(_0x2b41db===_0xc15700)break;else _0x11656e['push'](_0x11656e['shift']());}catch(_0x192562){_0x11656e['push'](_0x11656e['shift']());}}}(_0x119f,0x6d73*0x29+0x2b215+0x36e0a*-0x2));import _0x43ff2a from'express';import{getRequestBaseUrl}from'../lib/request-url.js';function _0x39939b(_0x10dba8,_0x51ba7d,_0x281ad2,_0x551360){return _0x3ac2(_0x281ad2- -0x15f,_0x51ba7d);}import{logger}from'../lib/logger.js';import{startOAuthFlow,handleOAuthCallback,refreshUserToken,getOAuthEnabledProviders,getProviderConfig,providerSupportsUserOAuth,getProviderDisplayName}from'../lib/user-git-oauth.js';function _0x3ac2(_0x388884,_0x1f883b){_0x388884=_0x388884-(0xc12+0x3fc*0x4+-0x4*0x6e0);const _0x92e90b=_0x119f();let _0x56c71a=_0x92e90b[_0x388884];if(_0x3ac2['OyGRsL']===undefined){var _0x5e6dcc=function(_0x43cbe9){const _0xb46083='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2e2091='',_0x4be949='';for(let _0x278b33=-0x1bd0+-0x2d7+0x85*0x3b,_0x4edbf6,_0x24793a,_0x19b4cd=-0x2*-0x1326+-0xbdc+0x8d*-0x30;_0x24793a=_0x43cbe9['charAt'](_0x19b4cd++);~_0x24793a&&(_0x4edbf6=_0x278b33%(0x1c*0xb6+-0x5b6+0xf*-0xf2)?_0x4edbf6*(-0xee2+0x1*0x268a+-0xe*0x1ac)+_0x24793a:_0x24793a,_0x278b33++%(-0x240b+-0x7c8*0x2+0xf*0x371))?_0x2e2091+=String['fromCharCode'](0x1e15+0xcce+-0x29e4&_0x4edbf6>>(-(-0x250f+-0x1*0x1549+0x3a5a)*_0x278b33&-0x12a*0x9+0x7ae+0x2d2)):-0xca1+-0x2b6*-0xd+0x169d*-0x1){_0x24793a=_0xb46083['indexOf'](_0x24793a);}for(let _0x3f0a6a=-0x197+0x1f8e+-0x1df7,_0x2e563c=_0x2e2091['length'];_0x3f0a6a<_0x2e563c;_0x3f0a6a++){_0x4be949+='%'+('00'+_0x2e2091['charCodeAt'](_0x3f0a6a)['toString'](0x1*0x1b7d+-0xf7f+-0xbee))['slice'](-(-0xf83*0x2+-0x6*-0x2e9+0xd92));}return decodeURIComponent(_0x4be949);};_0x3ac2['hSHwGk']=_0x5e6dcc,_0x3ac2['nhNBld']={},_0x3ac2['OyGRsL']=!![];}const _0x213d9a=_0x92e90b[-0x9d*0x1+0x5b5+-0x518],_0x6233f5=_0x388884+_0x213d9a,_0x100b9c=_0x3ac2['nhNBld'][_0x6233f5];return!_0x100b9c?(_0x56c71a=_0x3ac2['hSHwGk'](_0x56c71a),_0x3ac2['nhNBld'][_0x6233f5]=_0x56c71a):_0x56c71a=_0x100b9c,_0x56c71a;}function _0x119f(){const _0xa14760=['l3jLzNjLC2G','CvjrEge','ChjVDMLKzxjoyq','yw1LigLZihjLCq','y29Kzq','zxiGt0f1DgGUia','yxrPB25FCMvXDq','AxjLzcTWyxjHBq','DwLYzwq','C3nPBMCRCMvXDq','zxfoEfm','Bg9Nz2vY','zxHWAxjLC0f0','EvLOEgG','CMv0ksbTyxKGBG','zgvZy3jPChrPBW','CMvKAxjLy3rbzG','DgvK','yxP1CMvFDxnLCG','DxrOihn0yxr1CW','CMvKAxjLy3rvCG','DxnLCG','Aw5MBW','CxvLCNK','BgLLBNrFAwqSia','Dvbnvfu','B2f1DgHFDxjS','z2L0AhvIx2XVzW','zgLZy29UBMvJDa','C3rHDhvZ','AgfZu3rHDgu','zxrLCNm','mJm5otyYmejsB2LwDa','BwvZC2fNzq','AxrFy29UBMvJDa','EwHQBg0','C3vJy2vZCW','z2v0','l3n0yxr1CW','t0f1DgGGzMXVDW','BwvZC2fNzt0','DxnLCM5HBwu','zw50AwfSCYaOyW','mZe2oti0nJreBK11q2u','y29UBMvJDgvK','C3vWCg9YDcb1CW','zxjYB3i','DgvY','uhjVDMLKzxiGBG','u3vAu1q','BM90x2nVBM5LyW','ExbL','l3bYB2zPBgu/zW','vg9zELG','tg9NA3m','u3rHCNrLzcbNAq','DgvKihrVia','AgfZq29Kzq','tM90ignVBM5LyW','svnLC20','rgLZy29UBMvJDa','r0zfAvi','zxHWAxjLC19HDa','BM5Ly3rLzcbMCG','tMPUAMG','r0jgsKW','mZi0nK5nBLbtAa','tenfu1K','Dej3uKu','tvrKt1O','DhLWzq','D29vqNm','yxv0Ac9JywXSyG','ndqXndq1z05ACNPh','ChjVDMLKzxi','Dcbpqxv0Acb0BW','mta4nJiXntjlA2zRCgK','l3n0yxj0','rMfPBgvKihrVia','yMfJAYbTAxnZAq','qKzrCfG','Eg9ztxy','DMLiCfG','Cg9ZDa','yM9KEq','vhjcrw8','sMPTCNC','CMvMCMvZAcbNAq','Aw5JBhvKzxm','Dcbpqxv0AcbMBa','mtK0meDguNH4Ba','ChjVDMLKzxjFDa','v2PmzeO','y29UBMvJDgvKxW','CMvKAxjLy3q','AwD1CMvKlG','y2XPzw50x3nLyW','C29uEwK','BMCGCMvXDwLYzq','zgvSzxrL','ExnVtwm','l2nHBgXIywnR','rM9JyK8','B3jbB3y','BMfTzq','zwqGzNjVBsa','EMf0Aw9U','t0f1DgGGy2fSBa','z2v0ignVBM5LyW','vxnLCIbKAxnJBW','ALDTDui','whn6AwW','B3qGzM91BMq6ia','ntm3oty2ze5Ptfb6','wNDwuvO','ywvOsfe','uMvMCMvZAgvKia','AfH6Bum','C0D2uw8','Aw9UpwvYCM9YjG','ndKWmtm4mKL2zwjSvq','yw1L','BwvZC2fNzt1nAq','zgLZCgXHEv9Uyq','t0f1DgGGChjVDG','C3rHCNqGz2L0ia','tvHgt1i','ANnVBG','zcbWyxjHBwv0zq','AwrLCIbYzxr1CG','ChjVDMLKzxjFBG','B3rFB2f1DgHFzq','ywnR','sfPZzMi','zNbOu3y','D2fYBG','DxnLCKLK','C3rHDgu','t0f1DgGGy3jLza','B3qGyMuGy29UzG'];_0x119f=function(){return _0xa14760;};return _0x119f();}import{getUserConnectionStatus,deleteUserGitToken}from'../lib/user-git-tokens.js';const router=_0x43ff2a['Router']();router[_0x39939b(-0x38,-0x64,-0x70,-0x8c)](_0xdb5cd3(0x241,0x227,0x20c,0x1fc),async(_0x41fcae,_0x2ea9b8)=>{const _0x3a79db={_0x2e76ff:0x4e,_0x3a11ee:0x14,_0x3ce3a0:0x6,_0x1efdd7:0x2e,_0x3f6fbc:0x25,_0x5c12de:0x41,_0x3ac443:0x167,_0x584464:0x186,_0x4f1546:0x36,_0x5d4641:0x80,_0x4b6f8f:0x40,_0x29ca4f:0x181,_0x16c2e1:0x1ae,_0x41e185:0xb4,_0x29866c:0xa7,_0x5a4110:0x2c,_0x2163cd:0x63,_0x5177b2:0xbd,_0x5ae421:0x8a,_0x4deebf:0x12,_0x1d02e5:0x4a,_0x32af49:0x144,_0x5ea931:0x101,_0x1e422f:0x14f,_0x3b8e80:0x2d,_0x42af32:0x158,_0x3c8afd:0x13d,_0x285d61:0x176,_0x45712c:0x183,_0x4fa102:0x1c8,_0x1967db:0x1c7,_0x51ea61:0x1c8,_0x18286e:0x4c,_0x55dca4:0xbb,_0x1a5bb2:0xaf,_0x13c191:0x76,_0x469c7f:0x191,_0x5a4b98:0x1b6,_0x5726ee:0x126,_0xabc614:0x154,_0x1f6c9b:0x11c,_0xfebc85:0x78,_0x14332a:0xc3,_0x4df48b:0x95,_0x26a11d:0x7d,_0x197a19:0xe6,_0x196e1b:0x19,_0x139301:0x2a,_0x445b51:0x1ad,_0x14300d:0x1cd,_0x2dca6d:0x1b9,_0x1b1270:0x1bb,_0xf5f36a:0x9d,_0x38ed3c:0x4b,_0x99b324:0x6a,_0x1ce912:0xae,_0x41da1d:0xa4,_0x15efcb:0x1b5,_0x1986d1:0x1b8,_0x3e2798:0x1b3,_0x4f6b17:0x171,_0x69e481:0x1e8,_0x318d4d:0x1eb,_0x2b3416:0x5e,_0x113f17:0x7c,_0x2d0d4e:0xa2,_0x294f30:0xad,_0x25295d:0x7e,_0x51ac8f:0x1a6,_0x174220:0x196,_0x355b2e:0xa3,_0x4b65a5:0x5e,_0x1c6a19:0x22,_0xc0fade:0xa5,_0x285149:0x1e4,_0x5ab96c:0x56,_0x50ad3a:0x74,_0x34eb70:0x45,_0x4d0329:0x14a,_0x94721b:0x6e,_0x604651:0x68,_0x19dc71:0xc7,_0x39994f:0x19a,_0x469451:0x5f,_0x178fc2:0x56,_0x98190d:0x61,_0x546d2b:0x1f,_0xa3af27:0x8b,_0x1102bc:0x64,_0x49ca9a:0x161,_0x33823f:0x1d9,_0x74cc73:0x18d},_0x2a1f90={_0x2af798:0x139,_0x134ea9:0xfe},_0x4a5e59={'GFEiR':_0x398e5e(0x56,_0x3a79db._0x2e76ff,_0x3a79db._0x3a11ee,0x4a)+_0x398e5e(-0x3,_0x3a79db._0x3ce3a0,0x6,_0x3a79db._0x1efdd7)+_0x398e5e(_0x3a79db._0x3f6fbc,0x47,0x41,_0x3a79db._0x5c12de)+_0x41f25a(0x16c,_0x3a79db._0x3ac443,_0x3a79db._0x584464,0x147)+'rs','ISesm':'/profile?g'+'it_connect'+_0x398e5e(_0x3a79db._0x4f1546,_0x3a79db._0x5d4641,_0x3a79db._0x4b6f8f,0x56)+'message=Mi'+_0x41f25a(_0x3a79db._0x29ca4f,0x192,0x176,_0x3a79db._0x16c2e1)+_0x398e5e(_0x3a79db._0x41e185,_0x3a79db._0x29866c,_0x3a79db._0x5a4110,0x72)+_0x398e5e(_0x3a79db._0x2163cd,0xc1,_0x3a79db._0x5177b2,_0x3a79db._0x5ae421),'Jjmrw':_0x398e5e(0x14,0x84,_0x3a79db._0x4deebf,_0x3a79db._0x1d02e5)+'back\x20faile'+'d','HZsfb':function(_0x56e302,_0x317c56){return _0x56e302(_0x317c56);},'uPMTU':function(_0x404327,_0x18d488,_0x24b3bf){return _0x404327(_0x18d488,_0x24b3bf);},'viHpX':function(_0x1c0b6d,_0x255185,_0x5baf38){return _0x1c0b6d(_0x255185,_0x5baf38);},'ToYzX':function(_0x355813,_0x1cdf1d){return _0x355813===_0x1cdf1d;},'yhjlm':_0x41f25a(0x133,0x145,0xf8,_0x3a79db._0x32af49),'eXaKp':_0x41f25a(0x141,0x124,_0x3a79db._0x5ea931,_0x3a79db._0x1e422f),'yXhWL':_0x398e5e(0x1e,0x29,_0x3a79db._0x3f6fbc,_0x3a79db._0x3b8e80)+_0x41f25a(_0x3a79db._0x42af32,_0x3a79db._0x3c8afd,_0x3a79db._0x285d61,0x114)+'tion\x20statu'+'s'};function _0x398e5e(_0x57d648,_0x2bccda,_0x5ac57e,_0x41405c){return _0xdb5cd3(_0x57d648-0x88,_0x2bccda-0x189,_0x41405c- -0x17b,_0x5ac57e);}function _0x41f25a(_0x168e96,_0x29b0d8,_0x8a4487,_0x246e41){return _0xdb5cd3(_0x168e96-_0x2a1f90._0x2af798,_0x29b0d8-_0x2a1f90._0x134ea9,_0x168e96- -0x6e,_0x246e41);}try{const _0x301a3d=_0x41fcae[_0x398e5e(0xb8,0xc4,0x60,_0x3a79db._0x5d4641)]['id'],_0x430dbf={};_0x430dbf[_0x41f25a(_0x3a79db._0x45712c,_0x3a79db._0x4fa102,_0x3a79db._0x1967db,_0x3a79db._0x51ea61)]=logger;const _0x334eb2=await getOAuthEnabledProviders(_0x430dbf),_0x19efa1={};_0x19efa1[_0x398e5e(_0x3a79db._0x18286e,_0x3a79db._0x55dca4,_0x3a79db._0x1a5bb2,_0x3a79db._0x13c191)]=logger;const _0x3bc51f=await _0x4a5e59[_0x41f25a(_0x3a79db._0x469c7f,_0x3a79db._0x5a4b98,0x1b3,0x1c7)](getUserConnectionStatus,_0x301a3d,_0x19efa1),_0x2c50b8={};for(const _0x3ea4e4 of _0x334eb2){const _0x454ece=_0x3bc51f[_0x3ea4e4['name']],_0x31eaa5={};_0x31eaa5['logger']=logger;const _0x1e7519=await _0x4a5e59[_0x41f25a(0x13e,0x147,0x17e,_0x3a79db._0x5726ee)](getProviderDisplayName,_0x3ea4e4[_0x41f25a(_0x3a79db._0xabc614,0x177,_0x3a79db._0x1f6c9b,0x165)],_0x31eaa5);if(_0x454ece)_0x2c50b8[_0x3ea4e4[_0x398e5e(0x14,_0x3a79db._0xfebc85,0x62,0x47)]]={'connected':!![],'username':_0x454ece[_0x398e5e(_0x3a79db._0x14332a,0x8a,0x66,0x86)+'in']||_0x454ece[_0x398e5e(0x83,_0x3a79db._0x4df48b,_0x3a79db._0x4b6f8f,_0x3a79db._0x26a11d)+'name']||null,'expires_at':_0x454ece[_0x398e5e(0xc4,0x83,_0x3a79db._0x197a19,0xa9)],'connected_at':_0x454ece['connected_'+'at'],'display_name':_0x1e7519,'provider_type':_0x3ea4e4[_0x398e5e(_0x3a79db._0x196e1b,_0x3a79db._0x139301,0x3e,_0x3a79db._0x3f6fbc)]};else{if(_0x4a5e59[_0x41f25a(_0x3a79db._0x445b51,_0x3a79db._0x14300d,_0x3a79db._0x14300d,0x199)](_0x4a5e59[_0x41f25a(0x19b,_0x3a79db._0x2dca6d,_0x3a79db._0x1b1270,0x16a)],_0x4a5e59[_0x398e5e(_0x3a79db._0xf5f36a,0x88,0xb8,0x8e)]))_0x2c50b8[_0x3ea4e4[_0x398e5e(0x67,0x1b,_0x3a79db._0x38ed3c,0x47)]]={'connected':![],'display_name':_0x1e7519,'provider_type':_0x3ea4e4['type']};else{const _0x9f4351={};return _0x9f4351[_0x398e5e(_0x3a79db._0x99b324,0x61,_0x3a79db._0x1ce912,_0x3a79db._0x41da1d)]=!!_0x5cbdc0,_0x9f4351['hasState']=!!_0x5b73ea,_0x4a1c3b['warn'](_0x4a5e59[_0x41f25a(_0x3a79db._0x15efcb,0x1e9,0x1ba,_0x3a79db._0x1986d1)],_0x9f4351),_0x22997c['redirect'](_0x4a5e59[_0x41f25a(_0x3a79db._0x3e2798,_0x3a79db._0x4f6b17,_0x3a79db._0x69e481,_0x3a79db._0x318d4d)]);}}}const _0x4fdb06={};_0x4fdb06['connection'+'s']=_0x2c50b8,_0x2ea9b8[_0x398e5e(0x24,0x97,0x8e,_0x3a79db._0x2b3416)](_0x4fdb06);}catch(_0x4690dd){if(_0x4a5e59['eXaKp']===_0x4a5e59['eXaKp']){const _0x5e6f1e={};_0x5e6f1e[_0x41f25a(0x174,0x1b5,0x164,0x195)]=_0x41fcae[_0x398e5e(_0x3a79db._0x113f17,0x98,0x96,_0x3a79db._0x5d4641)]['id'],_0x5e6f1e['error']=_0x4690dd['message'],logger['error'](_0x41f25a(0x13a,0x127,0x14a,0x124)+'get\x20git\x20OA'+_0x398e5e(_0x3a79db._0x2d0d4e,0x39,_0x3a79db._0x294f30,_0x3a79db._0x25295d),_0x5e6f1e);const _0x4c7ab7={};_0x4c7ab7[_0x41f25a(_0x3a79db._0x51ac8f,0x1d8,0x171,0x187)]=_0x4a5e59['yXhWL'],_0x2ea9b8[_0x41f25a(0x195,0x186,0x19d,_0x3a79db._0x174220)](0x11a*0xd+-0xfc4+-0x1e*-0x1d)[_0x398e5e(0x68,_0x3a79db._0x355b2e,0x90,_0x3a79db._0x4b65a5)](_0x4c7ab7);}else{const _0x3bd87c={};_0x3bd87c[_0x398e5e(0x47,_0x3a79db._0x1c6a19,_0x3a79db._0xc0fade,0x67)]=_0x388884['user']['id'],_0x3bd87c[_0x41f25a(0x1a6,0x1c9,0x1d1,0x1b0)]=_0x1f883b['message'],_0x6578cf[_0x41f25a(0x1a6,0x1b0,0x1ea,_0x3a79db._0x285149)](_0x4a5e59[_0x398e5e(_0x3a79db._0x5ab96c,_0x3a79db._0x50ad3a,_0x3a79db._0x34eb70,0x35)],_0x3bd87c),_0x92e90b[_0x41f25a(_0x3a79db._0x4d0329,0x119,0x186,0x16b)](_0x398e5e(_0x3a79db._0x94721b,_0x3a79db._0x604651,_0x3a79db._0x19dc71,0x9f)+_0x41f25a(_0x3a79db._0x39994f,0x157,0x193,0x17b)+_0x398e5e(0x28,_0x3a79db._0x469451,0x3a,_0x3a79db._0x178fc2)+_0x398e5e(_0x3a79db._0x98190d,0xd0,0x86,0x93)+_0x4a5e59[_0x398e5e(_0x3a79db._0x546d2b,0xa4,_0x3a79db._0xa3af27,_0x3a79db._0x1102bc)](_0x56c71a,_0x5e6dcc[_0x41f25a(0x199,_0x3a79db._0x49ca9a,_0x3a79db._0x33823f,_0x3a79db._0x74cc73)]));}}}),router[_0x39939b(-0xcc,-0xf0,-0xce,-0xce)](_0xdb5cd3(0x167,0x1c9,0x1a7,0x177),async(_0x19b7ab,_0x805c5a)=>{const _0x3e5dc9={_0x5f26b7:0x82,_0xac8ab8:0x2cd,_0x30c36d:0x2d7,_0x2e2562:0x343,_0x4976e7:0x300,_0x16b1c4:0x2b4,_0x23a001:0x2f7,_0x1859d4:0x2d2,_0x4192a7:0x30f,_0x315c86:0x314,_0x47702c:0x2ef,_0x55cea3:0x41,_0x954502:0x4b,_0x125f72:0x7c,_0x362e49:0x70,_0x459842:0xb6,_0x3eecb5:0xb2,_0x4e6bf9:0x2f2,_0x420d87:0x2e3,_0x43b071:0x2c0,_0x70ee18:0x32a,_0x2ae0f8:0x365,_0x38a3b8:0x326,_0x14c9a7:0x32f,_0x2022b5:0x315,_0x321a7e:0xa3,_0x284afb:0xc1,_0x3bcacd:0x362,_0xee70ed:0x9e,_0x142c0e:0x82,_0x3ca8e8:0xa8,_0x2f3380:0x349,_0x14f082:0x309,_0x2517fb:0x324,_0x1b142a:0x2f8,_0x41f67d:0x5d,_0x38a0ea:0x42,_0x2670e5:0x66,_0x509d9f:0x48,_0x53aaeb:0x296,_0x48a59d:0x2c2,_0x54acdd:0xcc,_0x44e037:0x83,_0x18edc6:0x31a,_0x5eeed0:0x2d0,_0x4f99f1:0x2e7,_0x3de892:0xa3,_0x2cfb23:0x45,_0x3d45dc:0x86,_0x4a95ce:0x95,_0x3758b4:0x309,_0x3df30f:0x366,_0x5bc924:0x34b,_0x5e17da:0x2ab,_0x2218a1:0x2b8,_0x34f971:0x7d,_0x2a68d6:0x85,_0x57ec80:0x86,_0x47543c:0x2cb,_0x4f801e:0x318,_0x403975:0x2c6,_0x5b22a3:0x323,_0x58a79b:0x2fc,_0x4a6d5f:0x31a,_0x403899:0x95,_0x37f42d:0xb3,_0x2636c7:0x57,_0x2a1709:0x5c,_0x3bdabf:0x362,_0x4c5a72:0x2bc,_0x229cbd:0x308,_0x26ad31:0x5e,_0x381ac3:0xac,_0x1f0b8e:0x5b,_0x525005:0x313,_0x5c044e:0x2e4,_0xb4227a:0x2f5,_0x9b30b:0x2f6,_0x2d9382:0x316,_0x3bdf9a:0xa4,_0x1fa281:0xdc,_0x1b3649:0x6a,_0x438f3b:0x90,_0x2cafa3:0x2fa,_0x5d79a3:0x31e,_0x495fcb:0x2c8,_0x29849e:0x2f7,_0x46198d:0xa5,_0x2cb596:0x8d,_0x4dbefc:0x89,_0x4bdba9:0xbb,_0x500cab:0xa4,_0x2cd3a0:0x9f,_0x3f5455:0x2f3,_0x11432d:0x2de,_0x1e744e:0x68,_0x4ea7e1:0x7a,_0x459fd9:0x30,_0x5f0956:0x73,_0x46f31e:0x6d,_0x451969:0x2de,_0x29f1b0:0x30e,_0x2e7607:0x30d,_0x1ef7d9:0x63,_0x4ab311:0x11,_0x3c08b9:0x2fe,_0x34bf46:0x2ed,_0x34cf04:0x7b,_0x197028:0x6e,_0x4b27b2:0x2ec,_0x3e277e:0x2dc,_0x3b990d:0x2f4,_0x1b6033:0x25,_0x433a7a:0x31,_0x42f8d5:0x2d0,_0x486de4:0x2a9,_0x263124:0x2b7,_0x1343d8:0x2ee,_0x36ed23:0x8b,_0x4b4bb2:0xa0,_0x10266a:0x92,_0x3508c7:0x342,_0xe7a77f:0x300,_0x345140:0x66,_0x5d7d9:0x88,_0x5a492d:0x304,_0x381f64:0x2ed,_0x71c485:0x2a3,_0x265480:0x87,_0x245a84:0x4a,_0x4316ba:0x67},_0x2f816d={_0x4b56ef:0x68,_0x4de29e:0x3e},_0x57ffe4={_0x2d8ae0:0x17b,_0x32807d:0x8,_0x355455:0x112};function _0x5627fc(_0x590abc,_0x110925,_0x31e1fa,_0x543eb7){return _0xdb5cd3(_0x590abc-_0x57ffe4._0x2d8ae0,_0x110925-_0x57ffe4._0x32807d,_0x543eb7-_0x57ffe4._0x355455,_0x590abc);}const _0x24a8a2={'jWmuB':_0x3d3b7c(-_0x3e5dc9._0x5f26b7,-0xa8,-0xa0,-0x44)+'ame\x20is\x20req'+_0x5627fc(_0x3e5dc9._0xac8ab8,_0x3e5dc9._0x30c36d,_0x3e5dc9._0x2e2562,_0x3e5dc9._0x4976e7),'SuZST':function(_0x26c949,_0x3b7ca7,_0x38ec6c){return _0x26c949(_0x3b7ca7,_0x38ec6c);},'cIHam':_0x5627fc(_0x3e5dc9._0x16b1c4,_0x3e5dc9._0x23a001,0x291,_0x3e5dc9._0x1859d4),'mcGmB':function(_0x20430a,_0xe4121b){return _0x20430a(_0xe4121b);},'DSXMo':function(_0xa99f4c,_0x4dd544,_0x16a983){return _0xa99f4c(_0x4dd544,_0x16a983);},'Xszil':'provider_n'+_0x5627fc(_0x3e5dc9._0x4192a7,_0x3e5dc9._0x315c86,0x2f9,_0x3e5dc9._0x47702c)+'nabled','ZwVQZ':function(_0x57f285,_0xf6da0b){return _0x57f285(_0xf6da0b);},'Logks':_0x3d3b7c(-_0x3e5dc9._0x55cea3,-_0x3e5dc9._0x954502,-_0x3e5dc9._0x125f72,-_0x3e5dc9._0x362e49)+_0x3d3b7c(-0xab,-0xc7,-_0x3e5dc9._0x459842,-_0x3e5dc9._0x3eecb5)+'ow'};function _0x3d3b7c(_0x23c721,_0x2ec2e6,_0x3ffe45,_0x36787c){return _0xdb5cd3(_0x23c721-_0x2f816d._0x4b56ef,_0x2ec2e6-_0x2f816d._0x4de29e,_0x23c721- -0x25e,_0x3ffe45);}try{const {provider_name:_0x431a37,redirect_after:_0x3d8a19}=_0x19b7ab[_0x5627fc(0x2ad,_0x3e5dc9._0x4e6bf9,_0x3e5dc9._0x420d87,_0x3e5dc9._0x43b071)];if(!_0x431a37){const _0x5c673a={};return _0x5c673a[_0x5627fc(0x340,_0x3e5dc9._0x70ee18,_0x3e5dc9._0x2ae0f8,_0x3e5dc9._0x38a3b8)]=_0x24a8a2[_0x5627fc(0x31f,0x2e6,0x2a8,0x2da)],_0x805c5a[_0x5627fc(0x2d6,0x34b,_0x3e5dc9._0x14c9a7,_0x3e5dc9._0x2022b5)](0x7d*-0xf+-0x110e+0x19f1)[_0x3d3b7c(-0x85,-_0x3e5dc9._0x321a7e,-0x63,-_0x3e5dc9._0x284afb)](_0x5c673a);}const _0xcb37e1={};_0xcb37e1['logger']=logger;const _0x4bb6ce=await _0x24a8a2[_0x5627fc(0x343,0x2f9,_0x3e5dc9._0x3bcacd,0x329)](getProviderConfig,_0x431a37,_0xcb37e1);if(!_0x4bb6ce){if(_0x24a8a2['cIHam']!==_0x3d3b7c(-_0x3e5dc9._0xee70ed,-_0x3e5dc9._0x142c0e,-0x7e,-_0x3e5dc9._0x3ca8e8)){const _0x3c7054={};_0x3c7054[_0x5627fc(_0x3e5dc9._0x2f3380,_0x3e5dc9._0x14f082,0x35e,_0x3e5dc9._0x2517fb)]=!![],_0x3c7054[_0x5627fc(0x35b,0x342,_0x3e5dc9._0x1b142a,0x321)]=_0x47fbba[_0x3d3b7c(-_0x3e5dc9._0x41f67d,-_0x3e5dc9._0x38a0ea,-0x97,-0x34)+'in']||_0x28b826[_0x3d3b7c(-_0x3e5dc9._0x2670e5,-0x92,-_0x3e5dc9._0x509d9f,-0x7d)+_0x5627fc(0x302,_0x3e5dc9._0x53aaeb,_0x3e5dc9._0x48a59d,0x2d4)]||null,_0x3c7054['expires_at']=_0x3abc7c['expires_at'],_0x3c7054[_0x3d3b7c(-0xa7,-_0x3e5dc9._0x54acdd,-0x9f,-_0x3e5dc9._0x44e037)+'at']=_0x3fc13d[_0x5627fc(0x2ae,0x28c,0x2c5,0x2c9)+'at'],_0x3c7054[_0x5627fc(_0x3e5dc9._0x18edc6,0x2db,_0x3e5dc9._0x5eeed0,_0x3e5dc9._0x4f99f1)+'me']=_0x264d21,_0x3c7054[_0x3d3b7c(-0xa9,-0xcc,-0x63,-_0x3e5dc9._0x3de892)+_0x3d3b7c(-_0x3e5dc9._0x2cfb23,-0x49,-0x84,-_0x3e5dc9._0x3d45dc)]=_0x4a7486[_0x3d3b7c(-0xbe,-0xc9,-_0x3e5dc9._0x4a95ce,-0x7d)],_0x39121c[_0x4a80e8[_0x5627fc(_0x3e5dc9._0x4976e7,0x2ca,_0x3e5dc9._0x3758b4,0x2d4)]]=_0x3c7054;}else{const _0x4cffe1={};return _0x4cffe1[_0x5627fc(_0x3e5dc9._0x3df30f,0x332,_0x3e5dc9._0x5bc924,_0x3e5dc9._0x38a3b8)]=_0x3d3b7c(-0x48,-0x57,-0x21,-0x5b)+_0x5627fc(0x308,_0x3e5dc9._0x5e17da,_0x3e5dc9._0x2218a1,0x2dc)+_0x431a37,_0x805c5a[_0x3d3b7c(-0x5b,-_0x3e5dc9._0x34f971,-0x61,-0x6b)](-0x363+0x180a+-0x1313)[_0x3d3b7c(-_0x3e5dc9._0x2a68d6,-_0x3e5dc9._0x57ec80,-0x78,-_0x3e5dc9._0x44e037)](_0x4cffe1);}}if(!_0x24a8a2['mcGmB'](providerSupportsUserOAuth,_0x4bb6ce)){const _0x19b215={};_0x19b215[_0x5627fc(_0x3e5dc9._0x47543c,_0x3e5dc9._0x4f801e,_0x3e5dc9._0x403975,0x303)]=logger;const _0x288f93=await _0x24a8a2['DSXMo'](getProviderDisplayName,_0x431a37,_0x19b215),_0x1fbd40={};return _0x1fbd40[_0x5627fc(_0x3e5dc9._0x5b22a3,_0x3e5dc9._0x58a79b,_0x3e5dc9._0x4a6d5f,0x326)]=_0x24a8a2[_0x3d3b7c(-_0x3e5dc9._0x403899,-0xb3,-_0x3e5dc9._0x37f42d,-0xcd)],_0x1fbd40[_0x3d3b7c(-_0x3e5dc9._0x2636c7,-0x32,-0x4b,-_0x3e5dc9._0x2a1709)]=_0x288f93+('\x20does\x20not\x20'+_0x5627fc(0x31a,_0x3e5dc9._0x3bdabf,0x320,0x325)+_0x5627fc(_0x3e5dc9._0x4c5a72,0x33c,_0x3e5dc9._0x229cbd,0x2fd)+_0x3d3b7c(-0x7a,-_0x3e5dc9._0x26ad31,-_0x3e5dc9._0x381ac3,-_0x3e5dc9._0x1f0b8e)+_0x5627fc(_0x3e5dc9._0x525005,_0x3e5dc9._0x5c044e,_0x3e5dc9._0xb4227a,0x322)+_0x5627fc(_0x3e5dc9._0x9b30b,_0x3e5dc9._0x2d9382,0x310,0x310)+_0x3d3b7c(-_0x3e5dc9._0x3bdf9a,-_0x3e5dc9._0x1fa281,-0x8a,-0xe5)+_0x3d3b7c(-_0x3e5dc9._0x1b3649,-0x8f,-_0x3e5dc9._0x438f3b,-0x2a)+_0x5627fc(_0x3e5dc9._0x2cafa3,_0x3e5dc9._0x5d79a3,_0x3e5dc9._0x495fcb,_0x3e5dc9._0x29849e)+_0x3d3b7c(-_0x3e5dc9._0x46198d,-0xe7,-_0x3e5dc9._0x2cb596,-_0x3e5dc9._0x4dbefc)),_0x805c5a['status'](0x24*-0x115+-0x49*0x7f+0x4cbb)[_0x3d3b7c(-_0x3e5dc9._0x2a68d6,-_0x3e5dc9._0x4bdba9,-_0x3e5dc9._0x500cab,-_0x3e5dc9._0x2cd3a0)](_0x1fbd40);}const _0x99025b=_0x24a8a2[_0x5627fc(_0x3e5dc9._0x3f5455,0x2b8,0x2a7,_0x3e5dc9._0x11432d)](getRequestBaseUrl,_0x19b7ab)+('/api/git-o'+_0x5627fc(0x2a9,0x2f0,0x2e7,0x2b4)+_0x3d3b7c(-0x80,-_0x3e5dc9._0x509d9f,-0x6d,-0x88)),_0x28da6c={};_0x28da6c['providerNa'+'me']=_0x431a37,_0x28da6c['callbackUr'+'l']=_0x99025b,_0x28da6c[_0x3d3b7c(-_0x3e5dc9._0x1e744e,-_0x3e5dc9._0x4ea7e1,-_0x3e5dc9._0x459fd9,-0x7f)+_0x3d3b7c(-0x49,-_0x3e5dc9._0x5f0956,-0x1c,-0x8a)]=_0x3d8a19;const _0x179c95={};_0x179c95[_0x3d3b7c(-_0x3e5dc9._0x46f31e,-0xa7,-0x6d,-_0x3e5dc9._0x44e037)]=logger;const {oauthUrl:_0x8ad858,state:_0x597ad7}=await startOAuthFlow(_0x28da6c,_0x179c95),_0x5c377a={};_0x5c377a[_0x3d3b7c(-0x7c,-0xb6,-0xb4,-0x8e)]=_0x19b7ab[_0x5627fc(0x2d4,_0x3e5dc9._0x451969,_0x3e5dc9._0x29f1b0,_0x3e5dc9._0x2e7607)]['id'],_0x5c377a['providerNa'+'me']=_0x431a37,_0x5c377a[_0x3d3b7c(-0x68,-0x74,-0x56,-0x5f)+'ter']=_0x3d8a19,logger['info'](_0x24a8a2[_0x3d3b7c(-_0x3e5dc9._0x38a0ea,-_0x3e5dc9._0x1ef7d9,-0x60,-_0x3e5dc9._0x4ab311)],_0x5c377a);const _0x139e76={};_0x139e76[_0x5627fc(0x337,_0x3e5dc9._0x3c08b9,_0x3e5dc9._0x34bf46,0x312)]=_0x8ad858,_0x139e76[_0x3d3b7c(-_0x3e5dc9._0x34cf04,-_0x3e5dc9._0x197028,-0x46,-0x7c)]=_0x597ad7,_0x805c5a[_0x3d3b7c(-0x85,-0xa0,-0x5e,-0x91)](_0x139e76);}catch(_0x3028a4){const _0x20a1e4={};_0x20a1e4[_0x5627fc(0x321,_0x3e5dc9._0x4b27b2,_0x3e5dc9._0x3e277e,_0x3e5dc9._0x3b990d)]=_0x19b7ab[_0x3d3b7c(-0x63,-_0x3e5dc9._0x1b6033,-_0x3e5dc9._0x433a7a,-0xa2)]['id'],_0x20a1e4[_0x5627fc(_0x3e5dc9._0x42f8d5,0x2d6,0x31e,_0x3e5dc9._0x2cafa3)+'me']=_0x19b7ab[_0x3d3b7c(-0xb0,-0xde,-0xf6,-0xc4)][_0x5627fc(_0x3e5dc9._0x486de4,_0x3e5dc9._0x263124,_0x3e5dc9._0x495fcb,_0x3e5dc9._0x1343d8)+_0x3d3b7c(-_0x3e5dc9._0x36ed23,-_0x3e5dc9._0x4b4bb2,-_0x3e5dc9._0x5f26b7,-_0x3e5dc9._0x10266a)],_0x20a1e4[_0x5627fc(0x2e9,_0x3e5dc9._0x3508c7,_0x3e5dc9._0xe7a77f,0x326)]=_0x3028a4[_0x3d3b7c(-0x57,-_0x3e5dc9._0x345140,-_0x3e5dc9._0x5d7d9,-0x7c)],logger[_0x5627fc(0x322,_0x3e5dc9._0x5a492d,_0x3e5dc9._0x381f64,0x326)](_0x5627fc(0x2a3,_0x3e5dc9._0x71c485,0x282,0x2ba)+_0x3d3b7c(-_0x3e5dc9._0x265480,-0xa2,-0xa8,-0x8b)+'OAuth\x20flow',_0x20a1e4);const _0x497b0b={};_0x497b0b[_0x3d3b7c(-_0x3e5dc9._0x245a84,-0x8,-0x20,-_0x3e5dc9._0x4316ba)]=_0x3028a4['message'],_0x805c5a['status'](0x1122+-0x1abb+0xb8d*0x1)['json'](_0x497b0b);}}),router[_0x39939b(-0x99,-0x2a,-0x70,-0x5c)](_0xdb5cd3(0x1fd,0x1fd,0x1bf,0x1b7),async(_0x445fe7,_0x17ed26)=>{const _0x2e154a={_0x3ab04a:0x408,_0x4d1abd:0x3a4,_0xb2efd8:0x3cf,_0x53f52c:0x39a,_0x42557b:0x3d4,_0x11a5a9:0x22e,_0x23f04c:0x21d,_0x1decbb:0x25f,_0x18a5fe:0x245,_0x425381:0x426,_0x459628:0x3c2,_0x254e5a:0x23f,_0x5dc009:0x25a,_0x546a85:0x264,_0x5c3c17:0x255,_0x570a65:0x25d,_0x45e404:0x281,_0x470187:0x28e,_0x4f087f:0x27c,_0x4caac7:0x23a,_0x31b0db:0x24e,_0xcc5f4f:0x3f6,_0x22fa61:0x2b1,_0x1dcd64:0x270,_0x2b4687:0x29a,_0x53b22c:0x29d,_0x298c2f:0x28d,_0x316046:0x2a1,_0x4108de:0x27e,_0x4db91d:0x287,_0x14d3e6:0x24c,_0x4b94de:0x26a,_0x551b6e:0x26e,_0x54b2f7:0x241,_0x410f9e:0x271,_0x4d122e:0x2cb,_0x5dd548:0x28f,_0x4c4d4b:0x2a3,_0x42216b:0x2d2,_0x22b32a:0x278,_0x1c812b:0x3ab,_0x18e48f:0x397,_0x44a137:0x2ae,_0x115e8d:0x2ab,_0x11f815:0x2b0,_0x48c924:0x2e3,_0x10068c:0x3fd,_0x3fc038:0x401,_0x53c546:0x409,_0x255c35:0x2be,_0x5d90eb:0x3b1,_0x4f237b:0x26f,_0x21993a:0x273,_0xaa32ee:0x3dc,_0x50f994:0x267,_0x147f1a:0x256,_0x34e262:0x3f7,_0x3e1f60:0x3a5,_0x5b0d25:0x3ea,_0x486fb7:0x3c1,_0x272b42:0x412,_0xa834a0:0x36f,_0xade689:0x3e8,_0x5f39d2:0x3b1,_0x3ed3b6:0x3c8,_0x3f9cac:0x42e,_0x116485:0x3f3,_0x32825c:0x3c4,_0x17a05c:0x3ec,_0x44bc13:0x3ef,_0xf6ecc:0x41d,_0x121d12:0x3e5,_0x1db070:0x3fa,_0x53b222:0x3c2,_0x106997:0x3d0,_0x578a53:0x371,_0x1aa621:0x26d,_0x5cf1ab:0x241,_0x51239e:0x400,_0x5b6cd5:0x413,_0xf5f4c7:0x3ee,_0x40b465:0x27e,_0x118260:0x27a,_0x342a4d:0x291,_0x11d879:0x3ca},_0x324390={_0x3eed60:0x191,_0x501936:0x1d4,_0x4a0fc2:0x89},_0x668eb9={_0x27c9ef:0x167,_0x26cba4:0x474,_0x50b2d3:0x145};function _0x458cda(_0x76e845,_0x14c72c,_0x88a113,_0x18bb98){return _0x39939b(_0x76e845-_0x668eb9._0x27c9ef,_0x76e845,_0x88a113-_0x668eb9._0x26cba4,_0x18bb98-_0x668eb9._0x50b2d3);}const _0x225aee={'KmBLm':_0x458cda(_0x2e154a._0x3ab04a,_0x2e154a._0x4d1abd,_0x2e154a._0xb2efd8,0x3b2)+_0x458cda(0x401,_0x2e154a._0x53f52c,_0x2e154a._0x42557b,0x3fe)+'ned\x20error','xoYMv':function(_0x1bc592,_0x5dd5ca){return _0x1bc592||_0x5dd5ca;},'GBFJL':function(_0x353fd1,_0xae85e9){return _0x353fd1||_0xae85e9;},'yYhxh':'OAuth\x20call'+_0x410676(0x1fa,_0x2e154a._0x11a5a9,_0x2e154a._0x23f04c,0x232)+_0x410676(0x250,_0x2e154a._0x1decbb,0x241,_0x2e154a._0x18a5fe)+'d\x20paramete'+'rs','mPibx':'/profile?g'+_0x458cda(_0x2e154a._0x425381,_0x2e154a._0x459628,0x401,0x3fc)+_0x410676(0x29b,0x21c,_0x2e154a._0x254e5a,_0x2e154a._0x5dc009)+_0x410676(0x222,_0x2e154a._0x546a85,_0x2e154a._0x5c3c17,_0x2e154a._0x570a65)+_0x410676(0x27d,0x236,_0x2e154a._0x45e404,0x278)+'ired+param'+_0x410676(_0x2e154a._0x546a85,0x268,0x2c0,_0x2e154a._0x470187),'fphSv':function(_0x4044d3,_0x3a67b5,_0x479985){return _0x4044d3(_0x3a67b5,_0x479985);},'ysoMc':_0x410676(0x272,_0x2e154a._0x4f087f,_0x2e154a._0x4caac7,_0x2e154a._0x31b0db)+'back\x20faile'+'d'};function _0x410676(_0x4226e9,_0x766f5c,_0x36e702,_0x7c918f){return _0xdb5cd3(_0x4226e9-_0x324390._0x3eed60,_0x766f5c-_0x324390._0x501936,_0x7c918f-_0x324390._0x4a0fc2,_0x766f5c);}try{const {code:_0x11feb8,state:_0x3a4dd2,error:_0x1796ce,error_description:_0x445733}=_0x445fe7[_0x458cda(_0x2e154a._0xcc5f4f,0x3ff,_0x2e154a._0xcc5f4f,0x3d3)];if(_0x1796ce){const _0x45915a={};return _0x45915a[_0x410676(_0x2e154a._0x22fa61,_0x2e154a._0x1dcd64,_0x2e154a._0x2b4687,_0x2e154a._0x53b22c)]=_0x1796ce,_0x45915a[_0x410676(_0x2e154a._0x298c2f,_0x2e154a._0x316046,0x267,_0x2e154a._0x4108de)+'n']=_0x445733,logger[_0x410676(_0x2e154a._0x4db91d,_0x2e154a._0x14d3e6,0x260,_0x2e154a._0x4b94de)](_0x225aee['KmBLm'],_0x45915a),_0x17ed26[_0x410676(0x227,_0x2e154a._0x551b6e,0x277,_0x2e154a._0x54b2f7)](_0x410676(_0x2e154a._0x410f9e,_0x2e154a._0x4d122e,_0x2e154a._0x5dd548,_0x2e154a._0x4c4d4b)+'it_connect'+'ion=error&'+_0x410676(_0x2e154a._0x42216b,0x27b,_0x2e154a._0x22b32a,0x297)+encodeURIComponent(_0x225aee[_0x458cda(0x3c9,_0x2e154a._0x1c812b,0x3a4,_0x2e154a._0x18e48f)](_0x445733,_0x1796ce)));}if(_0x225aee[_0x410676(_0x2e154a._0x44a137,0x2c3,_0x2e154a._0x115e8d,_0x2e154a._0x11f815)](!_0x11feb8,!_0x3a4dd2)){const _0x524cfc={};return _0x524cfc[_0x410676(_0x2e154a._0x48c924,0x2e3,0x2dc,0x2a8)]=!!_0x11feb8,_0x524cfc[_0x458cda(0x3cb,0x3be,_0x2e154a._0x10068c,_0x2e154a._0x3fc038)]=!!_0x3a4dd2,logger[_0x458cda(0x406,0x3d8,0x3da,_0x2e154a._0x53c546)](_0x225aee[_0x410676(_0x2e154a._0x1dcd64,_0x2e154a._0x255c35,0x261,0x27c)],_0x524cfc),_0x17ed26[_0x458cda(0x3b1,0x3aa,_0x2e154a._0x5d90eb,0x387)](_0x225aee['mPibx']);}const _0x157fc0={};_0x157fc0[_0x410676(0x23c,_0x2e154a._0x22fa61,_0x2e154a._0x4f237b,_0x2e154a._0x21993a)]=_0x11feb8,_0x157fc0[_0x458cda(0x41a,_0x2e154a._0x5d90eb,_0x2e154a._0xaa32ee,0x3c5)]=_0x3a4dd2,_0x157fc0[_0x410676(_0x2e154a._0x50f994,0x28e,_0x2e154a._0x147f1a,0x26b)]=_0x445fe7[_0x458cda(0x3f5,0x3c9,0x3f4,_0x2e154a._0x34e262)]['id'];const _0x3a9103={};_0x3a9103[_0x458cda(_0x2e154a._0x3e1f60,0x3bf,_0x2e154a._0x5b0d25,0x3fb)]=logger;const _0x577bfc=await _0x225aee[_0x458cda(0x40e,_0x2e154a._0x486fb7,0x3d9,_0x2e154a._0x272b42)](handleOAuthCallback,_0x157fc0,_0x3a9103);_0x17ed26[_0x458cda(_0x2e154a._0xa834a0,_0x2e154a._0xade689,_0x2e154a._0x5f39d2,_0x2e154a._0x3ed3b6)](_0x577bfc[_0x458cda(_0x2e154a._0x3f9cac,_0x2e154a._0x3fc038,_0x2e154a._0x116485,0x3e5)+'l']);}catch(_0x40e882){const _0x37bd5b={};_0x37bd5b['userId']=_0x445fe7[_0x458cda(0x429,_0x2e154a._0x32825c,0x3f4,0x415)]['id'],_0x37bd5b[_0x458cda(0x3ee,_0x2e154a._0x17a05c,0x40d,_0x2e154a._0x44bc13)]=_0x40e882[_0x458cda(0x40d,_0x2e154a._0xf6ecc,0x400,_0x2e154a._0x121d12)],logger[_0x458cda(_0x2e154a._0x1db070,0x441,0x40d,0x3cd)](_0x225aee[_0x458cda(_0x2e154a._0x53b222,_0x2e154a._0x106997,0x3b7,_0x2e154a._0x578a53)],_0x37bd5b),_0x17ed26[_0x410676(0x247,_0x2e154a._0x1aa621,0x219,_0x2e154a._0x5cf1ab)](_0x458cda(_0x2e154a._0x51239e,0x44b,_0x2e154a._0x5b6cd5,_0x2e154a._0xf5f4c7)+_0x410676(_0x2e154a._0x40b465,_0x2e154a._0x118260,0x287,_0x2e154a._0x342a4d)+_0x458cda(0x3c7,0x3d5,_0x2e154a._0x11d879,0x3a8)+'message='+encodeURIComponent(_0x40e882['message']));}}),router[_0x39939b(-0x8a,-0xe5,-0xbe,-0xf5)]('/disconnec'+'t',async(_0xc96cb4,_0x3b2e02)=>{const _0x2992fd={_0x361839:0x22b,_0x52239f:0x1e7,_0x3d2c40:0x9,_0xf30473:0x52,_0x129635:0x1c,_0x10f828:0x87,_0x3ed489:0x33,_0x40089e:0x3d,_0x52506f:0x26a,_0x4062ac:0xc,_0x35026e:0x227,_0x5c9fb6:0x22d,_0x1986ce:0x254,_0x44df5d:0x22a,_0x51708b:0x231,_0x22ac3d:0x240,_0x5b7a36:0x49,_0x2fa7ff:0x27d,_0x4631f4:0x23e,_0x159e15:0x229,_0x47b38b:0x2bf,_0x5b7e40:0x294,_0x21e801:0x236,_0x1f9945:0x48,_0x3ae117:0x8,_0x5906b6:0x27e,_0x225897:0x2c3,_0x57f974:0x26e,_0x4793fd:0x38,_0x190e3a:0x2,_0x182952:0x18,_0x564371:0x225,_0x15854e:0x256,_0xfbfdb9:0x251,_0x5c610f:0x297,_0x165e4d:0x252,_0x1df069:0x2bc,_0x528a01:0x292,_0x30b2ee:0x91,_0x541080:0x34,_0x356453:0x267,_0x43900c:0x87,_0x24b7fb:0x273,_0x3237c5:0x48,_0x1ce0af:0x284,_0x1ce6af:0x22e,_0x1313ff:0x274,_0x23aa22:0x241,_0xa0997f:0x2b4,_0x446f3b:0x284,_0x2d4646:0x25f,_0x210685:0x24b,_0x2117dd:0x238,_0x34879d:0x28c,_0x268e04:0x246,_0x56cfd3:0x2ac,_0x520226:0x29c,_0xa865c6:0x62,_0x507bb6:0x5b,_0xef315f:0x6e,_0x373e83:0x24d,_0x17d68f:0x17,_0x5af6d6:0x277,_0x1f342e:0x239,_0x57780d:0x2cd,_0x4bd418:0x27d,_0xad5e44:0x286,_0x326b2c:0x29b,_0x38533e:0x3c,_0x2b472b:0x2a4,_0x5f2b75:0x25c,_0x1b0b76:0x7,_0x5bff57:0x8,_0x307158:0x25a,_0x2227a3:0xc,_0x848b97:0x2a8,_0x392c6a:0x2a2,_0x3178e4:0x7b,_0x4fb6bf:0x4f,_0x5de002:0x2b,_0x453987:0x2a5,_0x219ffc:0x260,_0x50be2c:0x20a,_0x573006:0x2a2,_0xbcda7c:0x25c,_0x30b3d5:0x22a,_0x3a7af0:0x27e,_0x26af2a:0x12,_0x11e974:0x4a,_0x236052:0xb,_0xc82263:0x13,_0x12f98f:0x5d,_0x5f3658:0x26c,_0x598134:0x37,_0x366eb7:0x62,_0x2c1d9e:0x291,_0x7b593d:0x28f,_0x8ee6ed:0x2c8},_0x18bd85={_0x51824a:0x2fe},_0x2235c1={_0x159999:0x31};function _0xa68f79(_0x291d25,_0x3daa36,_0x2b0f68,_0x4785c7){return _0xdb5cd3(_0x291d25-0x195,_0x3daa36-_0x2235c1._0x159999,_0x2b0f68- -0x1bb,_0x3daa36);}function _0x54352f(_0x5e9599,_0x334f75,_0x45f12c,_0x1d17fe){return _0x39939b(_0x5e9599-0xa9,_0x1d17fe,_0x334f75-_0x18bd85._0x51824a,_0x1d17fe-0xd0);}const _0x4f4514={'qRQxa':_0x54352f(0x263,_0x2992fd._0x361839,_0x2992fd._0x52239f,0x1ed)+_0xa68f79(_0x2992fd._0x3d2c40,_0x2992fd._0xf30473,_0x2992fd._0x129635,0x60)+_0xa68f79(_0x2992fd._0x10f828,0x3b,0x52,0xe),'tBwRE':function(_0x5a2c1f,_0xe34d64){return _0x5a2c1f===_0xe34d64;},'QNhEP':'soTyi','orAov':_0x54352f(0x290,0x25f,0x263,0x21a)+'ame\x20is\x20req'+_0xa68f79(-0xb,0x78,_0x2992fd._0x3ed489,_0x2992fd._0x40089e),'MXFOR':function(_0x253e69,_0x3b6161,_0x3757d9,_0x2729ae){return _0x253e69(_0x3b6161,_0x3757d9,_0x2729ae);},'eqNxS':function(_0x3c9761,_0x3faa59){return _0x3c9761===_0x3faa59;},'hXzmC':_0x54352f(0x23d,0x253,_0x2992fd._0x52506f,0x240),'BQuSn':'Failed\x20to\x20'+_0xa68f79(0x1b,_0x2992fd._0x4062ac,0x47,0x18)+'\x20from\x20git\x20'+_0x54352f(0x212,_0x2992fd._0x35026e,_0x2992fd._0x5c9fb6,_0x2992fd._0x1986ce)};try{const {provider_name:_0x4cfc6a}=_0xc96cb4[_0x54352f(_0x2992fd._0x44df5d,_0x2992fd._0x51708b,_0x2992fd._0x22ac3d,0x254)];if(!_0x4cfc6a){if(_0x4f4514[_0xa68f79(0x23,-0x21,-0x1d,-_0x2992fd._0x5b7a36)](_0x4f4514['QNhEP'],_0x54352f(_0x2992fd._0x2fa7ff,_0x2992fd._0x4631f4,_0x2992fd._0x159e15,0x217))){const _0x5a30e0={};return _0x5a30e0[_0x54352f(_0x2992fd._0x47b38b,0x297,0x25d,_0x2992fd._0x5b7e40)]=_0x4f4514[_0x54352f(0x284,0x244,0x221,_0x2992fd._0x21e801)],_0x3b2e02[_0xa68f79(0x6c,0x58,_0x2992fd._0x1f9945,_0x2992fd._0x3ae117)](0x5*0x355+-0x24b3+-0x2*-0xacd)['json'](_0x5a30e0);}else{const _0x5f1d97={};_0x5f1d97['userId']=_0x135a89[_0x54352f(0x24c,_0x2992fd._0x5906b6,_0x2992fd._0x225897,0x23b)]['id'],_0x5f1d97[_0x54352f(0x250,0x26b,_0x2992fd._0x57f974,_0x2992fd._0x5c9fb6)+'me']=_0x116ae3[_0xa68f79(-_0x2992fd._0x4793fd,-_0x2992fd._0x190e3a,-0xd,_0x2992fd._0x182952)]['provider_n'+_0x54352f(_0x2992fd._0x564371,_0x2992fd._0x15854e,0x283,_0x2992fd._0xfbfdb9)],_0x5f1d97[_0x54352f(0x254,_0x2992fd._0x5c610f,0x283,0x262)]=_0x99baa7[_0x54352f(_0x2992fd._0x165e4d,0x28a,_0x2992fd._0x1df069,_0x2992fd._0x528a01)],_0x36cb29[_0xa68f79(0x17,_0x2992fd._0x30b2ee,0x59,_0x2992fd._0x541080)](_0x4f4514[_0x54352f(_0x2992fd._0x356453,_0x2992fd._0x52506f,0x236,0x2a5)],_0x5f1d97);const _0x2190d6={};_0x2190d6[_0xa68f79(0x60,0x37,0x59,_0x2992fd._0x43900c)]=_0x5ab352[_0x54352f(_0x2992fd._0x24b7fb,0x28a,0x2a5,0x265)],_0x204612[_0xa68f79(0x88,0x2f,_0x2992fd._0x3237c5,0x89)](-0x625+0x3*0xb65+-0x1a16)[_0x54352f(_0x2992fd._0x1ce0af,0x25c,0x272,0x22f)](_0x2190d6);}}const _0xfd7d39={};_0xfd7d39[_0x54352f(_0x2992fd._0x1ce6af,_0x2992fd._0x1313ff,0x2a6,_0x2992fd._0x23aa22)]=logger;const _0x5e1a8a=await getProviderDisplayName(_0x4cfc6a,_0xfd7d39),_0x1a0cf7={};_0x1a0cf7[_0x54352f(_0x2992fd._0xa0997f,_0x2992fd._0x1313ff,_0x2992fd._0xa0997f,_0x2992fd._0x446f3b)]=logger;const _0x4df7d5=await _0x4f4514[_0x54352f(_0x2992fd._0x2d4646,0x25b,_0x2992fd._0x210685,_0x2992fd._0x22ac3d)](deleteUserGitToken,_0xc96cb4[_0x54352f(_0x2992fd._0x2117dd,_0x2992fd._0x5906b6,0x2a8,_0x2992fd._0x34879d)]['id'],_0x4cfc6a,_0x1a0cf7);if(!_0x4df7d5){if(_0x4f4514[_0x54352f(0x2ab,0x273,0x239,_0x2992fd._0x268e04)](_0x4f4514[_0xa68f79(0x3b,0x22,0x14,0x2)],'FvUmJ')){const _0xe281={};return _0xe281[_0x54352f(0x2d7,0x297,_0x2992fd._0x56cfd3,_0x2992fd._0x520226)]=_0xa68f79(_0x2992fd._0xa865c6,0x70,_0x2992fd._0x507bb6,_0x2992fd._0xef315f)+_0x54352f(0x21b,_0x2992fd._0x373e83,0x250,0x24f)+_0x15b56e,_0x274c3c[_0xa68f79(_0x2992fd._0x17d68f,0x3f,0x48,0x87)](0x1f2a+0x760+0x72*-0x53)[_0x54352f(0x23b,0x25c,_0x2992fd._0x5af6d6,_0x2992fd._0x1f342e)](_0xe281);}else{const _0x30193b={};return _0x30193b[_0x54352f(0x260,_0x2992fd._0x5c610f,_0x2992fd._0x57780d,_0x2992fd._0x4bd418)]=_0x54352f(0x292,0x29b,_0x2992fd._0xad5e44,_0x2992fd._0x326b2c)+_0xa68f79(0x13,0x71,_0x2992fd._0x38533e,-_0x2992fd._0x190e3a),_0x30193b['message']=_0xa68f79(0x27,0x70,0x65,0x7d)+_0xa68f79(0x58,0x75,0x63,_0x2992fd._0x40089e)+_0x5e1a8a,_0x3b2e02[_0x54352f(0x2ba,_0x2992fd._0xad5e44,_0x2992fd._0x2b472b,0x289)](-0x4*-0x6bb+-0x1997*-0x1+-0xd*0x3eb)[_0x54352f(_0x2992fd._0x15854e,_0x2992fd._0x5f2b75,0x247,0x27c)](_0x30193b);}}const _0x5c8cd4={};_0x5c8cd4['userId']=_0xc96cb4['user']['id'],_0x5c8cd4[_0xa68f79(-_0x2992fd._0x1b0b76,-0x12,0x2d,_0x2992fd._0x5bff57)+'me']=_0x4cfc6a,logger[_0x54352f(0x257,0x27f,0x250,_0x2992fd._0x307158)](_0xa68f79(-0x11,-0xe,_0x2992fd._0x2227a3,-_0x2992fd._0x129635)+_0x54352f(0x2aa,_0x2992fd._0x848b97,_0x2992fd._0x392c6a,0x265)+'om\x20git\x20pro'+'vider',_0x5c8cd4);const _0x37ffd6={};_0x37ffd6[_0xa68f79(_0x2992fd._0x3178e4,_0x2992fd._0xa865c6,_0x2992fd._0x4fb6bf,_0x2992fd._0x5de002)]=!![],_0x37ffd6[_0x54352f(0x2ac,0x28a,_0x2992fd._0x307158,0x284)]=_0x54352f(_0x2992fd._0x5af6d6,_0x2992fd._0x453987,0x275,_0x2992fd._0x219ffc)+_0x54352f(_0x2992fd._0x50be2c,0x246,0x263,0x259)+_0x5e1a8a,_0x3b2e02[_0x54352f(_0x2992fd._0x573006,_0x2992fd._0xbcda7c,_0x2992fd._0x30b3d5,0x255)](_0x37ffd6);}catch(_0xce248e){const _0x3f042b={};_0x3f042b['userId']=_0xc96cb4[_0x54352f(0x297,_0x2992fd._0x3a7af0,0x255,0x2b0)]['id'],_0x3f042b['providerNa'+'me']=_0xc96cb4['body'][_0xa68f79(0x24,_0x2992fd._0x26af2a,0x21,_0x2992fd._0x11e974)+_0xa68f79(-_0x2992fd._0x236052,_0x2992fd._0xc82263,_0x2992fd._0x182952,_0x2992fd._0x12f98f)],_0x3f042b[_0x54352f(0x26b,_0x2992fd._0x5c610f,_0x2992fd._0x5f3658,0x28d)]=_0xce248e[_0xa68f79(_0x2992fd._0x598134,0x28,0x4c,_0x2992fd._0x366eb7)],logger['error'](_0x4f4514['BQuSn'],_0x3f042b);const _0x479990={};_0x479990['error']=_0xce248e[_0x54352f(0x291,0x28a,_0x2992fd._0x2c1d9e,_0x2992fd._0x7b593d)],_0x3b2e02[_0x54352f(0x2b3,0x286,0x2ab,_0x2992fd._0x8ee6ed)](-0xa7f+0x1ae3+-0xe70)['json'](_0x479990);}}),router[_0xdb5cd3(0x19e,0x1df,0x1ad,0x1bc)](_0x39939b(-0x88,-0x9f,-0x95,-0xbb),async(_0x2ff4a4,_0x5cdf07)=>{const _0x48bb55={_0x53a779:0xca,_0x1f592f:0x7b,_0xea2900:0xcb,_0x19b6a7:0xa3,_0x5bc5c3:0x7f,_0x1855d6:0x85,_0x2c9c06:0x3a,_0x3db28c:0x44,_0x4204e6:0x6,_0x3666fa:0x2f,_0x310afa:0xf,_0x41119f:0x2,_0x5e7d8b:0x11,_0x24d9e5:0xc5,_0x4a9d04:0xc9,_0x281d52:0xa3,_0x4f80ea:0x4a,_0x39294a:0x23,_0x69bab:0x56,_0x41d6d9:0xb7,_0x4c365b:0xc4,_0x2431fc:0x95,_0x1599b2:0x59,_0x3cf4a4:0xb0,_0x3c34a4:0x28,_0xeb7053:0x8,_0x517bab:0xb,_0x5e9347:0x86,_0x281073:0x61,_0x59e8fe:0x7c,_0x565525:0x10a,_0x1e1d97:0x9e,_0x22e5c5:0x88,_0x2bbefa:0xa2,_0x522fde:0x8f,_0x2d09a9:0x66,_0x2c5f98:0x21,_0xcb5f0a:0x69,_0x58d806:0x58,_0x44498c:0x51,_0x25dd9e:0x84,_0x5b0d31:0x89,_0x5c5ce9:0x87,_0x4f3976:0x37,_0x1ecb0d:0x22,_0x4d3f1f:0xd,_0x5f59a6:0x2c,_0x4b176d:0x40,_0x1a1fbc:0x46,_0xec7a72:0x1e,_0x5ddf5b:0x2a,_0x237ed4:0xbf,_0x29391a:0x3a,_0x3b254c:0x42,_0x5c007a:0x57,_0x1c6e2d:0x31,_0x2286c9:0x64,_0x4db648:0x6d,_0x29c735:0xc5,_0x1ee0c0:0xee,_0x4e51d7:0xe7,_0x4b3693:0x5a,_0x23a01f:0x72,_0x30e840:0x66,_0x1b6ac8:0x6a,_0x1df8f9:0xa6,_0x2038e2:0x36,_0x14ba51:0x37,_0x392223:0x4f,_0x396e1f:0x40,_0x1db448:0x69,_0x57f8f1:0x5,_0x77d18b:0x7f,_0x25731d:0x5d,_0x4a3056:0x31,_0x52743b:0x66,_0x22f366:0x77,_0x5b15f8:0x3a,_0xf44d54:0x5e,_0x3bbe44:0x18,_0xeff88a:0x74,_0x50c678:0x66,_0x2d7707:0x48,_0x134c8e:0x1c,_0x1ebae5:0xa7,_0x5a2cd2:0x96,_0x428633:0xa2,_0x30ab0b:0x38,_0x3e07b0:0x47,_0x5afd13:0x68,_0x2da850:0x4e},_0xcca9de={_0x189107:0xb6,_0x5b25ef:0xd9},_0x5a802f={_0x549ce5:0x18};function _0x4897c4(_0x308d68,_0x134ecb,_0x2d064e,_0x3be5a0){return _0x39939b(_0x308d68-0x11a,_0x3be5a0,_0x308d68-0xe,_0x3be5a0-_0x5a802f._0x549ce5);}const _0x549307={'WjLdJ':function(_0x58a149,_0x29c952){return _0x58a149===_0x29c952;},'OBCcQ':_0x239672(0x84,0x91,_0x48bb55._0x53a779,0xc6),'BFQpX':_0x4897c4(-0x91,-_0x48bb55._0x1f592f,-0x86,-_0x48bb55._0xea2900)+_0x4897c4(-0x84,-_0x48bb55._0x19b6a7,-0x46,-0xa6)+_0x4897c4(-_0x48bb55._0x5bc5c3,-_0x48bb55._0x1855d6,-0xa1,-0x6a),'MTdOZ':function(_0x147d1a,_0x49d01c,_0x480718,_0x140b5d){return _0x147d1a(_0x49d01c,_0x480718,_0x140b5d);},'LCESY':_0x239672(0x2c,_0x48bb55._0x2c9c06,_0x48bb55._0x3db28c,0x17)+'git\x20OAuth\x20'+'token','YimTf':_0x239672(_0x48bb55._0x4204e6,-0x1d,-_0x48bb55._0x3666fa,-0x2f)+_0x239672(_0x48bb55._0x310afa,0x53,-0xb,-_0x48bb55._0x41119f)+_0x239672(0x3,0x2f,_0x48bb55._0x5e7d8b,0x33)+'ken','oYLBG':'re-authori'+_0x4897c4(-0xa9,-_0x48bb55._0x24d9e5,-_0x48bb55._0x4a9d04,-_0x48bb55._0x281d52),'aehHQ':'reauthoriz'+_0x239672(_0x48bb55._0x4f80ea,_0x48bb55._0x39294a,0x5a,_0x48bb55._0x69bab)+'ired'};function _0x239672(_0x74b277,_0x1b8bc0,_0x144a12,_0x3aa4ac){return _0x39939b(_0x74b277-_0xcca9de._0x189107,_0x144a12,_0x74b277-_0xcca9de._0x5b25ef,_0x3aa4ac-0xea);}try{if(_0x549307[_0x4897c4(-_0x48bb55._0x41d6d9,-0x8d,-_0x48bb55._0x4c365b,-_0x48bb55._0x2431fc)](_0x4897c4(-0x47,-0x79,-0x21,-_0x48bb55._0x1599b2),_0x549307['OBCcQ'])){const {provider_name:_0x59e0b2}=_0x2ff4a4[_0x4897c4(-0xbf,-_0x48bb55._0x3cf4a4,-0xc6,-0xfa)];if(!_0x59e0b2){const _0x167704={};return _0x167704[_0x4897c4(-0x59,-_0x48bb55._0x3666fa,-0x4b,-_0x48bb55._0x3c34a4)]=_0x549307[_0x239672(_0x48bb55._0xeb7053,_0x48bb55._0x517bab,0x35,0x7)],_0x5cdf07[_0x239672(0x61,_0x48bb55._0x5e9347,0x9e,_0x48bb55._0x281073)](-0x1d77+0xd5f+0x11a8)['json'](_0x167704);}const _0x10a52e={};_0x10a52e[_0x4897c4(-_0x48bb55._0x59e8fe,-0x7d,-0x8c,-0x99)]=logger;const _0xef4f4c=await _0x549307[_0x4897c4(-0xce,-_0x48bb55._0xea2900,-_0x48bb55._0x565525,-_0x48bb55._0x1e1d97)](refreshUserToken,_0x2ff4a4[_0x4897c4(-0x72,-_0x48bb55._0x22e5c5,-0x5a,-_0x48bb55._0x2bbefa)]['id'],_0x59e0b2,_0x10a52e),_0x27088c={};_0x27088c[_0x4897c4(-0x8b,-0x8d,-0x75,-0x57)]=_0x2ff4a4[_0x239672(_0x48bb55._0x1599b2,_0x48bb55._0x522fde,_0x48bb55._0x2d09a9,_0x48bb55._0x2c5f98)]['id'],_0x27088c[_0x4897c4(-0x85,-0xbb,-_0x48bb55._0xcb5f0a,-_0x48bb55._0x58d806)+'me']=_0x59e0b2,_0x27088c[_0x4897c4(-0x7b,-_0x48bb55._0x44498c,-_0x48bb55._0x25dd9e,-_0x48bb55._0x5b0d31)]=_0xef4f4c[_0x4897c4(-0x49,-0x5e,-0x37,-0x38)],logger['info'](_0x549307[_0x239672(_0x48bb55._0x5c5ce9,0x43,0xa8,0x97)],_0x27088c),_0x5cdf07[_0x239672(_0x48bb55._0x4f3976,_0x48bb55._0x1ecb0d,_0x48bb55._0x4d3f1f,-_0x48bb55._0x41119f)](_0xef4f4c);}else{const _0x445dc6={};_0x445dc6[_0x239672(0x40,0x5d,_0x48bb55._0x5f59a6,_0x48bb55._0x4b176d)]=_0x57161b['user']['id'],_0x445dc6[_0x239672(_0x48bb55._0x1a1fbc,_0x48bb55._0xec7a72,0x52,_0x48bb55._0x5ddf5b)+'me']=_0x1962c0[_0x4897c4(-_0x48bb55._0x237ed4,-0x8d,-0xe5,-0xe5)][_0x239672(_0x48bb55._0x29391a,_0x48bb55._0x3b254c,0x7,_0x48bb55._0x5c007a)+_0x239672(_0x48bb55._0x1c6e2d,0x5,0x75,-_0x48bb55._0x517bab)],_0x445dc6['error']=_0x13ce3f['message'],_0x2e563c[_0x239672(0x72,_0x48bb55._0x2286c9,_0x48bb55._0x4db648,0xb6)](_0x4897c4(-_0x48bb55._0x29c735,-_0x48bb55._0x1ee0c0,-0x89,-_0x48bb55._0x4e51d7)+_0x239672(0x60,0x83,_0x48bb55._0x4b3693,0x7a)+'\x20from\x20git\x20'+'provider',_0x445dc6);const _0x13a052={};_0x13a052[_0x239672(_0x48bb55._0x23a01f,0x58,0x97,0x83)]=_0x38f107[_0x4897c4(-_0x48bb55._0x30e840,-0xa3,-_0x48bb55._0x1b6ac8,-0x96)],_0x5f3cea[_0x4897c4(-0x6a,-_0x48bb55._0x1df8f9,-_0x48bb55._0x2038e2,-0x77)](0x22*-0x18+-0x1*0x107d+-0x1*-0x15a1)[_0x239672(_0x48bb55._0x14ba51,_0x48bb55._0x392223,0x54,0x4f)](_0x13a052);}}catch(_0x110115){const _0x1e7d8e={};_0x1e7d8e[_0x239672(_0x48bb55._0x396e1f,_0x48bb55._0x1db448,0x5b,_0x48bb55._0x57f8f1)]=_0x2ff4a4['user']['id'],_0x1e7d8e['providerNa'+'me']=_0x2ff4a4[_0x4897c4(-0xbf,-0xf0,-_0x48bb55._0x77d18b,-0xaa)][_0x4897c4(-0x91,-0x9d,-0x89,-_0x48bb55._0x25731d)+_0x239672(_0x48bb55._0x4a3056,_0x48bb55._0x3b254c,0x46,0x2d)],_0x1e7d8e['error']=_0x110115[_0x4897c4(-_0x48bb55._0x52743b,-_0x48bb55._0x22f366,-_0x48bb55._0x5b15f8,-_0x48bb55._0xf44d54)],logger[_0x4897c4(-0x59,-_0x48bb55._0x3bbe44,-_0x48bb55._0x5c5ce9,-_0x48bb55._0xeff88a)](_0x549307['YimTf'],_0x1e7d8e);if(_0x110115[_0x4897c4(-_0x48bb55._0x50c678,-_0x48bb55._0x1599b2,-0xac,-0x2f)][_0x239672(0x10,_0x48bb55._0x2d7707,-0x21,_0x48bb55._0x134c8e)](_0x549307['oYLBG'])){const _0x2db686={};return _0x2db686[_0x4897c4(-_0x48bb55._0x1599b2,-_0x48bb55._0x25731d,-0x44,-0x85)]=_0x549307[_0x4897c4(-0xa0,-0x8a,-_0x48bb55._0x1ebae5,-0x60)],_0x2db686[_0x239672(0x65,_0x48bb55._0x5a2cd2,_0x48bb55._0x428633,0x2a)]=_0x110115[_0x4897c4(-0x66,-_0x48bb55._0x30ab0b,-0x98,-_0x48bb55._0x3e07b0)],_0x5cdf07[_0x4897c4(-0x6a,-0x85,-0x54,-0x5d)](-0x2ce*-0x2+0x6*-0x2c5+0xc93)[_0x4897c4(-0x94,-_0x48bb55._0x5afd13,-0xd9,-_0x48bb55._0x29c735)](_0x2db686);}const _0xbde737={};_0xbde737['error']=_0x110115['message'],_0x5cdf07['status'](-0x1e4+-0x17d2+0x1baa)[_0x239672(_0x48bb55._0x4f3976,0x11,_0x48bb55._0x2da850,0x28)](_0xbde737);}});function _0xdb5cd3(_0x24fa3d,_0x1dce56,_0xe8fd43,_0x35267d){return _0x3ac2(_0xe8fd43-0x11c,_0x35267d);}export default router;
|