forked from spacebar/account
Fix default account level
This commit is contained in:
parent
f7d6b3ebf0
commit
18da6e247b
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue