-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
[Draft] 🎀 Add login on demand depending on user permission 🎀 #5176
Conversation
🦋 Changeset detectedLatest commit: acc2ebf The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
localStorage: [ | ||
{ | ||
name: "_saleorRefreshToken", | ||
value: loginJsonInfo.cookies[0].value, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this line of code fails very often I would check if there's an error message in loginJsonInfo
and throw it before so that it's easier to debug later
b20d1b7
to
cca962d
Compare
46fa6fc
to
b43f9da
Compare
What type of PR is this?
Related Issues or Documents
Usage Instructions, Screenshots, Recordings
Have you written tests?
[Optional] Description