@asgardeo/react 0.6.29 → 0.6.30
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/dist/cjs/index.js +1 -3
- package/dist/cjs/index.js.map +2 -2
- package/dist/index.js +1 -3
- package/dist/index.js.map +2 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -769,9 +769,7 @@ var AsgardeoReactClient = class extends AsgardeoBrowserClient {
|
|
|
769
769
|
});
|
|
770
770
|
}
|
|
771
771
|
async signInSilently(options) {
|
|
772
|
-
return this.
|
|
773
|
-
return this.asgardeo.signInSilently(options);
|
|
774
|
-
});
|
|
772
|
+
return this.asgardeo.signInSilently(options);
|
|
775
773
|
}
|
|
776
774
|
async signOut(...args) {
|
|
777
775
|
if (args[1] && typeof args[1] !== "function") {
|