made some token work

This commit is contained in:
neerholt
2021-03-09 13:54:20 +01:00
parent ac6b5a6bd9
commit ff749d80d4
2 changed files with 61 additions and 52 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ $gameJam = GameJam::firstOrCreate([
<title>HTML Tutorial</title>
<body>
<form action="Controllers/User/SigningUp.php" method="POST">
<form action="Controllers/Group/SigningUp.php" method="POST">
<input type="text" name="groupName" placeholder="Group name">
<input type="number" name="groupAmount" placeholder="Group Amount">
<input type="number" name="gameJamId" placeholder="Game Jam id">
@@ -26,7 +26,7 @@ $gameJam = GameJam::firstOrCreate([
</form>
<form action="Controllers/User/Login.php" method="POST">
<form action="Controllers/Group/Login.php" method="POST">
<input type="text" name="groupName" placeholder="Group name">
<input type="password" name="password" placeholder="password">
<input type="submit" name="login" value="login">