nextcloud/lib/private/Authentication/TwoFactorAuth
Christoph Wurst 2f36920ddf fix undefined index error when the backup codes provider is not active
In users have not created backup codes yet the app is not enabled for that user
and therefore we got an undefined index error because the code assumed it was
always there. It now properly returns null.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2016-11-28 08:48:57 +01:00
..
Manager.php fix undefined index error when the backup codes provider is not active 2016-11-28 08:48:57 +01:00