mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
4598b1844e
`markPasswordForgotten` is an asynchronous function, but it was being called synchronously. The page was redirected without waiting for the operation to complete. We now wait for the operation to complete before continuing. Failure is still not being handled correctly, but that will be addressed in a separate PR. |
||
---|---|---|
.. | ||
tests | ||
index.js | ||
index.scss | ||
unlock-page.component.js | ||
unlock-page.container.js |