Actually save the file this time
Whoops
This commit is contained in:
parent
15129e8df3
commit
2c4557ccc4
1 changed files with 3 additions and 3 deletions
|
|
@ -127,7 +127,7 @@ impl Query {
|
|||
}
|
||||
};
|
||||
|
||||
// let nex_password = format!("{:a>16}",user.nex_password);
|
||||
let nex_password = user.nex_password;
|
||||
|
||||
Some(UserInfo {
|
||||
username: user.username,
|
||||
|
|
@ -151,7 +151,7 @@ impl Query {
|
|||
.await
|
||||
.ok()?;
|
||||
|
||||
// let nex_password = format!("{:a>16}",user.nex_password);
|
||||
let nex_password = user.nex_password;
|
||||
|
||||
Some(UserInfo {
|
||||
username: user.username,
|
||||
|
|
@ -175,7 +175,7 @@ impl Query {
|
|||
.await
|
||||
.ok()?;
|
||||
|
||||
// let nex_password = format!("{:a>16}",user.nex_password);
|
||||
let nex_password = user.nex_password;
|
||||
|
||||
Some(UserInfoWithPId {
|
||||
username: user.username,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue