{"version":3,"file":"static/chunks/pages/auth/sign-in-8eede942449cb0b7.js","mappings":"sFACKA,OAAOC,SAAWD,OAAOC,UAAY,IAAIC,KAAK,CAC7C,gBACA,WACE,OAAO,EAAQ,W,kJCCR,SAASC,IACtB,IAAMC,EAAM,GAEV,QAFaC,EAAAA,EAAAA,IACbC,6CACA,UAEF,OACE,sB,WACE,UAACC,IAAI,C,WACH,SAACC,QAAK,C,SAAC,oCACP,SAACC,OAAI,CACHC,KAAK,cACLC,QAAQ,yKAGZ,SAACC,EAAAA,GAAU,CAACR,IAAKA,U","sources":["webpack://_N_E/?df22","webpack://_N_E/./pages/auth/sign-in.page.tsx"],"sourcesContent":["\n (window.__NEXT_P = window.__NEXT_P || []).push([\n \"/auth/sign-in\",\n function () {\n return require(\"private-next-pages/auth/sign-in.page.tsx\");\n }\n ]);\n if(module.hot) {\n module.hot.dispose(function () {\n window.__NEXT_P.push([\"/auth/sign-in\"])\n });\n }\n ","import React from 'react';\nimport Head from 'next/head';\nimport { SignInForm } from '@requity-homes/component-library';\nimport { removeTrailingSlash } from '@requity-homes/utils';\n\nexport default function SignInPage() {\n const url = `${removeTrailingSlash(\n process.env.NEXT_PUBLIC_AUTH_API_URL,\n )}/login`;\n\n return (\n <>\n
\n