mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-23 13:46:45 +02:00
fix: rm console
This commit is contained in:
parent
5f3f5fd81d
commit
c87d356b77
@ -52,8 +52,6 @@ const apiAccessMiddleware = (
|
||||
? req.header('x-unleash-auth')
|
||||
: req.header('authorization');
|
||||
|
||||
console.log('TOKEN', apiToken, req.headers);
|
||||
|
||||
if (!apiToken?.startsWith('user:')) {
|
||||
const apiUser = apiToken
|
||||
? apiTokenService.getUserForToken(apiToken)
|
||||
|
Loading…
Reference in New Issue
Block a user