mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Make linters happy
This commit is contained in:
parent
61551eb40d
commit
570a22a31c
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ def user_is_allowed_on_domain(user: str, domain: str) -> bool:
|
||||||
|
|
||||||
return user in admins
|
return user in admins
|
||||||
|
|
||||||
|
|
||||||
# We want to save the password in the cookie, but we should do so in an encrypted fashion
|
# We want to save the password in the cookie, but we should do so in an encrypted fashion
|
||||||
# This is needed because the SSO later needs to possibly inject the Basic Auth header
|
# This is needed because the SSO later needs to possibly inject the Basic Auth header
|
||||||
# which includes the user's password
|
# which includes the user's password
|
||||||
|
|
Loading…
Add table
Reference in a new issue