From 26c5e8821c6267fda41b961b41e1ba793d8f99a2 Mon Sep 17 00:00:00 2001 From: axtlos Date: Sun, 1 May 2022 23:25:27 +0200 Subject: [PATCH] clear the non-encrypted password variable as soon as users page is finished --- lib/main.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/main.dart b/lib/main.dart index 613d09d..bf4e2c9 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -489,6 +489,7 @@ class _JadeguiState extends State { ); break; case 4: + clearPass = ""; widget = SizedBox.expand( child: FittedBox( fit: BoxFit.contain,