login Enhancements and add search to forget password

This commit is contained in:
mohammad
2024-09-03 09:12:01 +03:00
parent 6ba0a70289
commit a100b5c40e
4 changed files with 0 additions and 15 deletions

View File

@ -43,7 +43,6 @@ class HomeBloc extends Bloc<HomeEvent, HomeState> {
try {
var uuid = await const FlutterSecureStorage().read(key: UserModel.userUuidKey);
user = await HomeApi().fetchUserInfo(uuid);
} catch (e) {
return;
}