dssPrivateKeyEntries = new ArrayList<>();
try {
- if ((!StringUtils.hasText(globalProperties.getSealCertificatDriver()) && globalProperties.getSealCertificatType().equals(GlobalProperties.TokenType.PKCS11)) || globalProperties.getSealCertificatType().equals(GlobalProperties.TokenType.PKCS12)) {
+ if ((StringUtils.hasText(globalProperties.getSealCertificatDriver()) && globalProperties.getSealCertificatType().equals(GlobalProperties.TokenType.PKCS11)) || globalProperties.getSealCertificatType().equals(GlobalProperties.TokenType.PKCS12)) {
dssPrivateKeyEntries = getPkcsToken().getKeys();
} else if (globalProperties.getSealCertificatType().equals(GlobalProperties.TokenType.OPENSC)) {
dssPrivateKeyEntries = openSCSignatureToken.getKeys();
diff --git a/src/main/resources/templates/fragments/new.html b/src/main/resources/templates/fragments/new.html
index bd67f10f3..894e82809 100644
--- a/src/main/resources/templates/fragments/new.html
+++ b/src/main/resources/templates/fragments/new.html
@@ -44,7 +44,7 @@ Outils de signature
Circuits
-
diff --git a/src/main/resources/templates/fragments/sides/side-home.html b/src/main/resources/templates/fragments/sides/side-home.html
index 9bd224732..c34dfefc1 100644
--- a/src/main/resources/templates/fragments/sides/side-home.html
+++ b/src/main/resources/templates/fragments/sides/side-home.html
@@ -1,10 +1,10 @@
-