@capgo/capacitor-social-login 7.6.4 → 7.6.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -243,7 +243,7 @@ const res = await SocialLogin.login({
|
|
|
243
243
|
|
|
244
244
|
### Web
|
|
245
245
|
|
|
246
|
-
Initialize method create a script tag with
|
|
246
|
+
Initialize method to create a script tag with Google lib. We cannot know when it's ready so be sure to do it early in web otherwise it will fail.
|
|
247
247
|
|
|
248
248
|
## API
|
|
249
249
|
|