mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-11 04:09:45 +00:00
fix: Update account status to confirmed
This commit is contained in:
@@ -193,5 +193,5 @@ class RiskHandler:
|
||||
(
|
||||
GatheredAccount.objects
|
||||
.filter(asset=self.asset, username=self.username)
|
||||
.update(present=True)
|
||||
.update(present=True, status=ConfirmOrIgnore.confirmed)
|
||||
)
|
||||
|
Reference in New Issue
Block a user