{"version":3,"file":"facility-reset-password-new-k6h0xvAM.js","sources":["../../../app/frontend/entrypoints/facility-reset-password-new.jsx"],"sourcesContent":["import React from 'react'\nimport { createRoot } from 'react-dom/client'\nimport Main from './facility/reset_password/new/components/main.jsx'\nimport DataProvider from './facility/reset_password/new/components/data_provider.jsx'\nimport AlertDataProvider from './facility/common/alert_data_provider.jsx'\n\nconst root = createRoot(document.getElementById('app'))\n\nconst loader = document.getElementById('loader')\nloader.classList.add('-show')\n\nfetch('/api/facility/reset/password/new')\n.then((res) => {\n if(res.ok === true) return res.json()\n else console.log('error');\n})\n.then((data) => {\n root.render(\n \n \n
\n \n \n )\n})\n"],"names":["root","createRoot","loader","res","data","React","DataProvider","AlertDataProvider","Main"],"mappings":"mVAMA,MAAMA,EAAOC,EAAW,SAAS,eAAe,KAAK,CAAC,EAEhDC,EAAS,SAAS,eAAe,QAAQ,EAC/CA,EAAO,UAAU,IAAI,OAAO,EAE5B,MAAM,kCAAkC,EACvC,KAAMC,GAAQ,CACb,GAAGA,EAAI,KAAO,GAAM,OAAOA,EAAI,OAC1B,QAAQ,IAAI,OAAO,CAC1B,CAAC,EACA,KAAMC,GAAS,CACTJ,EAAA,OACHK,EAAA,cAACC,GAAa,aAAcF,CAAA,kBACzBG,EACC,KAAAF,EAAA,cAACG,EAAK,IAAA,CACR,CACF,CAAA,CAEJ,CAAC"}