oauth2-proxy/pkg/app/pagewriter
Cory Bolar 1bb3fbcea6
Ensure sign-in page background is uniform throughout the page (#1988)
* Ensure sign-in page background is uniform throughout the page

Configured banners that take up large amounts of space leave a gap of blank
background between where the body ends and the footer starts.  Fix this by
setting the style for the section containing the banner to match the body and
footer

* Add changelog entry

---------

Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
2023-03-05 17:24:35 +00:00
..
default_logo.svg Add option for custom logos on the sign in page 2021-02-19 13:23:55 +00:00
error.html Request ID Logging (#1087) 2021-03-21 18:20:57 +00:00
error_page.go Some typos (#1222) 2021-06-02 19:41:30 +01:00
error_page_test.go Fix Linting Errors (#1835) 2022-10-21 11:57:51 +01:00
pagewriter.go implement an error alert message for invalid basic auth credentials 2022-06-30 18:10:02 +03:00
pagewriter_suite_test.go Request ID Logging (#1087) 2021-03-21 18:20:57 +00:00
pagewriter_test.go Fix Linting Errors (#1835) 2022-10-21 11:57:51 +01:00
robots.txt Add static pages to PageWriter interface 2021-03-21 18:28:37 +00:00
sign_in.html Ensure sign-in page background is uniform throughout the page (#1988) 2023-03-05 17:24:35 +00:00
sign_in_page.go implement an error alert message for invalid basic auth credentials 2022-06-30 18:10:02 +03:00
sign_in_page_test.go Fix Linting Errors (#1835) 2022-10-21 11:57:51 +01:00
static_pages.go Create seperate page getter 2021-03-21 18:34:43 +00:00
static_pages_test.go Fix Linting Errors (#1835) 2022-10-21 11:57:51 +01:00
templates.go Extract templates to separate files 2021-02-19 11:30:59 +00:00
templates_test.go Fix Linting Errors (#1835) 2022-10-21 11:57:51 +01:00