mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-12 19:38:57 +00:00
parent
bbfd56606c
commit
541afe9660
@ -128,7 +128,7 @@ class Compute:
|
||||
self._user = user.strip()
|
||||
if password:
|
||||
self._password = password.strip()
|
||||
self._auth = aiohttp.BasicAuth(self._user, self._password)
|
||||
self._auth = aiohttp.BasicAuth(self._user, self._password, "utf-8")
|
||||
else:
|
||||
self._password = None
|
||||
self._auth = aiohttp.BasicAuth(self._user, "")
|
||||
|
Loading…
Reference in New Issue
Block a user