This commit is contained in:
pacnpal
2024-10-29 20:36:49 -04:00
parent a05ea392d3
commit 87c93465a5
9 changed files with 822 additions and 335 deletions

View File

@@ -8,7 +8,7 @@
{% block content %}
<div class="flex items-center justify-center min-h-[calc(100vh-16rem)]">
<div class="w-full max-w-md">
<div class="w-full max-w-lg">
<div class="auth-card">
<h1 class="auth-title">{% trans "Create Account" %}</h1>
@@ -24,10 +24,18 @@
onkeydown="if(event.key === 'Enter' || event.key === ' ') { this.click(); event.preventDefault(); }"
>
{% if provider.id == 'google' %}
<img src="{% static 'images/google-icon.svg' %}" alt="Google" class="w-5 h-5 mr-3">
<img
src="{% static 'images/google-icon.svg' %}"
alt="Google"
class="w-5 h-5 mr-3"
/>
<span>Continue with Google</span>
{% elif provider.id == 'discord' %}
<img src="{% static 'images/discord-icon.svg' %}" alt="Discord" class="w-5 h-5 mr-3">
<img
src="{% static 'images/discord-icon.svg' %}"
alt="Discord"
class="w-5 h-5 mr-3"
/>
<span>Continue with Discord</span>
{% endif %}
</a>
@@ -135,8 +143,7 @@
{% endif %}
</div>
{% turnstile_widget %}
{% turnstile_widget %}
{% if redirect_field_value %}
<input
type="hidden"