Files
tp/main_dc/yalarba/easySite/app/pages/plugins/auth.client.ts
T
valitovgaziz 2941b14b38 flatten easySite directory: remove extra easySite/easySite nesting
- Moved contents of main_dc/yalarba/easySite/easySite/ up to easySite/
- Updated docker-compose.yml build context path
- Deleted empty nested easySite/ directory
2026-06-12 11:16:15 +05:00

5 lines
128 B
TypeScript

// plugins/auth.client.ts
export default defineNuxtPlugin(async () => {
const auth = useAuth()
await auth.checkAuth()
})