hi message for usersnames instead emails

This commit is contained in:
crunk 2022-04-03 20:39:05 +02:00
parent 5f13f2e3a3
commit b75c221c6b

View File

@ -39,7 +39,7 @@
</div>
</div>
{% if current_user.is_authenticated %}
<h2 id="fancyboi"> Hi {{ current_user.email }}!</h2>
<h2 id="fancyboi"> Hi {{ current_user.username }}!</h2>
{% else %}
<h2 id="fancyboi"> Welcome to distribusi-verse</h2>
{% endif %}