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 ); }