diff --git a/frontend/src/scripts/modules.d.ts b/frontend/src/scripts/modules.d.ts index 5d260ada5..ff01fade7 100644 --- a/frontend/src/scripts/modules.d.ts +++ b/frontend/src/scripts/modules.d.ts @@ -1,2 +1,3 @@ declare let firebase: any; declare let moment: any; +declare let grecaptcha: any; \ No newline at end of file diff --git a/frontend/src/scripts/pages/settings.ts b/frontend/src/scripts/pages/settings.ts index e84537830..6852d22ae 100644 --- a/frontend/src/scripts/pages/settings.ts +++ b/frontend/src/scripts/pages/settings.ts @@ -39,6 +39,7 @@ type Group = { setCallback: () => void; updateCallback: () => void; updateInput: () => void; + setValue: (string: string) => void; }; type Groups = {