Missing check oauth

This commit is contained in:
2025-09-27 21:12:45 +02:00
parent 7a5e387665
commit 00b9c170f1
5 changed files with 29 additions and 16 deletions

View File

@@ -22,11 +22,13 @@
<a href="{{ url_for('log.reset_password') }}" class="btn btn-link"><i class="bi bi-key"></i> {{ _('Forgot password?') }}</a>
</div>
</form>
{% if discord is not none %}
<div class="mt-4 text-center">
<a href="{{ url_for('discord.login_discord') }}" class="btn btn-primary">
<i class="bi bi-discord"></i> {{ _('Login with Discord') }}
</a>
</div>
{% endif %}
</div>
</div>
</div>