mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 13:55:01 +02:00
Fix #80 - Cannot access accounts with proxy header auth
This commit is contained in:
@ -67,7 +67,7 @@ class Handler extends ExceptionHandler
|
||||
}
|
||||
else {
|
||||
return response()->json([
|
||||
'message' => $exception->getMessage()], $exception->getCode());
|
||||
'message' => $exception->getMessage()], 401);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user