diff --git a/ProtonMail.md b/ProtonMail.md index 0f9d54b..c80d1c8 100644 --- a/ProtonMail.md +++ b/ProtonMail.md @@ -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 +