🐛 fix(user): Update notification and verify code settings

This commit is contained in:
web@ppanel
2025-02-14 15:39:25 +07:00
parent e3f9ef6ebe
commit 574b043be6
112 changed files with 500 additions and 502 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ export default function Purchase({ subscribe, setSubscribe }: Readonly<PurchaseP
console.log(error);
}
});
}, [params, router]);
}, [params, router, getUserInfo]);
return (
<Dialog
+1 -1
View File
@@ -92,7 +92,7 @@ export default function Renewal({ id, subscribe }: Readonly<RenewalProps>) {
console.log(error);
}
});
}, [params, router]);
}, [params, router, getUserInfo]);
return (
<Dialog open={open} onOpenChange={setOpen}>