feat: normalize email handling in signup, login, and verification processes; refactor event handling in task and reward components
All checks were successful
Gitea Actions Demo / build-and-push (push) Successful in 50s

This commit is contained in:
2026-01-28 16:42:06 -05:00
parent 3066d7d356
commit 6f5b61de7f
18 changed files with 188 additions and 172 deletions

View File

@@ -157,7 +157,7 @@ onMounted(async () => {
</header>
<main class="main-content">
<router-view />
<router-view :key="$route.fullPath" />
</main>
<div v-if="appVersion" class="app-version">v{{ appVersion }}</div>