justinkalland/protonmail-api

Using an invalid username or password doesn't return an error

Closed this issue · 1 comments

When using an invalid username and/or password an error is not returned. Instead the program just hangs.

Likely a promise never returns (we await for certain conditions in Puppeteer)

This is probably the problem with #8