mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 03:15:56 +00:00
api: remove base64 encoded passwords (wtf), log all authentication failures in userhelper
This commit is contained in:
@@ -57,7 +57,7 @@ class Logger {
|
||||
}
|
||||
}
|
||||
|
||||
public static function get() {
|
||||
public static function get() : Logger {
|
||||
if (self::$instance == null)
|
||||
self::$instance = new self();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user