{"version":3,"file":"ChangePasswordPage.5e0562f6a9674bd95cfe.js","mappings":"yMAWO,MAAMA,EAAsBC,GAE/B,gBAAC,KAAW,CAAC,mBAAkB,IAC7B,gBAAC,KAAQ,KACP,gBAAC,IAAS,CAAC,UAAWA,EAAM,YAAY,MACrC,CAAC,CAAE,eAAAC,CAAe,IAAM,gBAAC,IAAc,CAAC,SAAUA,CAAA,CAAgB,CACrE,CACF,CACF,EAIJ,EAAeF,C","sources":["webpack://grafana/./public/app/core/components/ForgottenPassword/ChangePasswordPage.tsx"],"sourcesContent":["import React from 'react';\n\nimport { GrafanaRouteComponentProps } from 'app/core/navigation/types';\n\nimport LoginCtrl from '../Login/LoginCtrl';\nimport { LoginLayout, InnerBox } from '../Login/LoginLayout';\n\nimport { ChangePassword } from './ChangePassword';\n\nexport interface Props extends GrafanaRouteComponentProps<{}, { code: string }> {}\n\nexport const ChangePasswordPage = (props: Props) => {\n return (\n \n \n \n {({ changePassword }) => }\n \n \n \n );\n};\n\nexport default ChangePasswordPage;\n"],"names":["ChangePasswordPage","props","changePassword"],"sourceRoot":""}