mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-29 23:19:48 +00:00
Move the list of authentication route names (login, register, password reset, openid, link-share) into a shared constant in src/constants/authRouteNames.ts. Use it in both App.vue (layout gate) and router/index.ts (auth redirect guard) to keep them in sync.