🎨 Prettier formats the code
All checks were successful
Gitea Build Action / build-go (push) Successful in 24s
Gitea Build Action / build-nuxt (push) Successful in 10m0s

This commit is contained in:
Daniel Svitan
2025-06-05 11:54:09 +02:00
parent f3d43bbd65
commit 48e433ff1e
9 changed files with 85 additions and 145 deletions

View File

@@ -1,3 +1,3 @@
export function useToken() {
return useCookie<string | undefined>("token")
return useCookie<string | undefined>("token");
}