mirror of
https://github.com/typemill/typemill.git
synced 2025-07-31 03:10:19 +02:00
Fixed and deleted basic auth for htpasswd
This commit is contained in:
@@ -63,7 +63,7 @@ abstract class Plugin implements EventSubscriberInterface
|
||||
|
||||
protected function getRoute()
|
||||
{
|
||||
return $this->container['request']->getUri();
|
||||
return $this->container['request']->getUri()->withUserInfo('');
|
||||
}
|
||||
|
||||
protected function getPath()
|
||||
|
Reference in New Issue
Block a user