mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 07:08:19 +00:00
Various code cleanup.
This commit is contained in:
@@ -241,9 +241,9 @@ class ProfileController extends Controller
|
||||
public function confirmEmailChange(UserRepositoryInterface $repository, string $token)
|
||||
{
|
||||
if (!$this->internalAuth || !$this->internalIdentity) {
|
||||
// @codeCoverageIgnoreStart
|
||||
|
||||
throw new FireflyException(trans('firefly.external_user_mgt_disabled'));
|
||||
// @codeCoverageIgnoreEnd
|
||||
|
||||
}
|
||||
// find preference with this token value.
|
||||
/** @var Collection $set */
|
||||
|
||||
Reference in New Issue
Block a user