Explorar el Código

clear typescript warning

tripeur hace 4 años
padre
commit
9cb26596a7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
   },
 });