x1ongzhu vor 2 Jahren
Ursprung
Commit
2e70e2db9e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/views/HomeView.vue

+ 1 - 1
src/views/HomeView.vue

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