Commit f11ab61f by Jan Hrabal

tmpls

parent e4d42a34
...@@ -23,7 +23,7 @@ public class JhBootApplication { ...@@ -23,7 +23,7 @@ public class JhBootApplication {
@Bean @Bean
@ConditionalOnProperty(value = "security.auth.listener.email.enabled", havingValue = "true", matchIfMissing = true) @ConditionalOnProperty(value = "auth.listener.email.enabled", havingValue = "true", matchIfMissing = true)
public TemplateEmailAuthServiceListener authServiceListener() { public TemplateEmailAuthServiceListener authServiceListener() {
return new TemplateEmailAuthServiceListener(); return new TemplateEmailAuthServiceListener();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment