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,3 +1,4 @@
use axum::Error;
use chrono::{Duration, prelude::*};
use rand::distr::{Alphanumeric, SampleString};
use sqlx::Sqlite;