feat: add safari clipboard copy support (#486)

This commit is contained in:
David Nguyen
2023-10-17 12:40:36 +11:00
committed by Mythie
parent cff547d0d8
commit 1d291e8e03
8 changed files with 163 additions and 67 deletions

View File

@ -2,7 +2,7 @@ import { prisma } from '@documenso/prisma';
export type DeleteUserOptions = {
email: string;
}
};
export const deleteUser = async ({ email }: DeleteUserOptions) => {
const user = await prisma.user.findFirst({