mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 14:17:13 +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,5 +1,6 @@
|
|||
import { z } from 'zod';
|
||||
import { checkPassword, createSecureToken } from 'next-basics';
|
||||
import { checkPassword } from 'lib/auth';
|
||||
import { createSecureToken } from 'lib/jwt';
|
||||
import { redisEnabled } from '@umami/redis-client';
|
||||
import { getUserByUsername } from 'queries';
|
||||
import { json, unauthorized } from 'lib/response';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue