auth_internal: fix indents
This commit is contained in:
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'];
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
class Auth_Internal extends Plugin implements IAuthModule {
|
class Auth_Internal extends Plugin implements IAuthModule {
|
||||||
|
|
||||||
private $host;
|
private $host;
|
||||||
|
|
||||||
|
@ -287,4 +287,4 @@
|
||||||
return 2;
|
return 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue