1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-27 12:05:06 +02:00

auth_internal: fix indents

This commit is contained in:
Andrew Dolgov 2019-11-01 15:25:40 +03:00
parent 249130e58d
commit 812a6c9f16
2 changed files with 218 additions and 219 deletions

View File

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

View File

@ -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;
}
}
}