mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-28 14:52:58 +00:00
refactor: add 'show_exec' field to application access token response
This commit is contained in:
parent
cdd146dc58
commit
2783d7dcde
|
|
@ -121,6 +121,7 @@ class AccessTokenSerializer(serializers.Serializer):
|
|||
'white_active': application_access_token.white_active,
|
||||
'white_list': application_access_token.white_list,
|
||||
'show_source': application_access_token.show_source,
|
||||
'show_exec': application_access_token.show_exec,
|
||||
'language': application_access_token.language,
|
||||
**other,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue