Reduce sensitive data instances

There is no reason for `WebUI` class to retain this information.

PR #21373.
This commit is contained in:
Chocobo1
2024-09-30 17:45:28 +08:00
committed by GitHub
parent 50acb670b0
commit fd311fd5ff
2 changed files with 11 additions and 6 deletions

View File

@@ -77,5 +77,5 @@ private:
QPointer<Net::DNSUpdater> m_dnsUpdater;
QPointer<WebApplication> m_webapp;
QByteArray m_passwordHash;
QByteArray m_tempPasswordHash;
};