diff --git a/src/Auth/Handler.php b/src/Auth/Handler.php index 71621b010..c61d07b2c 100644 --- a/src/Auth/Handler.php +++ b/src/Auth/Handler.php @@ -30,10 +30,6 @@ class Handler [ 'class' => MemberAuthenticator::class, 'priority' => 10, - ], - [ - 'class' => BasicAuthAuthenticator::class, - 'priority' => 20, ] ];