| @@ -51,9 +51,9 @@ | ||
| 51 | 51 | |
| 52 | 52 | return widget; |
| 53 | 53 | }; |
| 54 | 54 | |
| 55 | -// Keeps the script load and the widget render off the click's 15s deadline. | |
| 55 | +// Keeps the script load and the widget render off the click's deadline. | |
| 56 | 56 | export const prewarmRecaptcha = (siteKey) => { |
| 57 | 57 | if (!recaptchaWidgets.has(siteKey)) { |
| 58 | 58 | const widget = renderWidget(siteKey); |
| 59 | 59 | widget.catch(() => recaptchaWidgets.delete(siteKey)); |