mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-11 12:03:09 +00:00
Fix typo in config key
This commit is contained in:
@@ -140,7 +140,7 @@ public class X509Authentication implements AuthenticationMethod
|
||||
loginPageTitle = configurationService
|
||||
.getProperty("authentication-x509.chooser.title.key");
|
||||
loginPageURL = configurationService
|
||||
.getProperty("authentication-x509.hooser.uri");
|
||||
.getProperty("authentication-x509.chooser.uri");
|
||||
|
||||
String keystorePath = configurationService
|
||||
.getProperty("authentication-x509.keystore.path");
|
||||
|
Reference in New Issue
Block a user