Removed cookie banner

This commit is contained in:
Torsten Schulz
2024-02-03 00:21:01 +01:00
parent f426a605b2
commit cc5e4f38a8

View File

@@ -56,7 +56,7 @@ App::App(const Wt::WEnvironment &env, Broadcast &server):
reSetUser();
if (userName == "") {
showLogin();
Wt::WMessageBox::show("Cookie information", "By technical reasons we set a cookie. This cookie isn't tracking anything or will be saved in a database.", Wt::StandardButton::Ok);
// Wt::WMessageBox::show("Cookie information", "By technical reasons we set a cookie. This cookie isn't tracking anything or will be saved in a database.", Wt::StandardButton::Ok);
} else {
startChat();
}