Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
web: Using connect address in auth_url
Sebastian Martinez committed 2 years ago
commit c4afd897f96448fd41109618a786edd11ad25add
parent ebdaf0edd9734cab5015aa70a0496429d6a5affd
1 file changed +1 -1
modified radicle-httpd/src/commands/web.rs
@@ -166,7 +166,7 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
        .query_pairs_mut()
        .append_pair("pk", &session.public_key.to_string())
        .append_pair("sig", &signature.to_string())
-
        .append_pair("addr", &options.listen.to_string());
+
        .append_pair("addr", &connect.to_string());

    if options.open {
        #[cfg(target_os = "macos")]