mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-20 17:46:52 -04:00
Merge pull request #896 from purejava/fix-887
Fixes https://github.com/cryptomator/cryptomator/issues/887
This commit is contained in:
@@ -249,6 +249,7 @@ public class SecPasswordField extends PasswordField {
|
||||
public void swipe() {
|
||||
swipe(content);
|
||||
length = 0;
|
||||
setText(null);
|
||||
}
|
||||
|
||||
private void swipe(char[] buffer) {
|
||||
|
||||
Reference in New Issue
Block a user