1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00
metamask-extension/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
..
components Connected indicator info popup (#8293) 2020-04-22 14:41:36 -02:30
contexts Migrate "i18n-provider" to new context API (#8213) 2020-03-23 14:07:05 -03:00
css Rewrite checkbox component (#8305) 2020-04-09 18:51:12 -03:00
ducks Prevent accidental use of globals (#8340) 2020-04-15 14:23:27 -03:00
helpers Prevent accidental use of globals (#8340) 2020-04-15 14:23:27 -03:00
pages Await completion of markPasswordForgotten (#8381) 2020-04-22 16:15:22 -03:00
selectors Close notification UI if no unapproved confirmations (#8358) 2020-04-20 10:21:57 -07:00
store Await completion of markPasswordForgotten (#8381) 2020-04-22 16:15:22 -03:00