Commit 8cb8d259 by Arjun Jhukal

final

parent 8d13e134
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
import GlassWrapper from '@/components/molecules/GlassWrapper' import GlassWrapper from '@/components/molecules/GlassWrapper'
import { useAppDispatch } from '@/hooks/hook' import { useAppDispatch } from '@/hooks/hook'
import Private from '@/routes/Private'
import { setTokens } from '@/slice/authSlice' import { setTokens } from '@/slice/authSlice'
import { restoreAuthFromCookies } from '@/utils/authSession' import { restoreAuthFromCookies } from '@/utils/authSession'
import Image from 'next/image' import Image from 'next/image'
...@@ -52,7 +51,6 @@ export default function PaymentSuccess() { ...@@ -52,7 +51,6 @@ export default function PaymentSuccess() {
} }
return ( return (
<Private>
<GlassWrapper className="max-w-[520px] mx-auto flex flex-col gap-3 items-center text-center p-6"> <GlassWrapper className="max-w-[520px] mx-auto flex flex-col gap-3 items-center text-center p-6">
<Image <Image
src="/assets/images/verify-email.png" src="/assets/images/verify-email.png"
...@@ -73,6 +71,5 @@ export default function PaymentSuccess() { ...@@ -73,6 +71,5 @@ export default function PaymentSuccess() {
View Game Detail View Game Detail
</Link> </Link>
</GlassWrapper> </GlassWrapper>
</Private>
) )
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment