Selaa lähdekoodia

clear typescript warning

tripeur 4 vuotta sitten
vanhempi
commit
9cb26596a7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/views/Login.vue

+ 1 - 1
src/views/Login.vue

@@ -78,7 +78,7 @@ export default defineComponent({
   },
   mounted() {
     const param = new URLSearchParams(window.location.search);
-    const nextPath = param.get("next") ?? "/";
+    // const nextPath = param.get("next") ?? "/";
     this.error = param.get("error") == "true" ?? false;
   },
 });