fix: general javascript improvements

This commit is contained in:
Herculino Trotta
2025-11-13 11:12:43 -03:00
parent 2bc5e24e51
commit 7c3120cd43
4 changed files with 8 additions and 22 deletions

View File

@@ -37,13 +37,6 @@
{% translate 'Login with' %} {{ provider.name }}
</a>
</li>
<li>
<a title="{{ provider.name }}"
class="btn btn-outline btn-primary w-full socialaccount_provider {{ provider.id }}"
href="{% provider_login_url provider %}">
{% translate 'Login with' %} {{ provider.name }}
</a>
</li>
{% endfor %}
</ul>
{% endif %}