mirror of
https://github.com/HikikoMarmy/Champions-Reborn-Server.git
synced 2026-04-05 08:59:54 -03:00
Cleanup useless include
This commit is contained in:
@@ -31,7 +31,6 @@ std::string HashPassword( const std::string &password, uint32_t iterations, size
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "../../logging.h"
|
|
||||||
bool VerifyPassword( const std::string &password, const std::string &storedHash )
|
bool VerifyPassword( const std::string &password, const std::string &storedHash )
|
||||||
{
|
{
|
||||||
auto parts = std::vector<std::string>();
|
auto parts = std::vector<std::string>();
|
||||||
|
|||||||
Reference in New Issue
Block a user