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/Db/TotpSecret.php')
-rw-r--r--lib/Db/TotpSecret.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Db/TotpSecret.php b/lib/Db/TotpSecret.php
index 9a4c9c9..ffbdb01 100644
--- a/lib/Db/TotpSecret.php
+++ b/lib/Db/TotpSecret.php
@@ -55,5 +55,4 @@ class TotpSecret extends Entity {
$this->addType('state', 'int');
$this->addType('lastCounter', 'int');
}
-
}