From 57784ee6c5f3f82fb45f2be77b8e7e26d9409cd0 Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Fri, 26 Dec 2025 03:14:08 +0000 Subject: [PATCH] code: tsx,page,nextjs (1 files) --- frontends/nextjs/src/app/login/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/nextjs/src/app/login/page.tsx b/frontends/nextjs/src/app/login/page.tsx index 481be4c12..22be1d614 100644 --- a/frontends/nextjs/src/app/login/page.tsx +++ b/frontends/nextjs/src/app/login/page.tsx @@ -3,7 +3,7 @@ import { useEffect } from 'react' import { useRouter } from 'next/navigation' import { UnifiedLogin } from '@/components/UnifiedLogin' -import { getRoleHomePath } from '@/lib/auth/get-role-home-path' +import { getRoleHomePath } from '@/lib/auth' import { useAuth } from '@/hooks/useAuth' export default function LoginPage() {