Skip to content

Commit 21b08e0

Browse files
Update packages-exp/auth-exp/src/model/public_types.ts
Co-authored-by: Kevin Cheung <[email protected]>
1 parent e046374 commit 21b08e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages-exp/auth-exp/src/model/public_types.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ export interface Config {
6565
}
6666

6767
/**
68+
* Interface representing reCAPTCHA parameters.
6869
*
69-
* reCAPTCHA parameters
70+
* See the [reCAPTCHA docs](https://developers.google.com/recaptcha/docs/display#render_param)
71+
* for the list of accepted parameters. All parameters are accepted except for `sitekey`: Firebase Auth
72+
* provisions a reCAPTCHA for each project and will configure the site key upon rendering.
7073
*
71-
* Check the reCAPTCHA docs for a comprehensive list. All parameters are accepted except for
72-
* the sitekey. Firebase Auth backend provisions a reCAPTCHA for each project and will
73-
* configure this upon rendering. For an invisible reCAPTCHA, a size key must have the value
74-
* 'invisible'.
74+
* For an invisible reCAPTCHA, set the `size` key to `invisible`.
7575
*
7676
* @public
7777
*/

0 commit comments

Comments
 (0)