fix: resolve logout redirect loop by directing users to the Pulse homepage after signing out, improving user experience

This commit is contained in:
Usman Baig
2026-02-22 21:48:33 +01:00
parent c1325bc573
commit 19df3c6c75
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ import { NextResponse } from 'next/server'
import type { NextRequest } from 'next/server'
const PUBLIC_ROUTES = new Set([
'/',
'/login',
'/signup',
'/auth/callback',