@tapni/auth 0.0.83 → 0.0.84

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.
@@ -8,7 +8,7 @@ import { Capacitor as Qt, registerPlugin as In, WebPlugin as Wo } from "@capacit
8
8
  import { Browser as hn } from "@capacitor/browser";
9
9
  import $o from "qr-code-styling";
10
10
  import { sanitizeUrl as Jo } from "@braintree/sanitize-url";
11
- const Xo = "0.0.83";
11
+ const Xo = "0.0.84";
12
12
  let Un;
13
13
  const Ft = {
14
14
  setApiRootFromOptions(n) {
@@ -16654,7 +16654,7 @@ const Su = { id: "ssoapp" }, Au = {
16654
16654
  return;
16655
16655
  this.isSetup = !0, this.setToken(this.$storage.token);
16656
16656
  const n = this.getRefreshTokens();
16657
- this.setRefreshToken(n[0]), await this.getLoggedInAccounts(), z.$emit("ssoEvent", { name: "setStorage", data: this.$storage }), this.$emit("ssoLibraryReady");
16657
+ this.setRefreshToken(n[0]), await this.getLoggedInAccounts(), this.$emit("ssoLibraryReady", this.$storage);
16658
16658
  },
16659
16659
  ssoOutgoingEvent(n) {
16660
16660
  this.$emit("ssoEvent", n);