Inline CSS for default login and logout page

- Remove the dependency on Bootstrap CSS. Results in faster load times, no failures
  in air-gapped or offline scenarios, and no dependency on an external CDN that may
  go away some day.
This commit is contained in:
Daniel Garnier-Moiroux
2024-06-25 16:13:29 +02:00
committed by Rob Winch
parent 66efb63dba
commit bc8ba7f3b7
9 changed files with 536 additions and 167 deletions

View File

@@ -40,4 +40,7 @@
<!-- Lambdas that we can't replace with a method reference because a closure is required -->
<suppress files="BearerTokenAuthenticationFilter\.java" checks="SpringLambda"/>
<!-- CSS content -->
<suppress files="CssUtils\.java" checks="SpringLeadingWhitespace"/>
</suppressions>