Fix route filter admin.register not working with POST requests

This commit is contained in:
Giuseppe Criscione 2021-07-19 15:30:56 +02:00
parent 9e81773d23
commit 78f8be9996

View File

@ -184,6 +184,7 @@ return [
return $controller->register();
}
},
'methods' => ['GET', 'POST']
],
'admin.redirect-to-login' => [
'action' => static function () {