bank account connect to dataconnect with staffid

This commit is contained in:
José Salazar
2026-01-26 10:59:11 -05:00
parent 0ba5a9ae16
commit 2f5c607996
2 changed files with 13 additions and 70 deletions

View File

@@ -143,10 +143,6 @@ class AuthRepositoryImpl implements AuthRepositoryInterface {
}
final String email = user?.email ?? '';
if (mode != AuthMode.signup && email.isEmpty) {
await firebaseAuth.signOut();
throw Exception('User email is missing in profile data.');
}
//TO-DO: create(registration) user and staff account
//TO-DO: save user data locally