mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
better message
This commit is contained in:
parent
46f284ed15
commit
ca26f56c26
1 changed files with 5 additions and 3 deletions
|
|
@ -409,9 +409,11 @@ class SyncEntitiesFactory:
|
|||
items.append({
|
||||
"type": "label",
|
||||
"value": (
|
||||
"<p>- Check if user \"{}\" has permissions"
|
||||
" to access the Custom attribute</p>"
|
||||
).format(self._api_key)
|
||||
"<p>- Check if your User and API key has permissions"
|
||||
" to access the Custom attribute."
|
||||
"<br>Username:\"{}\""
|
||||
"<br>API key:\"{}\"</p>"
|
||||
).format(self._api_user, self._api_key)
|
||||
})
|
||||
items.append({
|
||||
"type": "label",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue