Updated ProtonMail (markdown)

Lauri Ojansivu 2022-08-23 05:12:03 +03:00
parent d94692bc9f
commit db393544ea

@ -71,4 +71,7 @@ yarn workspace proton-mail start
16. Login with your ProtonMail username with webbrowser at: http://localhost:8080/
17. Problem: Human Verification complains about localhost address, or unsupported webbrowser. There is some variable `const ignoreHumanVerification` at `packages/shared/lib/api/helpers/withApiHandlers.js` but changing it does not work. Unable to login to test ProtonMail translation.
17. Problem: Human Verification fails, it complains about localhost address, or unsupported webbrowser, unable to login to test ProtonMail translation. There is:
- Verification app at `WebClients/applications/verify`
- Some variable `const ignoreHumanVerification` at `WebClients/packages/shared/lib/api/helpers/withApiHandlers.js` but changing it does not work