Skip to content

Commit 3906b9c

Browse files
committed
work
1 parent a57888b commit 3906b9c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/main/java/org/woehlke/java/simpleworklist/config/WebSecurityConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import org.springframework.boot.context.properties.EnableConfigurationProperties;
66
import org.springframework.context.annotation.Bean;
77
import org.springframework.context.annotation.Configuration;
8+
import org.springframework.context.annotation.Primary;
89
import org.springframework.data.jpa.repository.config.EnableJpaAuditing;
910
import org.springframework.data.web.config.EnableSpringDataWebSupport;
1011
import org.springframework.scheduling.annotation.EnableAsync;

src/main/resources/templates/user/login/loginForm.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<head th:replace="layout/page :: tw-page-head(headtitle=~{::title},links=~{},refreshMessages=true)">
88
<title th:text="'SimpleWorklist | ' + #{user.loginForm.h2}">Title</title>
99
</head>
10-
<body th:replace="layout/page :: tw-page-body(twcontent=~{::mytwcontent},twtitle=~{::mytwtitle},scripts=~{})">
10+
<body th:replace="layout/page :: tw-page-body(twcontent=~{::mytwcontent}, twtitle=~{::mytwtitle},scripts=~{})">
1111

1212
<div th:fragment="mytwtitle">
1313
<div class="container-md">

0 commit comments

Comments
 (0)