nextcloud-server/tests/lib/Authentication/TwoFactorAuth
Daniel Calviño Sánchez 4d9cc7dd8d fix: Handle exception when clearing previously removed two factor tokens
If a token was already removed from the database but not from the
configuration clearing the tokens will try to remove it again from the
database, which caused a DoesNotExistException to be thrown.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2024-11-05 10:49:31 +07:00
..
Db
EnforcementStateTest.php
ManagerTest.php fix: Handle exception when clearing previously removed two factor tokens 2024-11-05 10:49:31 +07:00
MandatoryTwoFactorTest.php
ProviderLoaderTest.php
ProviderManagerTest.php
ProviderSetTest.php
RegistryTest.php Fix event names of 2FA related typed events 2023-07-03 14:25:01 +07:00