mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-19 17:55:19 +00:00
ec6133afd8
The config package has a more robust IsPasswordHashed function that handles truncated hashes. The auth package had a simpler duplicate that was only used in tests. Removed the duplicate and its test (already covered by config/config_utils_test.go). Reduces deadcode findings from 7 to 6.