mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Implement react-basics styles. Fix queries.
This commit is contained in:
parent
b57ecf33e6
commit
0a6ecfe3d2
59 changed files with 227 additions and 4336 deletions
|
|
@ -34,7 +34,7 @@ export default async (
|
|||
return badRequest(res);
|
||||
}
|
||||
|
||||
const user = await getUser({ username }, true);
|
||||
const user = await getUser({ username }, { includePassword: true });
|
||||
|
||||
if (user && checkPassword(password, user.password)) {
|
||||
if (redis.enabled) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue