Skip to content

Commit e5767b0

Browse files
committed
Fix login route
1 parent 1877aed commit e5767b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/routes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ Site/Homepage:
773773
Site/Login:
774774
path: /login
775775
controller: FrankProjects\UltimateWarfare\Controller\Site\SecurityController::login
776-
methods: [GET]
776+
methods: [GET, POST]
777777

778778
Site/Logout:
779779
path: /logout

0 commit comments

Comments
 (0)