bank account connect to dataconnect with staffid
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user