clear the non-encrypted password variable as soon as users page is finished

pull/2/head
axtlos 3 years ago
parent 4e1d094ae0
commit 26c5e8821c

@ -489,6 +489,7 @@ class _JadeguiState extends State<Jadegui> {
);
break;
case 4:
clearPass = "";
widget = SizedBox.expand(
child: FittedBox(
fit: BoxFit.contain,

Loading…
Cancel
Save