Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
2 changed files with 4 additions and 6 deletions
Showing only changes of commit c23c63cb15 - Show all commits

View File

@ -61,8 +61,6 @@ class Manga extends API {
$token = $this->container->get('auth')
->get_auth_token();
$domain = $this->container->get('request')
->server->get('HTTP_HOST');
// Set the token cookie, with the authentication token
// from the auth class.