@@ -1,6 +1,8 @@
#ifndef AUTH_H
#define AUTH_H
#include "user.h"
#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.