Skip to content

Commit fd8eee0

Browse files
committed
login link use full url
1 parent e3f422f commit fd8eee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/templates/layouts/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
Sign out
7272
</a>
7373
{% else %}
74-
<a class="govuk-header__link" href="{{url_for('auth.login', next=request.path)}}">
74+
<a class="govuk-header__link" href="{{url_for('auth.login', next=request.path, _external=True)}}">
7575
Sign in
7676
</a>
7777
{% endif %}

0 commit comments

Comments
 (0)