From ed7340a3b4107cf9f5aaeabc7d1c1b7482627666 Mon Sep 17 00:00:00 2001 From: YeungKC Date: Thu, 6 Jul 2023 12:49:40 +0900 Subject: [PATCH] update --- lib/widgets/auth.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widgets/auth.dart b/lib/widgets/auth.dart index 17d5823087..83332abcd4 100644 --- a/lib/widgets/auth.dart +++ b/lib/widgets/auth.dart @@ -55,7 +55,7 @@ class _AuthGuard extends HookWidget { SecurityKeyValue.instance.hasPasscode; final hasError = useState(false); - final lock = useState(false); + final lock = useState(SecurityKeyValue.instance.hasPasscode); useEffect(() { Timer? timer;