Small improvement

pull/183/head
M66B 4 years ago
parent 9acfb90208
commit 911c5662a2

@ -938,6 +938,8 @@ public class EmailService implements AutoCloseable {
String getFingerPrintSelect() {
try {
if (certificate == null)
return null;
String keyId = getKeyId(certificate);
String fingerPrint = getFingerPrint(certificate);
return fingerPrint + (keyId == null ? "" : "/" + keyId);

Loading…
Cancel
Save