fix: 修复获取系统用户认证信息API

This commit is contained in:
Michael Bai
2021-12-14 19:00:28 +08:00
committed by 老广
parent 4f889cfe36
commit 4cbf6dd5e6
3 changed files with 13 additions and 3 deletions

View File

@@ -294,7 +294,7 @@ class SecretDetailMixin:
data.update(asset_detail)
else:
app_detail = self._get_application_secret_detail(app)
system_user.load_app_more_auth(app.id, user.id)
system_user.load_app_more_auth(app.id, user.username, user.id)
data['type'] = 'application'
data.update(app_detail)