1
0
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:
trendschau
2020-07-05 08:32:04 +02:00
parent 51564e5a85
commit 62b3a07d6b
11 changed files with 82 additions and 72 deletions

View File

@@ -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()