You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,29 @@ then you'll be able to invoke `resetReCaptcha()` method on `gRecaptcha` property
89
89
this.get('gRecaptcha').resetReCaptcha();
90
90
```
91
91
92
+
### onRender Callback
93
+
94
+
You might want to pass a callback function that will be called after the reCaptcha renders on the page. This is great for things like loading spinners. To do so, you can do something like this:
0 commit comments