From ec4a9d69deffb92eed9fc1e55d6f7d609f8d5d36 Mon Sep 17 00:00:00 2001 From: Aiden? Date: Tue, 21 Jul 2026 13:08:59 +1000 Subject: [PATCH] Update server/src/main.cpp --- server/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/main.cpp b/server/src/main.cpp index deeadde..238e01c 100644 --- a/server/src/main.cpp +++ b/server/src/main.cpp @@ -90,7 +90,7 @@ int main() { if (user.has_value()) { if (!bcrypt::validatePassword(password, user->passwordHash)) { response.status = 401; - response.set_content("

wrong password lmao

", "text/html"); + response.set_content("

wrong password lmao

your stupid lol", "text/html"); return; } } else {