Skip to content

Commit

Permalink
Revert "管理者ログアウト時にメンテナンス回避トークンを消すよう変更"
Browse files Browse the repository at this point in the history
This reverts commit 474486a.
  • Loading branch information
chihiro-adachi committed Aug 31, 2021
1 parent d9b0610 commit 65daac3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 47 deletions.
1 change: 0 additions & 1 deletion app/config/eccube/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ security:
logout:
path: admin_logout
target: admin_login
success_handler: eccube.security.logout.success_handler
customer:
pattern: ^/
anonymous: true
Expand Down
3 changes: 0 additions & 3 deletions app/config/eccube/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ services:
eccube.security.failure_handler:
class: Eccube\Security\Http\Authentication\EccubeAuthenticationFailureHandler

eccube.security.logout.success_handler:
class: Eccube\Security\Http\Authentication\EccubeLogoutSuccessHandler

# Autowiring can't guess the constructor arguments that are not type-hinted with
# classes (e.g. container parameters) so you must define those arguments explicitly
# Eccube\Command\ListUsersCommand:
Expand Down

This file was deleted.

0 comments on commit 65daac3

Please sign in to comment.