feat: ( iam ) add forgot and change password to passenger backoffice

This commit is contained in:
Abubeker Yasin
2026-07-02 10:27:08 +03:00
parent 448e64da02
commit d6938df66c
7 changed files with 585 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
import { NextRequest, NextResponse } from 'next/server';
const PUBLIC_PATHS = ['/login'];
const PUBLIC_PATHS = ['/login', '/reset-password'];
export function middleware(request: NextRequest) {
const { pathname } = request.nextUrl;