mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 22:57:12 +01:00
Imported libraries, removed next-basics.
This commit is contained in:
parent
31266cb1ac
commit
113022ed17
44 changed files with 361 additions and 180 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import { z } from 'zod';
|
||||
import { checkPassword, hashPassword } from 'lib/auth';
|
||||
import { parseRequest } from 'lib/request';
|
||||
import { json, badRequest } from 'lib/response';
|
||||
import { getUser, updateUser } from 'queries/prisma/user';
|
||||
import { checkPassword, hashPassword } from 'next-basics';
|
||||
|
||||
export async function POST(request: Request) {
|
||||
const schema = z.object({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue