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