Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
YeungKC committed Jul 6, 2023
1 parent 23fadf9 commit ed7340a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/auth.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ed7340a

Please sign in to comment.