then first visit loads the correct themed view but next visit (on default theme) overrides the themed view which does not appear again.
If I set spring.thymeleaf.cache=false then everything works as expected.
I' only overridden src/main/resources/templates/custom-theme/fragments/loginform.html
to specify $screen.welcome.instructions.custom for specific services.
Don't know if this is normal, just thought I should report it.