Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Exception/NoTotpSecretFoundException.php')
-rw-r--r--lib/Exception/NoTotpSecretFoundException.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Exception/NoTotpSecretFoundException.php b/lib/Exception/NoTotpSecretFoundException.php
index 74e3d50..841e090 100644
--- a/lib/Exception/NoTotpSecretFoundException.php
+++ b/lib/Exception/NoTotpSecretFoundException.php
@@ -26,5 +26,4 @@ namespace OCA\TwoFactorTOTP\Exception;
use Exception;
class NoTotpSecretFoundException extends Exception {
-
}