account type is permanent and password registration is now working at checkout
This commit is contained in:
@@ -43,6 +43,7 @@ impl Initializer for AdminSeeder {
|
||||
email: email.clone(),
|
||||
password,
|
||||
name,
|
||||
account_type: None,
|
||||
},
|
||||
)
|
||||
.await?;
|
||||
|
||||
Reference in New Issue
Block a user