Resolve "Enqueue page allowed to be visited while already enqueued"
Compare changes
@@ -137,9 +137,11 @@ public class LabController {
@@ -157,6 +159,9 @@ public class LabController {
Visiting the enqueue page, while already enqueued, does not redirect to the lab.
Write a check in the LabController to check if the user is already enqueued. If yes, the user is sent back to the /lab/{id}