Explorar o código

clear typescript warning

tripeur %!s(int64=4) %!d(string=hai) anos
pai
achega
9cb26596a7
Modificáronse 1 ficheiros con 1 adicións e 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;
   },
 });