mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 17:57:09 +00:00
Release v6.0.13 fixes an issue with the authentication controllers.
This commit is contained in:
@@ -66,9 +66,7 @@ class UserController extends Controller
|
||||
}
|
||||
);
|
||||
$this->middleware(IsDemoUser::class)->except(['index', 'show']);
|
||||
$loginProvider = config('firefly.login_provider');
|
||||
$authGuard = config('firefly.authentication_guard');
|
||||
$this->externalIdentity = 'eloquent' !== $loginProvider || 'web' !== $authGuard;
|
||||
$this->externalIdentity = 'web' !== config('firefly.authentication_guard');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user