1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/ui/app/store
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
..
actionConstants.js Move action constants to separate module (#8308) 2020-04-08 21:35:37 -03:00
actions.js Await completion of markPasswordForgotten (#8381) 2020-04-22 16:15:22 -03:00
store.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30