auth repo imp for staff
This commit is contained in:
@@ -103,7 +103,7 @@ class AuthRepositoryImpl implements AuthRepositoryInterface {
|
||||
throw Exception('User email is missing in profile data.');
|
||||
}
|
||||
|
||||
//TO-DO: validate if user has staff account
|
||||
//TO-DO: validate if user has staff account, else logout, throw message and login
|
||||
//TO-DO: create(registration) user and staff account
|
||||
//TO-DO: save user data locally
|
||||
return domain.User(
|
||||
|
||||
Reference in New Issue
Block a user