[Update] 修改api

pull/1542/head
ibuler 2018-07-17 12:06:47 +08:00
parent 1a49cf4d9c
commit ff3f74abe6
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class SystemUserAuthSerializer(AuthSerializer):
model = SystemUser
fields = [
"id", "name", "username", "protocol",
"password", "private_key",
"login_mode", "password", "private_key",
]