mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 00:20:03 +00:00
🤖 Auto commit for release 'develop' on 2025-11-09
This commit is contained in:
@@ -59,7 +59,6 @@ class TwoFactorController extends Controller
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @throws ContainerExceptionInterface
|
||||
* @throws NotFoundExceptionInterface
|
||||
*/
|
||||
@@ -211,6 +210,7 @@ class TwoFactorController extends Controller
|
||||
if (!is_array($list)) {
|
||||
$list = [];
|
||||
}
|
||||
|
||||
return in_array($mfaCode, $list, true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user