Use members in application.users instead of roles
This commit is contained in:
@@ -33,7 +33,7 @@ class Application(
|
||||
|
||||
@property
|
||||
def users(self):
|
||||
return set(role.user for role in self.roles)
|
||||
return set(role.user for role in self.members)
|
||||
|
||||
@property
|
||||
def members(self):
|
||||
|
Reference in New Issue
Block a user