mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 13:39:41 -04:00
- Remove organisation setter for the user model.
- Revert the change to the log level for admin.
This commit is contained in:
@@ -170,10 +170,6 @@ class User(UserMixin):
|
||||
def organisations(self):
|
||||
return self._organisations
|
||||
|
||||
@organisations.setter
|
||||
def organisations(self, organisations):
|
||||
self._organisations = organisations
|
||||
|
||||
|
||||
class InvitedUser(object):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user