From 31a10333e9d8ed6c27896182d4a3b887296d74bb Mon Sep 17 00:00:00 2001 From: Neo Date: Tue, 31 Mar 2026 14:30:37 +0700 Subject: [PATCH] commit color --- src/logistration/Logistration.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/logistration/Logistration.jsx b/src/logistration/Logistration.jsx index 474e778a..05a0a2b4 100644 --- a/src/logistration/Logistration.jsx +++ b/src/logistration/Logistration.jsx @@ -43,7 +43,7 @@ const LogistrationPageInner = ({ const [institutionLogin, setInstitutionLogin] = useState(false); const [key, setKey] = useState(''); const navigate = useNavigate(); - // Force hide registration - Andal Learning only allows sign in + //commit color - Force hide registration - Andal Learning only allows sign in const disablePublicAccountCreation = true; const hideRegistrationLink = true;