How to hide a product from a collection using liquid?

Hello!

How can I do the same but forcing them to login?

I mean I have certain products with a specific tag that I just want to show to people that login , I tried this in theme but it does not work

{% if product.tags contains ‘password’ %}
{% if template contains ‘customers’ %}
{% assign send_to_login = true %}

{% endif %}

{% endif %}