mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-01 17:22:11 +00:00
perf: remove ga also
This commit is contained in:
parent
33a47139b3
commit
2faad88b78
@ -76,6 +76,7 @@ class RiskHandler:
|
|||||||
|
|
||||||
def handle_delete_account(self):
|
def handle_delete_account(self):
|
||||||
Account.objects.filter(asset=self.asset, username=self.username).delete()
|
Account.objects.filter(asset=self.asset, username=self.username).delete()
|
||||||
|
GatheredAccount.objects.filter(asset=self.asset, username=self.username).delete()
|
||||||
|
|
||||||
def handle_close(self):
|
def handle_close(self):
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user