wallet-connect-button-vue 1.0.6 → 1.0.7

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/index.esm.js CHANGED
@@ -120,6 +120,7 @@ const fetchDisclosedAttributes = async () => {
120
120
  } catch (err) {
121
121
  console.log(err.message);
122
122
  error.value = err.message;
123
+ removeSearchParam('session_token');
123
124
  loading.value = false;
124
125
  }
125
126
  };