mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 00:48:32 +01:00
c2bb6488e4
* Allow to login with proton to enter sudo mode * Updated wording * lint * Only enabled if the user has the account linked * Add exit-sudo route for tests Co-authored-by: Adrià Casajús <adria.casajus@proton.ch>
2 lines
89 B
Python
2 lines
89 B
Python
from .integrations import set_enable_proton_cookie
|
|
from .exit_sudo import exit_sudo_mode
|