Pimped Password Field

Added reveal icon as well, capslock warnings as well a warning for unprintable chars (fixes #458)
This commit is contained in:
Sebastian Stenzel
2019-09-04 17:16:24 +02:00
parent 9c104beeba
commit efaf5a1553
20 changed files with 242 additions and 108 deletions
@@ -28,6 +28,7 @@ public class Environment {
@Inject
public Environment() {
LOG.debug("java.library.path: {}", System.getProperty("java.library.path"));
LOG.debug("user.language: {}", System.getProperty("user.language"));
LOG.debug("user.region: {}", System.getProperty("user.region"));
LOG.debug("logback.configurationFile: {}", System.getProperty("logback.configurationFile"));