Skip to content

Commit

Permalink
Remove not used filtered action. (#393)
Browse files Browse the repository at this point in the history
Action 'blocked' looks not needed
  • Loading branch information
pawelkania committed Oct 16, 2020
1 parent b240f23 commit 4b4e370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/User/Controller/SecurityController.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function behaviors()
'rules' => [
[
'allow' => true,
'actions' => ['login', 'confirm', 'auth', 'blocked'],
'actions' => ['login', 'confirm', 'auth'],
'roles' => ['?'],
],
[
Expand Down

0 comments on commit 4b4e370

Please sign in to comment.