diff --git a/src/components/withdraw/BindCard.vue b/src/components/withdraw/BindCard.vue
index 788d4b7..75daedb 100644
--- a/src/components/withdraw/BindCard.vue
+++ b/src/components/withdraw/BindCard.vue
@@ -251,7 +251,7 @@ onMounted(() => {
-
+
{
handleRequest(axios.post(API.PASSWORD_WITHDRAW, { password })).then((res) => {
if(res.success) {
+ userStore.updateUserInfo({ isSetPayPass: true });
router.push("/BindCard")
} else {
showFailToast(res.message ?? "Lỗi đăng nhập")
@@ -82,7 +83,7 @@ onMounted(() => {