Actually save the file this time

Whoops
This commit is contained in:
red binder 2026-03-29 14:50:09 +02:00
commit 2c4557ccc4

View file

@ -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,