Update DBLogin.hpp

This commit is contained in:
Chris-bot374
2024-07-06 10:11:30 +02:00
committed by GitHub
parent 696f8f724f
commit 97eecd3ad2

View File

@@ -10,7 +10,7 @@ public:
return 1 if admin | 0 if not admin | -1 if failed return 1 if admin | 0 if not admin | -1 if failed
*/ */
int checkValidLogin(int id, std::string pw); int checkValidLogin(std::string id, std::string pw);
}; };