Permanent redirection to login page

We had our website password protected.
https://degrowth.denkhausbremen.de

We removed the login but it still redirects to the login page
https://degrowth.denkhausbremen.de/login.

Does anyone have an idea, what could be wrong.
Thanks for any help

Looks like you failed to remove the redirect, wherever you put that? In the header snippet maybe? In .htaccess? In. a route? In templates?

If you don’t know, try to find code like this in your project:

<?php if(!$site->user()) go('login') ?>

thank you much. you solved my problem. the site is running, thanks to you, kirby and love.