mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 05:07:15 +01:00
Get localized error messages.
This commit is contained in:
parent
baba06c692
commit
fc01ee9f56
32 changed files with 90 additions and 85 deletions
|
|
@ -4,7 +4,8 @@ import redis from '@/lib/redis';
|
|||
import { getUserByUsername } from '@/queries';
|
||||
import { json, unauthorized } from '@/lib/response';
|
||||
import { parseRequest } from '@/lib/request';
|
||||
import { saveAuth, checkPassword } from '@/lib/auth';
|
||||
import { saveAuth } from '@/lib/auth';
|
||||
import { checkPassword } from '@/lib/password';
|
||||
import { secret } from '@/lib/crypto';
|
||||
import { ROLES } from '@/lib/constants';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue