1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 11:46:13 +02:00
metamask-extension/test/unit/ui/app
Mark Stacey 4598b1844e
Await completion of markPasswordForgotten (#8381)
`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.
2020-04-22 16:15:22 -03:00
..
reducers Move action constants to separate module (#8308) 2020-04-08 21:35:37 -03:00
actions.spec.js Await completion of markPasswordForgotten (#8381) 2020-04-22 16:15:22 -03:00
selectors.spec.js Fix selectors that use metamask.send.from state (#8182) 2020-03-11 15:40:35 -03:00