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: {
|
||||
duration: 4,
|
||||
type: "spring",
|
||||
stiffness: 20,
|
||||
stiffness: 15,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue