fix: resolve logout redirect loop by directing users to the Pulse homepage after signing out, improving user experience
This commit is contained in:
@@ -2,6 +2,7 @@ import { NextResponse } from 'next/server'
|
||||
import type { NextRequest } from 'next/server'
|
||||
|
||||
const PUBLIC_ROUTES = new Set([
|
||||
'/',
|
||||
'/login',
|
||||
'/signup',
|
||||
'/auth/callback',
|
||||
|
||||
Reference in New Issue
Block a user