Removed cookie banner
This commit is contained in:
@@ -56,7 +56,7 @@ App::App(const Wt::WEnvironment &env, Broadcast &server):
|
|||||||
reSetUser();
|
reSetUser();
|
||||||
if (userName == "") {
|
if (userName == "") {
|
||||||
showLogin();
|
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 {
|
} else {
|
||||||
startChat();
|
startChat();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user