diff --git a/js/dist/admin.js.map b/js/dist/admin.js.map index 603bfa7..95bfa73 100644 --- a/js/dist/admin.js.map +++ b/js/dist/admin.js.map @@ -1 +1 @@ -{"version":3,"file":"admin.js","mappings":"MACA,IAAIA,EAAsB,CCA1BA,EAAyBC,IACxB,IAAIC,EAASD,GAAUA,EAAOE,WAC7B,IAAOF,EAAiB,QACxB,IAAM,EAEP,OADAD,EAAoBI,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdF,EAAwB,CAACM,EAASC,KACjC,IAAI,IAAIC,KAAOD,EACXP,EAAoBS,EAAEF,EAAYC,KAASR,EAAoBS,EAAEH,EAASE,IAC5EE,OAAOC,eAAeL,EAASE,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDR,EAAwB,CAACc,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFf,EAAyBM,IACH,oBAAXa,QAA0BA,OAAOC,aAC1CV,OAAOC,eAAeL,EAASa,OAAOC,YAAa,CAAEC,MAAO,WAE7DX,OAAOC,eAAeL,EAAS,aAAc,CAAEe,OAAO,GAAO,G,+BCL9D,MAAM,EAA+BC,OAAOC,KAAKC,OAAO,a,aCExDC,IAAAA,aAAAA,IAAqB,gBAAgB,WACnCA,IAAAA,cAAAA,IACO,gBACJC,gBAAgB,CACfC,MAAOF,IAAAA,WAAAA,MAAqB,+CAC5BG,QAAS,4BACTC,KAAM,OACNC,YAAa,wCAEdJ,gBAAgB,CACfC,MAAOF,IAAAA,WAAAA,MAAqB,gDAC5BG,QAAS,6BACTC,KAAM,OACNC,YAAa,oCAEdJ,gBAAgB,CACfC,MAAOF,IAAAA,WAAAA,MAAqB,+CAC5BG,QAAS,4BACTC,KAAM,OACNC,YAAa,iCAEdJ,gBAAgB,CACfC,MAAOF,IAAAA,WAAAA,MAAqB,yCAC5BG,QAAS,sBACTC,KAAM,OACNC,YAAa,QAEdJ,gBAAgB,CACfC,MAAOF,IAAAA,WAAAA,MAAqB,6CAC5BG,QAAS,0BACTC,KAAM,OACNC,YAAa,6CAEdJ,gBAAgB,CACfC,MAAOF,IAAAA,WAAAA,MAAqB,6CAC5BG,QAAS,gCACTC,KAAM,SAEPH,gBAAgB,CACfC,MAAOF,IAAAA,WAAAA,MAAqB,+CAC5BG,QAAS,4BACTC,KAAM,OACNC,YAAaL,IAAAA,WAAAA,MAAqB,6DAEnCC,gBAAgB,CACfC,MAAOF,IAAAA,WAAAA,MAAqB,8CAC5BG,QAAS,2BACTC,KAAM,OACNC,YAAa,kBAEnB,G","sources":["webpack://@fof/passport/webpack/bootstrap","webpack://@fof/passport/webpack/runtime/compat get default export","webpack://@fof/passport/webpack/runtime/define property getters","webpack://@fof/passport/webpack/runtime/hasOwnProperty shorthand","webpack://@fof/passport/webpack/runtime/make namespace object","webpack://@fof/passport/external root \"flarum.core.compat['admin/app']\"","webpack://@fof/passport/./src/admin/index.ts"],"sourcesContent":["// The require scope\nvar __webpack_require__ = {};\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","const __WEBPACK_NAMESPACE_OBJECT__ = flarum.core.compat['admin/app'];","import app from 'flarum/admin/app';\n\napp.initializers.add('fof-passport', function () {\n app.extensionData\n .for('fof-passport')\n .registerSetting({\n label: app.translator.trans('fof-passport.admin.popup.field.app-auth-url'),\n setting: 'fof-passport.app_auth_url',\n type: 'text',\n placeholder: 'https://example.com/oauth/authorize',\n })\n .registerSetting({\n label: app.translator.trans('fof-passport.admin.popup.field.app-token-url'),\n setting: 'fof-passport.app_token_url',\n type: 'text',\n placeholder: 'https://example.com/oauth/token',\n })\n .registerSetting({\n label: app.translator.trans('fof-passport.admin.popup.field.app-user-url'),\n setting: 'fof-passport.app_user_url',\n type: 'text',\n placeholder: 'https://example.com/api/user',\n })\n .registerSetting({\n label: app.translator.trans('fof-passport.admin.popup.field.app-id'),\n setting: 'fof-passport.app_id',\n type: 'text',\n placeholder: '123',\n })\n .registerSetting({\n label: app.translator.trans('fof-passport.admin.popup.field.app-secret'),\n setting: 'fof-passport.app_secret',\n type: 'text',\n placeholder: 'abcdefghijABCDEFGHIJabcdefghijABCDEFGHIJ',\n })\n .registerSetting({\n label: app.translator.trans('fof-passport.admin.popup.field.app-scopes'),\n setting: 'fof-passport.app_oauth_scopes',\n type: 'text',\n })\n .registerSetting({\n label: app.translator.trans('fof-passport.admin.popup.field.button-title'),\n setting: 'fof-passport.button_title',\n type: 'text',\n placeholder: app.translator.trans('fof-passport.admin.popup.field.button-title-placeholder'),\n })\n .registerSetting({\n label: app.translator.trans('fof-passport.admin.popup.field.button-icon'),\n setting: 'fof-passport.button_icon',\n type: 'text',\n placeholder: 'far fa-id-card',\n });\n});\n"],"names":["__webpack_require__","module","getter","__esModule","d","a","exports","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","Symbol","toStringTag","value","flarum","core","compat","app","registerSetting","label","setting","type","placeholder"],"sourceRoot":""} \ No newline at end of file +{"version":3,"file":"admin.js","mappings":"MACA,IAAIA,EAAsB,CCA1BA,EAAyBC,IACxB,IAAIC,EAASD,GAAUA,EAAOE,WAC7B,IAAOF,EAAiB,QACxB,IAAM,EAEP,OADAD,EAAoBI,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdF,EAAwB,CAACM,EAASC,KACjC,IAAI,IAAIC,KAAOD,EACXP,EAAoBS,EAAEF,EAAYC,KAASR,EAAoBS,EAAEH,EAASE,IAC5EE,OAAOC,eAAeL,EAASE,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDR,EAAwB,CAACc,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFf,EAAyBM,IACH,oBAAXa,QAA0BA,OAAOC,aAC1CV,OAAOC,eAAeL,EAASa,OAAOC,YAAa,CAAEC,MAAO,WAE7DX,OAAOC,eAAeL,EAAS,aAAc,CAAEe,OAAO,GAAO,G,+BCL9D,MAAM,EAA+BC,OAAOC,KAAKC,OAAO,a,aCExDC,IAAAA,aAAiBC,IAAI,gBAAgB,WACnCD,IAAAA,cAAiB,IACV,gBACJE,gBAAgB,CACfC,MAAOH,IAAAA,WAAeI,MAAM,+CAC5BC,QAAS,4BACTC,KAAM,OACNC,YAAa,wCAEdL,gBAAgB,CACfC,MAAOH,IAAAA,WAAeI,MAAM,gDAC5BC,QAAS,6BACTC,KAAM,OACNC,YAAa,oCAEdL,gBAAgB,CACfC,MAAOH,IAAAA,WAAeI,MAAM,+CAC5BC,QAAS,4BACTC,KAAM,OACNC,YAAa,iCAEdL,gBAAgB,CACfC,MAAOH,IAAAA,WAAeI,MAAM,yCAC5BC,QAAS,sBACTC,KAAM,OACNC,YAAa,QAEdL,gBAAgB,CACfC,MAAOH,IAAAA,WAAeI,MAAM,6CAC5BC,QAAS,0BACTC,KAAM,OACNC,YAAa,6CAEdL,gBAAgB,CACfC,MAAOH,IAAAA,WAAeI,MAAM,6CAC5BC,QAAS,gCACTC,KAAM,SAEPJ,gBAAgB,CACfC,MAAOH,IAAAA,WAAeI,MAAM,+CAC5BC,QAAS,4BACTC,KAAM,OACNC,YAAaP,IAAAA,WAAeI,MAAM,6DAEnCF,gBAAgB,CACfC,MAAOH,IAAAA,WAAeI,MAAM,8CAC5BC,QAAS,2BACTC,KAAM,OACNC,YAAa,kBAEnB,G","sources":["webpack://@fof/passport/webpack/bootstrap","webpack://@fof/passport/webpack/runtime/compat get default export","webpack://@fof/passport/webpack/runtime/define property getters","webpack://@fof/passport/webpack/runtime/hasOwnProperty shorthand","webpack://@fof/passport/webpack/runtime/make namespace object","webpack://@fof/passport/external root \"flarum.core.compat['admin/app']\"","webpack://@fof/passport/./src/admin/index.ts"],"sourcesContent":["// The require scope\nvar __webpack_require__ = {};\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","const __WEBPACK_NAMESPACE_OBJECT__ = flarum.core.compat['admin/app'];","import app from 'flarum/admin/app';\n\napp.initializers.add('fof-passport', function () {\n app.extensionData\n .for('fof-passport')\n .registerSetting({\n label: app.translator.trans('fof-passport.admin.popup.field.app-auth-url'),\n setting: 'fof-passport.app_auth_url',\n type: 'text',\n placeholder: 'https://example.com/oauth/authorize',\n })\n .registerSetting({\n label: app.translator.trans('fof-passport.admin.popup.field.app-token-url'),\n setting: 'fof-passport.app_token_url',\n type: 'text',\n placeholder: 'https://example.com/oauth/token',\n })\n .registerSetting({\n label: app.translator.trans('fof-passport.admin.popup.field.app-user-url'),\n setting: 'fof-passport.app_user_url',\n type: 'text',\n placeholder: 'https://example.com/api/user',\n })\n .registerSetting({\n label: app.translator.trans('fof-passport.admin.popup.field.app-id'),\n setting: 'fof-passport.app_id',\n type: 'text',\n placeholder: '123',\n })\n .registerSetting({\n label: app.translator.trans('fof-passport.admin.popup.field.app-secret'),\n setting: 'fof-passport.app_secret',\n type: 'text',\n placeholder: 'abcdefghijABCDEFGHIJabcdefghijABCDEFGHIJ',\n })\n .registerSetting({\n label: app.translator.trans('fof-passport.admin.popup.field.app-scopes'),\n setting: 'fof-passport.app_oauth_scopes',\n type: 'text',\n })\n .registerSetting({\n label: app.translator.trans('fof-passport.admin.popup.field.button-title'),\n setting: 'fof-passport.button_title',\n type: 'text',\n placeholder: app.translator.trans('fof-passport.admin.popup.field.button-title-placeholder'),\n })\n .registerSetting({\n label: app.translator.trans('fof-passport.admin.popup.field.button-icon'),\n setting: 'fof-passport.button_icon',\n type: 'text',\n placeholder: 'far fa-id-card',\n });\n});\n"],"names":["__webpack_require__","module","getter","__esModule","d","a","exports","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","Symbol","toStringTag","value","flarum","core","compat","app","add","registerSetting","label","trans","setting","type","placeholder"],"sourceRoot":""} \ No newline at end of file diff --git a/js/dist/forum.js.map b/js/dist/forum.js.map index c1bf119..ca94319 100644 --- a/js/dist/forum.js.map +++ b/js/dist/forum.js.map @@ -1 +1 @@ -{"version":3,"file":"forum.js","mappings":"MACA,IAAIA,EAAsB,CCA1BA,EAAyBC,IACxB,IAAIC,EAASD,GAAUA,EAAOE,WAC7B,IAAOF,EAAiB,QACxB,IAAM,EAEP,OADAD,EAAoBI,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdF,EAAwB,CAACM,EAASC,KACjC,IAAI,IAAIC,KAAOD,EACXP,EAAoBS,EAAEF,EAAYC,KAASR,EAAoBS,EAAEH,EAASE,IAC5EE,OAAOC,eAAeL,EAASE,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDR,EAAwB,CAACc,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFf,EAAyBM,IACH,oBAAXa,QAA0BA,OAAOC,aAC1CV,OAAOC,eAAeL,EAASa,OAAOC,YAAa,CAAEC,MAAO,WAE7DX,OAAOC,eAAeL,EAAS,aAAc,CAAEe,OAAO,GAAO,G,+BCL9D,MAAM,EAA+BC,OAAOC,KAAKC,OAAO,iBCAlD,EAA+BF,OAAOC,KAAKC,OAAO,a,aCAxD,MAAM,EAA+BF,OAAOC,KAAKC,OAAO,iC,aCAxD,MAAM,EAA+BF,OAAOC,KAAKC,OAAO,gC,aCMxDC,IAAAA,aAAAA,IAAqB,gBAAgB,YACnCC,EAAAA,EAAAA,QAAOC,IAAAA,UAAwB,SAAS,SAAUC,GAChDA,EAAMC,IACJ,eACAC,IAAAA,UACE,CACEC,UAAW,+BACXC,KAAMP,IAAAA,MAAAA,UAAoB,0BAC1BQ,KAAM,kBAERR,IAAAA,MAAAA,UAAoB,4BAG1B,GACF,G","sources":["webpack://@fof/passport/webpack/bootstrap","webpack://@fof/passport/webpack/runtime/compat get default export","webpack://@fof/passport/webpack/runtime/define property getters","webpack://@fof/passport/webpack/runtime/hasOwnProperty shorthand","webpack://@fof/passport/webpack/runtime/make namespace object","webpack://@fof/passport/external root \"flarum.core.compat['common/extend']\"","webpack://@fof/passport/external root \"flarum.core.compat['forum/app']\"","webpack://@fof/passport/external root \"flarum.core.compat['forum/components/LogInButtons']\"","webpack://@fof/passport/external root \"flarum.core.compat['forum/components/LogInButton']\"","webpack://@fof/passport/./src/forum/index.ts"],"sourcesContent":["// The require scope\nvar __webpack_require__ = {};\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","const __WEBPACK_NAMESPACE_OBJECT__ = flarum.core.compat['common/extend'];","const __WEBPACK_NAMESPACE_OBJECT__ = flarum.core.compat['forum/app'];","const __WEBPACK_NAMESPACE_OBJECT__ = flarum.core.compat['forum/components/LogInButtons'];","const __WEBPACK_NAMESPACE_OBJECT__ = flarum.core.compat['forum/components/LogInButton'];","import { extend } from 'flarum/common/extend';\nimport app from 'flarum/forum/app';\nimport LogInButtons from 'flarum/forum/components/LogInButtons';\nimport LogInButton from 'flarum/forum/components/LogInButton';\nimport ItemList from 'flarum/common/utils/ItemList';\n\napp.initializers.add('fof-passport', () => {\n extend(LogInButtons.prototype, 'items', function (items: ItemList) {\n items.add(\n 'fof-passport',\n LogInButton.component(\n {\n className: 'Button LogInButton--passport',\n icon: app.forum.attribute('fof-passport.loginIcon'),\n path: '/auth/passport',\n },\n app.forum.attribute('fof-passport.loginTitle')\n )\n );\n });\n});\n"],"names":["__webpack_require__","module","getter","__esModule","d","a","exports","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","Symbol","toStringTag","value","flarum","core","compat","app","extend","LogInButtons","items","add","LogInButton","className","icon","path"],"sourceRoot":""} \ No newline at end of file +{"version":3,"file":"forum.js","mappings":"MACA,IAAIA,EAAsB,CCA1BA,EAAyBC,IACxB,IAAIC,EAASD,GAAUA,EAAOE,WAC7B,IAAOF,EAAiB,QACxB,IAAM,EAEP,OADAD,EAAoBI,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdF,EAAwB,CAACM,EAASC,KACjC,IAAI,IAAIC,KAAOD,EACXP,EAAoBS,EAAEF,EAAYC,KAASR,EAAoBS,EAAEH,EAASE,IAC5EE,OAAOC,eAAeL,EAASE,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDR,EAAwB,CAACc,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFf,EAAyBM,IACH,oBAAXa,QAA0BA,OAAOC,aAC1CV,OAAOC,eAAeL,EAASa,OAAOC,YAAa,CAAEC,MAAO,WAE7DX,OAAOC,eAAeL,EAAS,aAAc,CAAEe,OAAO,GAAO,G,+BCL9D,MAAM,EAA+BC,OAAOC,KAAKC,OAAO,iBCAlD,EAA+BF,OAAOC,KAAKC,OAAO,a,aCAxD,MAAM,EAA+BF,OAAOC,KAAKC,OAAO,iC,aCAxD,MAAM,EAA+BF,OAAOC,KAAKC,OAAO,gC,aCMxDC,IAAAA,aAAiBC,IAAI,gBAAgB,YACnCC,EAAAA,EAAAA,QAAOC,IAAAA,UAAwB,SAAS,SAAUC,GAChDA,EAAMH,IACJ,eACAI,IAAAA,UACE,CACEC,UAAW,+BACXC,KAAMP,IAAAA,MAAUQ,UAAU,0BAC1BC,KAAM,kBAERT,IAAAA,MAAUQ,UAAU,4BAG1B,GACF,G","sources":["webpack://@fof/passport/webpack/bootstrap","webpack://@fof/passport/webpack/runtime/compat get default export","webpack://@fof/passport/webpack/runtime/define property getters","webpack://@fof/passport/webpack/runtime/hasOwnProperty shorthand","webpack://@fof/passport/webpack/runtime/make namespace object","webpack://@fof/passport/external root \"flarum.core.compat['common/extend']\"","webpack://@fof/passport/external root \"flarum.core.compat['forum/app']\"","webpack://@fof/passport/external root \"flarum.core.compat['forum/components/LogInButtons']\"","webpack://@fof/passport/external root \"flarum.core.compat['forum/components/LogInButton']\"","webpack://@fof/passport/./src/forum/index.ts"],"sourcesContent":["// The require scope\nvar __webpack_require__ = {};\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","const __WEBPACK_NAMESPACE_OBJECT__ = flarum.core.compat['common/extend'];","const __WEBPACK_NAMESPACE_OBJECT__ = flarum.core.compat['forum/app'];","const __WEBPACK_NAMESPACE_OBJECT__ = flarum.core.compat['forum/components/LogInButtons'];","const __WEBPACK_NAMESPACE_OBJECT__ = flarum.core.compat['forum/components/LogInButton'];","import { extend } from 'flarum/common/extend';\nimport app from 'flarum/forum/app';\nimport LogInButtons from 'flarum/forum/components/LogInButtons';\nimport LogInButton from 'flarum/forum/components/LogInButton';\nimport ItemList from 'flarum/common/utils/ItemList';\n\napp.initializers.add('fof-passport', () => {\n extend(LogInButtons.prototype, 'items', function (items: ItemList) {\n items.add(\n 'fof-passport',\n LogInButton.component(\n {\n className: 'Button LogInButton--passport',\n icon: app.forum.attribute('fof-passport.loginIcon'),\n path: '/auth/passport',\n },\n app.forum.attribute('fof-passport.loginTitle')\n )\n );\n });\n});\n"],"names":["__webpack_require__","module","getter","__esModule","d","a","exports","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","Symbol","toStringTag","value","flarum","core","compat","app","add","extend","LogInButtons","items","LogInButton","className","icon","attribute","path"],"sourceRoot":""} \ No newline at end of file