mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
Fix: missing variable
This commit is contained in:
@@ -90,7 +90,7 @@ class ProfileController extends Controller
|
|||||||
);
|
);
|
||||||
$authGuard = config('firefly.authentication_guard');
|
$authGuard = config('firefly.authentication_guard');
|
||||||
$this->internalAuth = 'web' === $authGuard;
|
$this->internalAuth = 'web' === $authGuard;
|
||||||
Log::debug(sprintf('ProfileController::__construct(). Login provider is "%s", authentication guard is "%s"', $loginProvider, $authGuard));
|
Log::debug(sprintf('ProfileController::__construct(). Authentication guard is "%s"', $authGuard));
|
||||||
|
|
||||||
$this->middleware(IsDemoUser::class)->except(['index']);
|
$this->middleware(IsDemoUser::class)->except(['index']);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user