@@ -1,9 +1,6 @@
#ifndef AUTH_H
#define AUTH_H
#include <string>
#include "user.h"
int authentifier(std::string login, std::string password);
#include <vector>
int authentifier(const std::string& login, const std::string& password, const std::vector<User>& users);
#endif
The note is not visible to the blocked user.