@tapni/auth 0.0.138 → 0.0.139

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tapni/auth",
3
- "version": "0.0.138",
3
+ "version": "0.0.139",
4
4
  "type": "module",
5
5
  "main": "./dist/TapniAuth.umd.js",
6
6
  "module": "./dist/TapniAuth.es.js",
package/src/store/auth.js CHANGED
@@ -482,6 +482,7 @@ export default {
482
482
  },
483
483
  setLoggedInAccounts({ commit }, accounts) {
484
484
  commit('setLoggedInAccounts', accounts);
485
+ EventBus.$emit("ssoEvent", { name: "setLoggedInAccounts", data: accounts });
485
486
  },
486
487
  setLoggedInUserId({ commit }, id) {
487
488
  commit('setLoggedInUserId', id);