Set language cookie even when connected + increase number of concurrent connections when sign in and sign up

This commit is contained in:
Greg Burri 2025-03-10 21:06:09 +01:00
parent b40ee5f765
commit a90c097e2a
5 changed files with 94 additions and 93 deletions

View file

@ -1,4 +1,3 @@
use chrono::Local;
use common::ron_api;
use gloo::{console::log, events::EventListener, utils::window};
use utils::by_id;
@ -6,7 +5,7 @@ use wasm_bindgen::prelude::*;
use wasm_bindgen_futures::spawn_local;
use web_sys::{HtmlElement, HtmlSelectElement};
use crate::{error::Error, utils::selector};
use crate::utils::selector;
mod calendar;
mod error;