Fix default account level

This commit is contained in:
Jerry Starke 2026-07-05 01:47:37 +02:00
commit 18da6e247b

View file

@ -101,7 +101,7 @@ pub async fn create_account(database: &State<Pool>, data: Xml<AccountCreationDat
let account_level = if user_id.to_lowercase().contains("omey"){
-1
} else {
1
0
};