fix: update a known connection on authentication if providing identity
This commit is contained in:
parent
d9b0a6944a
commit
c4b84f96e1
1 changed files with 1 additions and 1 deletions
|
|
@ -1008,7 +1008,7 @@ impl NetworkManagerState {
|
|||
}
|
||||
|
||||
let known_conn = if let Some(known_conn) = known_conn {
|
||||
if secret_tx.is_none() {
|
||||
if secret_tx.is_none() || identity.is_some() {
|
||||
known_conn.update(conn_settings).await?;
|
||||
}
|
||||
known_conn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue