summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-11-01 15:25:40 +0300
committerAndrew Dolgov <[email protected]>2019-11-01 15:25:40 +0300
commit812a6c9f161ddc9df10a7c50b0c8fcfe37f5d502 (patch)
treedf44b52b2d3a02f07c0d96724903d5e86aaa6138 /classes
parent249130e58ddd20c5ad937f75e0e6cf3e4f6792a3 (diff)
auth_internal: fix indents
Diffstat (limited to 'classes')
-rw-r--r--classes/pref/prefs.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php
index 76dc526ab..a80583635 100644
--- a/classes/pref/prefs.php
+++ b/classes/pref/prefs.php
@@ -986,7 +986,6 @@ class Pref_Prefs extends Handler_Protected {
$sth->execute([$_SESSION['uid']]);
if ($row = $sth->fetch()) {
-
$secret = $this->otpsecret();
$login = $row['login'];