mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-08-06 13:48:58 +02:00
*********
This commit is contained in:
parent
76764e3179
commit
462ec5b77f
@ -581,7 +581,7 @@ public class AdminSettingsController {
|
||||
(originalValue instanceof String && ((String) originalValue).trim().isEmpty())) {
|
||||
return originalValue; // Keep empty/null values as-is
|
||||
} else {
|
||||
return "[CONFIGURED - " + originalValue.getClass().getSimpleName().toUpperCase() + "]";
|
||||
return "********";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user