mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
changed key settings_password to admin_password
This commit is contained in:
parent
61f122d6f1
commit
c970067c7e
2 changed files with 4 additions and 4 deletions
|
|
@ -14,5 +14,5 @@
|
|||
"darwin": [],
|
||||
"linux": []
|
||||
},
|
||||
"settings_password": ""
|
||||
}
|
||||
"admin_password": ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,8 +36,8 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"key": "settings_password",
|
||||
"label": "Settings password"
|
||||
"key": "admin_password",
|
||||
"label": "Admin password"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue