mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Zrgrml
This commit is contained in:
parent
3922ba9c68
commit
c57a7a4cf0
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ class Authenticator(BaseAuthenticator):
|
|||
return {"user": uid}
|
||||
|
||||
def set_session_cookie(self, infos):
|
||||
from bottle import response, request
|
||||
from bottle import response
|
||||
|
||||
assert isinstance(infos, dict)
|
||||
assert "user" in infos
|
||||
|
|
Loading…
Add table
Reference in a new issue