Commit 7c1008c4 by Arjun Jhukal

updated the sitemap

parent 59812523
// utils/CheckAuth.ts
import Cookies from "js-cookie";
import { cookies as nextCookies } from "next/headers";
function isTokenExpired(token: string): boolean {
try {
......
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