mirror of
https://github.com/getformwork/formwork.git
synced 2025-02-22 16:56:50 +01:00
Fix route filter admin.register
not working with POST requests
This commit is contained in:
parent
9e81773d23
commit
78f8be9996
@ -184,6 +184,7 @@ return [
|
||||
return $controller->register();
|
||||
}
|
||||
},
|
||||
'methods' => ['GET', 'POST']
|
||||
],
|
||||
'admin.redirect-to-login' => [
|
||||
'action' => static function () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user