@tapni/auth 0.0.5 → 0.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tapni/auth",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "type": "module",
5
5
  "main": "./dist/TapniAuth.umd.js",
6
6
  "module": "./dist/TapniAuth.es.js",
package/src/App.vue CHANGED
@@ -123,9 +123,6 @@ export default {
123
123
  },
124
124
  methods: {
125
125
  async init () {
126
- const storage = await StorageService.getAll();
127
- await this.setStorage(storage)
128
-
129
126
  if (this.storage && this.storage.token && this.storage.refreshTokens) {
130
127
  this.setToken(this.storage.token);
131
128
  const refreshTokens = this.getRefreshTokens();