This commit is contained in:
parent
2facdcb2ea
commit
c667608fbb
7 changed files with 109 additions and 101 deletions
|
|
@ -67,7 +67,6 @@ where C: ConnectionTrait {
|
|||
id: NotSet,
|
||||
username: Set(username.clone()),
|
||||
hashed_password: Set(hash_password(password)),
|
||||
current_bal_id: Set(None),
|
||||
owner_id: Set(None)
|
||||
};
|
||||
let res = new_user.clone().insert(db_conn).await.unwrap();
|
||||
|
|
|
|||
Reference in a new issue