Skip to content

Commit

Permalink
feat: audit for password modification TencentBlueKing#289
Browse files Browse the repository at this point in the history
  • Loading branch information
Canway-shiisa committed Mar 21, 2022
1 parent 61bf52c commit 18a4122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/saas/bkuser_shell/apis/viewset.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def get_api_client_by_request(
self,
request,
force_action_id: str = "",
no_auth: bool = False,
no_auth: bool = False,
user_from_token: bool = False
):
"""从 request 中获取 api client"""
Expand Down

0 comments on commit 18a4122

Please sign in to comment.