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
Describe the bug
The original message flashes away, the armored PGP message appears, then the page submits/refreshes.
To Reproduce
/profile/foo
Expected behavior
The message submits without flashing altered text as this may confuse or worry the user
The text was updated successfully, but these errors were encountered:
This is openpgp.js encrypting the text before sending for e2ee.
Sorry, something went wrong.
It should be possible to intercept the click event and have the JS do the POST entirely so the user doesn't see the flash at all.
Rather not change it until we know it's a problem.
No branches or pull requests
Describe the bug
The original message flashes away, the armored PGP message appears, then the page submits/refreshes.
To Reproduce
/profile/foo
Expected behavior
The message submits without flashing altered text as this may confuse or worry the user
The text was updated successfully, but these errors were encountered: