mirror of
https://github.com/documenso/documenso.git
synced 2025-11-16 01:32:06 +10:00
oos
This commit is contained in:
@ -33,12 +33,6 @@ const subNavigation = [
|
||||
icon: KeyIcon,
|
||||
current: false,
|
||||
},
|
||||
{
|
||||
name: "Account",
|
||||
href: "/settings/account",
|
||||
icon: CogIcon,
|
||||
current: false,
|
||||
},
|
||||
];
|
||||
|
||||
function classNames(...classes: any) {
|
||||
|
||||
@ -1,9 +1,6 @@
|
||||
import { defaultHandler, defaultResponder } from "@documenso/lib/server";
|
||||
import prisma from "@documenso/prisma";
|
||||
import { NextApiRequest, NextApiResponse } from "next";
|
||||
import { getToken } from "next-auth/jwt";
|
||||
import { useSession } from "next-auth/react";
|
||||
import { buffer } from "stream/consumers";
|
||||
import { getUserFromToken } from "@documenso/lib/server";
|
||||
|
||||
async function postHandler(req: NextApiRequest, res: NextApiResponse) {
|
||||
|
||||
Reference in New Issue
Block a user