Skip to content

Commit 1e27ed0

Browse files
committed
Remove obsolete, unused password limit constant
1 parent 0b19898 commit 1e27ed0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

webapp/src/Controller/Jury/UserController.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
#[Route(path: '/jury/users')]
3636
class UserController extends BaseController
3737
{
38-
public const MIN_PASSWORD_LENGTH = 10;
39-
4038
public function __construct(
4139
EntityManagerInterface $em,
4240
DOMJudgeService $dj,

0 commit comments

Comments
 (0)