@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/cjs/index.js
CHANGED
|
@@ -889,9 +889,7 @@ var AsgardeoReactClient = class extends import_browser6.AsgardeoBrowserClient {
|
|
|
889
889
|
});
|
|
890
890
|
}
|
|
891
891
|
async signInSilently(options) {
|
|
892
|
-
return this.
|
|
893
|
-
return this.asgardeo.signInSilently(options);
|
|
894
|
-
});
|
|
892
|
+
return this.asgardeo.signInSilently(options);
|
|
895
893
|
}
|
|
896
894
|
async signOut(...args) {
|
|
897
895
|
if (args[1] && typeof args[1] !== "function") {
|