Respect next when logging in using GitHub

This commit is contained in:
rubenwardy
2023-10-31 18:45:24 +00:00
parent a29715775e
commit 72b608b158
4 changed files with 29 additions and 14 deletions

View File

@@ -25,7 +25,7 @@
<hr class="my-5" />
<p>
<a class="btn btn-secondary me-3" href="{{ url_for('github.start') }}">
<a class="btn btn-secondary me-3" href="{{ url_for('github.start', next=next) }}">
<i class="fab fa-github me-1"></i>
{{ _("GitHub") }}
</a>