Fix typo in config key

This commit is contained in:
Tim Donohue
2016-03-01 09:07:55 -06:00
parent 88f90c051f
commit 13900300d5

View File

@@ -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");