git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
2b363af
)
Remove unused 'watch' import from LogIn.vue
author
Adam Dullage
<redacted>
Sat, 11 Oct 2025 09:42:44 +0000
(10:42 +0100)
committer
Adam Dullage
<redacted>
Sat, 11 Oct 2025 09:42:44 +0000
(10:42 +0100)
client/views/LogIn.vue
patch
|
blob
|
history
diff --git
a/client/views/LogIn.vue
b/client/views/LogIn.vue
index 605aebb1a7b0a7622d77ea995ae9de818a4fe963..88bf6bc2ab07340c00673b5f6ef9a59599b32955 100644
(file)
--- a/
client/views/LogIn.vue
+++ b/
client/views/LogIn.vue
@@
-45,7
+45,7
@@
<script setup>
import { mdilLogin } from "@mdi/light-js";
import { useToast } from "primevue/usetoast";
-import { ref
, watch
} from "vue";
+import { ref } from "vue";
import { useRouter } from "vue-router";
import { apiErrorHandler, getToken } from "../api.js";
git clone https://git.99rst.org/PROJECT