minor cleanup
This commit is contained in:
parent
929bafbfb8
commit
eb449739c5
2 changed files with 1 additions and 3 deletions
|
@ -169,7 +169,7 @@ const logoContainerVariants: Variants = {
|
||||||
transition: {
|
transition: {
|
||||||
duration: 4,
|
duration: 4,
|
||||||
type: "spring",
|
type: "spring",
|
||||||
stiffness: 20,
|
stiffness: 15,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue