remove loading icon before finger print
This commit is contained in:
parent
299befe3bf
commit
966e600ea7
1 changed files with 2 additions and 4 deletions
|
|
@ -1,4 +1,3 @@
|
|||
import 'package:Mzansi_Innovation_Hub/mih_components/mih_pop_up_messages/mih_loading_circle.dart';
|
||||
import 'package:Mzansi_Innovation_Hub/mih_packages/authentication/biometric_check.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
|
|
@ -63,9 +62,8 @@ class _AuthCheckState extends State<AuthCheck> {
|
|||
} else if (snapshot.data == false) {
|
||||
return const SignInOrRegister();
|
||||
} else {
|
||||
return
|
||||
// const SizedBox(width: 5, height: 5);
|
||||
const Mihloadingcircle();
|
||||
return const SizedBox(width: 5, height: 5);
|
||||
// const Mihloadingcircle();
|
||||
}
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue