Skip to content

Commit

Permalink
Revert "fix issue of vue-composables"
Browse files Browse the repository at this point in the history
This reverts commit 5557fc8.
  • Loading branch information
tanguyenvn committed Dec 3, 2024
1 parent 5557fc8 commit 09f5175
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ export const Web3AuthProvider = defineComponent({
watch(
() => props.config,
(newConfig) => {
if (web3Auth.value) return;
const resetHookState = () => {
provider.value = null;
userInfo.value = null;
Expand Down

0 comments on commit 09f5175

Please sign in to comment.