Ensure sign-in page background is uniform throughout the page
This commit is contained in:
parent
81b756a5d7
commit
3e21a6a203
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue