diff --git a/src/core/client/auth/index.tsx b/src/core/client/auth/index.tsx index 1239fb1e9..27001dcf9 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) ), - 50 + 100 ); }