1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-01-08 04:03:58 +02:00

Fixed .CustomLogin </form> tag placement for login page (#1317)

* Fixed .CustomLogin </form> tag placement for login page

* Update changelog (gh-1317)
This commit is contained in:
Jordie 2021-08-11 16:57:40 +02:00 committed by GitHub
parent 526aff8c84
commit 42c16efa38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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 `</form>` tag on the sing_in page when *not* using a custom template (@jord1e)
# V7.1.3

View File

@ -60,8 +60,8 @@
</div>
</div>
<button class="button is-primary">Sign in</button>
{{ end }}
</form>
</form>
{{ end }}
</div>
</section>