We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I press the "Share Notebook" button it fails with: Uploading gist failed: Unauthorized. I previously entered a token.
Uploading gist failed: Unauthorized
Looking at the code, then token should be deleted when authorization fails:
if (true || jqXHR.status == 403) { // authentication failed, // delete the token so that we prompt again next time delete localStorage[token_name]; }
What's going wrong?
The text was updated successfully, but these errors were encountered:
cleaning cookies from the local browser didn't help. where is the token actually stored?
Sorry, something went wrong.
It's in local storage
No branches or pull requests
When I press the "Share Notebook" button it fails with:
Uploading gist failed: Unauthorized
. I previously entered a token.Looking at the code, then token should be deleted when authorization fails:
What's going wrong?
The text was updated successfully, but these errors were encountered: