nextcloud-server/lib/private/Authentication/TwoFactorAuth
Daniel Calviño Sánchez 5ea5b2de84
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 11:14:05 +07:00
..
Db chore(db): Apply query prepared statements 2024-10-17 20:30:47 +07:00
EnforcementState.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Manager.php fix: Handle exception when clearing previously removed two factor tokens 2024-11-05 11:14:05 +07:00
MandatoryTwoFactor.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
ProviderLoader.php chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_App 2024-09-13 10:08:43 +07:00
ProviderManager.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
ProviderSet.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Registry.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00