minor cleanup

This commit is contained in:
3zachm 2022-12-22 08:18:12 -08:00
parent 929bafbfb8
commit eb449739c5
2 changed files with 1 additions and 3 deletions

View file

@ -169,7 +169,7 @@ const logoContainerVariants: Variants = {
transition: { transition: {
duration: 4, duration: 4,
type: "spring", type: "spring",
stiffness: 20, stiffness: 15,
}, },
}, },
}; };

View file

@ -5,8 +5,6 @@ type Data = {
[key: string]: any; [key: string]: any;
}; };
const secret = process.env.NEXTAUTH_SECRET;
export default async function handler( export default async function handler(
req: NextApiRequest, req: NextApiRequest,
res: NextApiResponse<Data> res: NextApiResponse<Data>