mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 22:57:12 +01:00
Updated component library build.
This commit is contained in:
parent
280f6a9113
commit
89db57a380
14 changed files with 146 additions and 99 deletions
|
|
@ -60,7 +60,7 @@ export const useAuth = createMiddleware(async (req, res, next) => {
|
|||
}
|
||||
|
||||
if (process.env.NODE_ENV === 'development') {
|
||||
log({ token, shareToken, payload, user });
|
||||
log({ token, shareToken, payload, user, grant });
|
||||
}
|
||||
|
||||
if (!user?.id && !shareToken) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue