{"version":3,"sources":["webpack:///./src/pages/register.js"],"names":["t","useTranslation","title","noMenu","backArrow","md","alignMiddle","pb","align","to","src","component","alt","style","width","py","variant","color","PintunaAppUrl"],"mappings":"4FAAA,qJAqDA,UA3CiB,WACf,IAAQA,EAAMC,cAAd,EAGA,OACE,oCACE,uBAAKC,MAAM,sBACX,uBAAQC,QAAR,EAAeC,WAAS,IACxB,uBAASC,GAAT,EAAgBC,aAAW,GACzB,uBAAKC,GAAL,EAAYC,MAAM,UAChB,0BAAMC,GAAG,KACP,uBACEC,IADF,IAEEC,UAFF,MAGEC,IAHF,eAIEC,MAAO,CAAEC,MAAO,aAItB,uBAAKC,GAAI,GACP,uBAAYC,QAAZ,QAA4BC,MAAM,iBAC/BjB,EAbP,yBAgBE,sBAhBF,MAiBE,uBAAKe,GAAI,GACP,uBAAYC,QAAZ,QAA4BC,MAAM,iBAAlC,qDAEE,0BAAMR,GAAOS,6CAAmCD,MAAM,WAAtD,eAFF,mBAME,0BAAMR,GAAOS,+CAAqCD,MAAM,WAN1D,kBAtBR","file":"component---src-pages-register-js-f866877c62566496313e.js","sourcesContent":["import React from 'react';\nimport { CardMedia, Box, Typography } from '@material-ui/core';\nimport { Link } from 'gatsby-theme-material-ui';\n\nimport { useTranslation } from 'react-i18next';\nimport SEO from '../components/seo';\nimport { RegistrationForm } from '../components/Auth';\nimport { Header, Content } from '../components/layouts';\nimport logoPath from '../images/logo.png';\n\nconst Register = () => {\n const { t } = useTranslation();\n const PintunaAppUrl =\n process.env.GATSBY_APP_PORTAL_URL || 'https://app.pintuna.com/';\n return (\n <>\n \n
\n \n \n \n \n \n \n \n \n {t('registerWithPintuna')}\n \n \n \n \n \n By creating an account, you agree to Pintuna's{' '}\n \n Terms of Use{' '}\n {' '}\n and{' '}\n \n Privacy Policy\n \n .\n \n \n \n \n );\n};\n\nexport default Register;\n"],"sourceRoot":""}