mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-18 05:51:17 +00:00
style: typo
This commit is contained in:
parent
3c35762455
commit
6c98b7e7ce
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ impl Mutation {
|
|||
// TODO: unwrap pro testing..
|
||||
let hashed_password = hash_password(plain_text_password).unwrap();
|
||||
candidate::ActiveModel {
|
||||
application: Set(form_data.application), // TODO NEFUNGUJE
|
||||
application: Set(form_data.application),
|
||||
code: Set(hashed_password),
|
||||
public_key: Set("lorem ipsum pub key".to_string()),
|
||||
private_key: Set("lorem ipsum priv key".to_string()),
|
||||
|
|
|
|||
Loading…
Reference in a new issue