Website/app/frontend/templates/components/BurgerMenu/Login.html.twig
Snoweuph f5291924c3
Some checks failed
Quality Check / QS Backend (push) Successful in 19s
Quality Check / QS Frontend (push) Failing after 36s
Quality Check / QS Mixed (push) Failing after 33s
stuff
2024-07-27 20:58:39 +02:00

6 lines
122 B
Twig

{% set logged_in = false %}
{% if not logged_in %}
<a>
<span>Login with Euphcloud</span>
</a>
{% endif %}