diff --git a/web/login/login.py b/web/login/login.py index 3a41367..8ea982c 100644 --- a/web/login/login.py +++ b/web/login/login.py @@ -395,7 +395,7 @@ def prelogout(): 2. Hydra calls this endpoint with a `logout_challenge` get parameter 3. We retrieve the logout request using the challenge 4. We accept the Hydra logout request - 5. We redirect to Hydro to clean-up cookies. + 5. We redirect to Hydra to clean-up cookies. 6. Hyrda calls back to us with a post logout handle (/logout)