From 42c16efa38b3e88f4ccb951fd5ed49a555e716fa Mon Sep 17 00:00:00 2001 From: Jordie <30464310+jord1e@users.noreply.github.com> Date: Wed, 11 Aug 2021 16:57:40 +0200 Subject: [PATCH] Fixed .CustomLogin tag placement for login page (#1317) * Fixed .CustomLogin tag placement for login page * Update changelog (gh-1317) --- CHANGELOG.md | 2 +- pkg/app/pagewriter/sign_in.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43f1063e..6e717672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,7 @@ - [#1207](https://github.com/oauth2-proxy/oauth2-proxy/pull/1207) Fix URI fragment handling on sign-in page, regression introduced in 7.1.0 (@tarvip) - [#1210](https://github.com/oauth2-proxy/oauth2-proxy/pull/1210) New Keycloak OIDC Provider (@pb82) - [#1244](https://github.com/oauth2-proxy/oauth2-proxy/pull/1244) Update Alpine image version to 3.14 (@ahovgaard) - +- [#1317](https://github.com/oauth2-proxy/oauth2-proxy/pull/1317) Fix incorrect `` tag on the sing_in page when *not* using a custom template (@jord1e) # V7.1.3 diff --git a/pkg/app/pagewriter/sign_in.html b/pkg/app/pagewriter/sign_in.html index fc7ab3ff..5d2ff051 100644 --- a/pkg/app/pagewriter/sign_in.html +++ b/pkg/app/pagewriter/sign_in.html @@ -60,8 +60,8 @@ - {{ end }} - + + {{ end }}