mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Fix tests
This commit is contained in:
parent
ef08a8be53
commit
ce8322bbf4
2 changed files with 0 additions and 2 deletions
|
@ -69,7 +69,6 @@ class Authenticator(BaseAuthenticator):
|
||||||
|
|
||||||
return infos
|
return infos
|
||||||
|
|
||||||
@staticmethod
|
|
||||||
def delete_session_cookie(self):
|
def delete_session_cookie(self):
|
||||||
|
|
||||||
from bottle import response
|
from bottle import response
|
||||||
|
|
|
@ -69,7 +69,6 @@ class Authenticator(BaseAuthenticator):
|
||||||
|
|
||||||
return infos
|
return infos
|
||||||
|
|
||||||
@staticmethod
|
|
||||||
def delete_session_cookie(self):
|
def delete_session_cookie(self):
|
||||||
|
|
||||||
from bottle import response
|
from bottle import response
|
||||||
|
|
Loading…
Add table
Reference in a new issue