server: Move the definition of UserId down to lldap_auth
This commit is contained in:
committed by
nitnelave
parent
10609b25e9
commit
2ea17c04ba
@@ -136,7 +136,7 @@ fn try_login(
|
||||
let ClientLoginStartResult { state, message } =
|
||||
start_login(password, &mut rng).context("Could not initialize login")?;
|
||||
let req = ClientLoginStartRequest {
|
||||
username: username.to_owned(),
|
||||
username: username.into(),
|
||||
login_start_request: message,
|
||||
};
|
||||
let response = client
|
||||
|
||||
Reference in New Issue
Block a user