door-alarm/web/composables/useToken.ts
Daniel Svitan 48e433ff1e
All checks were successful
Gitea Build Action / build-go (push) Successful in 24s
Gitea Build Action / build-nuxt (push) Successful in 10m0s
🎨 Prettier formats the code
2025-06-05 11:54:09 +02:00

4 lines
82 B
TypeScript

export function useToken() {
return useCookie<string | undefined>("token");
}