x1ongzhu 2 år sedan
förälder
incheckning
2e70e2db9e
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/views/HomeView.vue

+ 1 - 1
src/views/HomeView.vue

@@ -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);