Set language cookie even when connected + increase number of concurrent connections when sign in and sign up
This commit is contained in:
parent
b40ee5f765
commit
a90c097e2a
5 changed files with 94 additions and 93 deletions
|
|
@ -1,3 +1,4 @@
|
|||
use axum::Error;
|
||||
use chrono::{Duration, prelude::*};
|
||||
use rand::distr::{Alphanumeric, SampleString};
|
||||
use sqlx::Sqlite;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue