auth_internal: fix indents

master
Andrew Dolgov 5 years ago
parent 249130e58d
commit 812a6c9f16

@ -986,7 +986,6 @@ class Pref_Prefs extends Handler_Protected {
$sth->execute([$_SESSION['uid']]); $sth->execute([$_SESSION['uid']]);
if ($row = $sth->fetch()) { if ($row = $sth->fetch()) {
$secret = $this->otpsecret(); $secret = $this->otpsecret();
$login = $row['login']; $login = $row['login'];

Loading…
Cancel
Save