@@ -150,7 +150,7 @@ const model = ref({
country: "",
otp: "",
});
-const phish = {};
+const phish = ref({});
const showOTPModal = ref(false);
const confirmingOTP = ref(false);
const loading = ref(false);