⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.72
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
usr
/
share
/
grafana
/
public
/
build
/
View File Name :
8786.1b0e43b80c82c73e2096.js.map
{"version":3,"file":"8786.1b0e43b80c82c73e2096.js","mappings":"wSAaO,MAAMA,EAAc,IAAM,CAC/B,MAAMC,KAAY,MAAmB,EAC/B,CACJ,aAAAC,EACA,SAAAC,EACA,UAAW,CAAE,OAAAC,CAAO,CACtB,KAAI,MAAkB,EAChB,CAACC,EAAWC,CAAY,KAAI,YAAS,EAAK,EAE1CC,EAAYC,GAAwB,IACxC,MAAc,EACX,KAAK,mBAAoBA,CAAS,EAClC,KAAK,IAAM,CACVF,EAAa,EAAI,CACnB,CAAC,EACA,MAAOG,GAAQ,CACd,MAAMC,EAAMD,EAAI,MAAM,SAAWA,EACjCR,EAAU,QAAQS,CAAG,CACvB,CAAC,CACL,EAEA,OAAIL,EAEA,gBAAC,WACC,gBAAC,SAAE,sGAAoG,EACvG,gBAAC,KAAS,CAAC,OAAO,IAAK,GACvB,gBAAC,KAAU,CAAC,QAAQ,UAAU,QAAM,MAAU,EAAE,UAAY,WAAW,iBAEvE,CACF,EAKF,gBAAC,QAAK,SAAUH,EAAaK,CAAQ,GACnC,gBAACI,EAAA,EAAM,KAAC,cAAY,EACpB,gBAACC,EAAA,GACC,MAAM,QACN,YAAY,kEACZ,QAAS,CAAC,CAACR,EAAO,MAClB,MAAOA,EAAO,OAAO,SAErB,gBAACS,EAAA,GACC,GAAG,QACF,GAAGV,EAAS,QAAS,CACpB,SAAU,oBACV,QAAS,CACP,MAAO,KACP,QAAS,kBACX,CACF,CAAC,EACD,YAAY,QACd,CACF,EACA,gBAACW,EAAA,EAAK,KACJ,gBAACC,EAAA,GAAM,CAAC,KAAK,UAAS,yBAAuB,EAC7C,gBAAC,KAAU,CAAC,KAAK,OAAO,QAAM,MAAU,EAAE,UAAY,UAAU,eAEhE,CACF,CACF,CAEJ,ECrEaC,EAAkB,IAE3B,gBAACC,EAAA,GAAW,KACV,gBAAC,KAAQ,KACP,gBAACjB,EAAW,IAAC,CACf,CACF,EAIJ,EAAegB,C","sources":["webpack://grafana/./public/app/core/components/Signup/VerifyEmail.tsx","webpack://grafana/./public/app/core/components/Signup/VerifyEmailPage.tsx"],"sourcesContent":["import React, { useState } from 'react';\nimport { useForm } from 'react-hook-form';\n\nimport { getBackendSrv } from '@grafana/runtime';\nimport { Field, Input, Button, Legend, Container, LinkButton, Stack } from '@grafana/ui';\nimport { getConfig } from 'app/core/config';\nimport { useAppNotification } from 'app/core/copy/appNotification';\nimport { w3cStandardEmailValidator } from 'app/features/admin/utils';\n\ninterface EmailDTO {\n email: string;\n}\n\nexport const VerifyEmail = () => {\n const notifyApp = useAppNotification();\n const {\n handleSubmit,\n register,\n formState: { errors },\n } = useForm
();\n const [emailSent, setEmailSent] = useState(false);\n\n const onSubmit = (formModel: EmailDTO) => {\n getBackendSrv()\n .post('/api/user/signup', formModel)\n .then(() => {\n setEmailSent(true);\n })\n .catch((err) => {\n const msg = err.data?.message || err;\n notifyApp.warning(msg);\n });\n };\n\n if (emailSent) {\n return (\n
\n
An email with a verification link has been sent to the email address. You should receive it shortly.
\n
\n
\n Complete Signup\n
\n
\n );\n }\n\n return (\n
\n
Verify Email
\n
\n
\n
\n
\n
Send verification email
\n
\n Back to login\n
\n
\n
\n );\n};\n","import React from 'react';\n\nimport { LoginLayout, InnerBox } from '../Login/LoginLayout';\n\nimport { VerifyEmail } from './VerifyEmail';\n\nexport const VerifyEmailPage = () => {\n return (\n
\n
\n
\n
\n
\n );\n};\n\nexport default VerifyEmailPage;\n"],"names":["VerifyEmail","notifyApp","handleSubmit","register","errors","emailSent","setEmailSent","onSubmit","formModel","err","msg","Legend","Field","Input","Stack","Button","VerifyEmailPage","LoginLayout"],"sourceRoot":""}