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; break;
case 4: case 4:
clearPass = "";
widget = SizedBox.expand( widget = SizedBox.expand(
child: FittedBox( child: FittedBox(
fit: BoxFit.contain, fit: BoxFit.contain,

Loading…
Cancel
Save