Skip to content

Commit 00f042f

Browse files
committed
BE: Auth: Fix LDAP SPEL
1 parent 8e8ff06 commit 00f042f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/io/kafbat/ui/config/auth/LdapProperties.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class LdapProperties {
2020

2121
@Value("${oauth2.ldap.activeDirectory:false}")
2222
private boolean isActiveDirectory;
23-
@Value("${oauth2.ldap.activeDirectory.domain:@null}")
23+
@Value("${oauth2.ldap.activeDirectory.domain:#{null}}")
2424
private String activeDirectoryDomain;
2525

2626
}

0 commit comments

Comments
 (0)