1
0
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:
Andrew Dolgov
2021-02-25 15:39:46 +03:00
parent efd196839a
commit 59c14e9c00
4 changed files with 6 additions and 10 deletions

View File

@@ -57,7 +57,7 @@ class Logger {
}
}
public static function get() {
public static function get() : Logger {
if (self::$instance == null)
self::$instance = new self();