Removed cookie banner
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user