mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-18 09:29:46 +02:00
Fix pint issues
This commit is contained in:
@@ -106,7 +106,7 @@ class TwoFAccountController extends Controller
|
||||
$this->authorize('update', $twofaccount);
|
||||
|
||||
$validated = $request->validated();
|
||||
|
||||
|
||||
$twofaccount->fillWithOtpParameters($validated, $twofaccount->icon && is_null(Arr::get($validated, 'icon', null)));
|
||||
$request->user()->twofaccounts()->save($twofaccount);
|
||||
|
||||
|
Reference in New Issue
Block a user