We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9973b96 commit 9cc9b97Copy full SHA for 9cc9b97
packages-exp/auth-exp/src/model/public_types.ts
@@ -67,8 +67,8 @@ export interface Config {
67
/**
68
* Interface representing reCAPTCHA parameters.
69
*
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
+ * See the [reCAPTCHA docs](https://developers.google.com/recaptcha/docs/display#render_param)
+ * 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.
73
74
* For an invisible reCAPTCHA, set the `size` key to `invisible`.
0 commit comments