auto request fingerprint on first boot

This commit is contained in:
2025-01-16 12:13:38 +02:00
parent af618e7532
commit 1acdb4a06a

View File

@@ -183,6 +183,13 @@ class _BiometricCheckState extends State<BiometricCheck> {
);
}
@override
void initState() {
// TODO: implement initState
super.initState();
if (widget.firstBoot == true) authenticateUser();
}
@override
Widget build(BuildContext context) {
if (MzanziInnovationHub.of(context)!.theme.getPlatform() == "Web") {