From 123bbf6e6533f7d45eaf803679dce589ec894ccc Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Mon, 27 Aug 2018 17:37:32 +0200 Subject: [PATCH] Give more more time --- src/core/client/auth/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/client/auth/index.tsx b/src/core/client/auth/index.tsx index 27001dcf9..230095234 100644 --- a/src/core/client/auth/index.tsx +++ b/src/core/client/auth/index.tsx @@ -22,7 +22,7 @@ if ((document as any).fonts) { requestAnimationFrame(() => () => (document as any).fonts.ready.then(resizePopup) ), - 100 + 200 ); }