Skip to content

Commit 6c7371a

Browse files
committed
Closed registration by setting registrationClosed to true in Registration.jsx.
1 parent 2f9513e commit 6c7371a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Registration/Registration.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import universities from "./universitiesDE.json";
3333
import { GroupManager } from "./GroupManager/GroupManager";
3434
import { INPUT_TYPES } from "./InputTypes.js";
3535

36-
const registrationClosed = false;
36+
const registrationClosed = true;
3737
const personalData = [
3838
{
3939
formLabel: "First name",

0 commit comments

Comments
 (0)