Fix logout page typo
Some checks failed
Build Docker Image / build-and-push (push) Has been cancelled
Deploy / deploy (push) Has been cancelled
Run Tests / test (push) Has been cancelled

Fixes #148
This commit is contained in:
Bruno Bernardino 2026-02-21 07:18:04 +00:00
parent 6ef42d902c
commit 6d5ee7b53c
No known key found for this signature in database
GPG key ID: D1B0A69ADD114ECE
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
services:
website:
image: ghcr.io/bewcloud/bewcloud:v4.0.0
image: ghcr.io/bewcloud/bewcloud:v4.0.1
# NOTE: uncomment below (and comment above) only if you pulled the repo and want to build the image locally
# build:
# context: .

View file

@ -332,7 +332,7 @@ const routes: Routes = {
index: createPageRouteHandler('index.ts', '/'),
login: createPageRouteHandler('login.tsx', '/login'),
signup: createPageRouteHandler('signup.ts', '/signup'),
logout: createPageRouteHandler('login.ts', '/logout'),
logout: createPageRouteHandler('logout.ts', '/logout'),
caldav: createPageRouteHandler('caldav.ts', '/caldav/:path*{/}?'),
calendar: createPageRouteHandler('calendar.ts', '/calendar'),
calendars: createPageRouteHandler('calendars.ts', '/calendars'),