mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 16:37:21 -06:00
Reduce sensitive data instances
There is no reason for `WebUI` class to retain this information. PR #21373.
This commit is contained in:
@@ -77,5 +77,5 @@ private:
|
||||
QPointer<Net::DNSUpdater> m_dnsUpdater;
|
||||
QPointer<WebApplication> m_webapp;
|
||||
|
||||
QByteArray m_passwordHash;
|
||||
QByteArray m_tempPasswordHash;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user