Environmant label

This commit is contained in:
CHIEFSOFT\ameye
2025-08-31 14:21:31 -04:00
parent fe88a6d7f2
commit 6f3ed362b7
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ export default function Forgetpwd2() {
<div className="col-11 col-sm-6 col-lg-5 col-xxl-4 align-self-center order-2 order-sm-1h" style={{maxWidth: '520px'}}>
<div className="mt-5 d-flex">
<div className="bg-white register p-5">
<h1 className="mb-2">MERMS Panel</h1>
<h1 className="mb-2">{process.env.REACT_APP_PANEL_NAME}</h1>
{!mutation.isSuccess && <p>Please enter your username.</p>}
<Formik
initialValues={initialValues}