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