mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-16 10:03:14 -07:00
fix typos (#1846)
This commit is contained in:
parent
ea0f7dde95
commit
be95b56c10
2 changed files with 2 additions and 2 deletions
|
@ -136,7 +136,7 @@ impl ZeroIDC {
|
|||
};
|
||||
|
||||
println!(
|
||||
"issuer: {}, client_id: {}, auth_endopint: {}, local_web_port: {}",
|
||||
"issuer: {}, client_id: {}, auth_endpoint: {}, local_web_port: {}",
|
||||
issuer, client_id, auth_ep, local_web_port
|
||||
);
|
||||
let iss = IssuerUrl::new(issuer.to_string())?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue