Skip to content

Commit

Permalink
Fixes an issue where metamask popup is not loading on eth_accounts (M…
Browse files Browse the repository at this point in the history
…etaMask#13840)

(first time).

Signed-off-by: Akintayo A. Olusegun <[email protected]>
  • Loading branch information
segun authored Mar 7, 2022
1 parent 82382c3 commit 7ecb37d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ async function requestEthereumAccountsHandler(
// lock state when they were received.
try {
locks.add(origin);
await getUnlockPromise();
await getUnlockPromise(true);
res.result = await getAccounts();
end();
} catch (error) {
Expand Down

0 comments on commit 7ecb37d

Please sign in to comment.