commit color

This commit is contained in:
Neo
2026-03-31 14:30:37 +07:00
parent f1fb37b7d7
commit 31a10333e9

View File

@@ -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;