@@ -1,4 +1,5 @@
#include "auth.h"
int authentifier(const std::string& login, const std::string& password, const std::vector<User>& users){
for(int i = 0; i < users.size(); i++){
if(users[i].login == login && users[i].password == password)
The note is not visible to the blocked user.