added lord of the milfs

This commit is contained in:
Hollgy 2024-03-05 21:39:57 +01:00
parent 70c8ff28a1
commit 12bcd2e659

View file

@ -50,6 +50,11 @@ impl ServerState {
Some(u) => info!("Created default user {}", u.username),
None => error!("Failed to create default user..."),
}
match crate::db::db_new_user("hollgy".to_string(), "yomomonpizza".to_string(), &pool).await
{
Some(u) => info!("Created default user {}", u.username),
None => error!("Failed to create default user..."),
}
match crate::db::db_new_user("demouser".to_string(), "demopw".to_string(), &pool).await {
Some(u) => info!("Created default user {}", u.username),
None => error!("Failed to create default user..."),