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: {
duration: 4,
type: "spring",
stiffness: 20,
stiffness: 15,
},
},
};

View file

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