feat: update admin routes and cookie paths to use '/lg-admin' prefix
This commit is contained in:
@@ -12,7 +12,7 @@ const AuthLayout = () => {
|
||||
<div className="flex min-h-dvh min-w-dvw flex-col items-center justify-center space-y-8">
|
||||
<div className="grid max-w-lg items-center justify-center space-y-7 rounded-[20px] border border-[#E6E6E6] bg-white p-8">
|
||||
<div className="flex flex-col items-center">
|
||||
<Link to="/admin/dashboard">
|
||||
<Link to="/lg-admin">
|
||||
<img
|
||||
src={APP.logo}
|
||||
alt={APP.title}
|
||||
@@ -76,7 +76,7 @@ const AuthLayout = () => {
|
||||
<div className="mb-4 flex justify-between">
|
||||
<span className="text-gray-600">Lupa Kata Sandi?</span>
|
||||
<Link
|
||||
to="/admin/auth/reset-password"
|
||||
to="/lg-admin/auth/reset-password"
|
||||
className="font-semibold text-[#2E2F7C]"
|
||||
>
|
||||
Reset Kata Sandi
|
||||
|
||||
Reference in New Issue
Block a user