mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 19:01:39 +00:00
Remove reference to a method no longer used.
This commit is contained in:
@@ -49,7 +49,7 @@ class TwoFactorController extends Controller
|
||||
$siteOwner = config('firefly.site_owner');
|
||||
$title = (string)trans('firefly.two_factor_forgot_title');
|
||||
|
||||
return prefixView('auth.lost-two-factor', compact('user', 'siteOwner', 'title'));
|
||||
return view('auth.lost-two-factor', compact('user', 'siteOwner', 'title'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user