We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello Penpot team!
The steps are simple:
user:read
manifest.json
penpot.currentUser
I expect the currentUser object to return my id, name, and avatarUrl.
currentUser
id
name
avatarUrl
currentUser returns:
{ ...currentUser, id: '', name: null, avatarUrl: "data:image/png;base64…", }
No response
The text was updated successfully, but these errors were encountered:
Hi @a-ng-d,
Thanks for reporting this! We've added this to our backlog on Taiga so that we can look further into it, you can find the details here: https://tree.taiga.io/project/penpot/issue/11057
Sorry, something went wrong.
This issue has been fixed and the fix will be released soon!
No branches or pull requests
Steps To Reproduce
Hello Penpot team!
The steps are simple:
user:read
permission in themanifest.json
penpot.currentUser
in plugin.js and log what it returnsExpected behavior
I expect the
currentUser
object to return myid
,name
, andavatarUrl
.Actual behavior
currentUser
returns:Screenshots or video
Desktop (please complete the following information)
Smartphone (please complete the following information)
No response
Environment (please complete the following information)
Frontend Stack Trace
Backend Stack Trace
Additional context
No response
The text was updated successfully, but these errors were encountered: