Ensure sign-in page background is uniform throughout the page

This commit is contained in:
Leandro Lafin 2024-07-11 13:30:23 -03:00
parent 81b756a5d7
commit 3e21a6a203
No known key found for this signature in database
GPG Key ID: 60C427B9DF40CB72
2 changed files with 3 additions and 2 deletions

View File

@ -17,6 +17,7 @@
- [#1951](https://github.com/oauth2-proxy/oauth2-proxy/pull/1951) Fix validate URL, check if query string marker (?) or separator (&) needs to be appended (@miguelborges99)
- [#1920](https://github.com/oauth2-proxy/oauth2-proxy/pull/1920) Make sure emailClaim is not overriden if userIDClaim is not set
- [#2013](https://github.com/oauth2-proxy/oauth2-proxy/pull/2013) Upgrade alpine to version 3.17.2 and library dependencies (@miguelborges99)
- [#1988](https://github.com/oauth2-proxy/oauth2-proxy/pull/1988) Ensure sign-in page background is uniform throughout the page
# V7.4.0

View File

@ -46,7 +46,7 @@
</style>
</head>
<body class="has-background-light">
<section class="section">
<section class="section has-background-light">
<div class="box block sign-in-box has-text-centered">
{{ if .LogoData }}
<div class="block logo-box">
@ -93,7 +93,7 @@
{{ else }}
{{.StatusCode}}: Invalid Username or Password
{{ end }}
</div>
</div>
{{ end }}
</div>