mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:25:54 +00:00
auth_internal: fix indents
This commit is contained in:
@@ -986,7 +986,6 @@ class Pref_Prefs extends Handler_Protected {
|
||||
$sth->execute([$_SESSION['uid']]);
|
||||
|
||||
if ($row = $sth->fetch()) {
|
||||
|
||||
$secret = $this->otpsecret();
|
||||
$login = $row['login'];
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
class Auth_Internal extends Plugin implements IAuthModule {
|
||||
<?php
|
||||
class Auth_Internal extends Plugin implements IAuthModule {
|
||||
|
||||
private $host;
|
||||
|
||||
@@ -287,4 +287,4 @@
|
||||
return 2;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user