add disable customer function
This commit is contained in:
@@ -51,11 +51,6 @@ class AuthServiceImp implements AuthService {
|
||||
return authFb.joinInvite(userName);
|
||||
}
|
||||
|
||||
@override
|
||||
Future<String> getToken() {
|
||||
return authFb.getToken();
|
||||
}
|
||||
|
||||
@override
|
||||
Future<bool> hasInvite() {
|
||||
return authFb.hasInvite();
|
||||
|
||||
Reference in New Issue
Block a user