File tree 1 file changed +5
-5
lines changed
packages-exp/auth-exp/src/model
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -65,13 +65,13 @@ export interface Config {
65
65
}
66
66
67
67
/**
68
+ * Interface representing reCAPTCHA parameters.
68
69
*
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.
70
73
*
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`.
75
75
*
76
76
* @public
77
77
*/
You can’t perform that action at this time.
0 commit comments