Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add httpd hostname and port to Authenticate popover
Sebastian Martinez committed 2 years ago
commit 7a3a525542d21ee64a54a90374afdcbcd4c52065
parent f18b91d669e0743f3a3b8d9f1477c3146a7dac76
1 file changed +3 -1
modified src/App/Header/Authenticate.svelte
@@ -90,7 +90,9 @@
      <div class="label">
        Authenticate with your local node to make changes.
      </div>
-
      <Command fullWidth command={`rad web ${window.origin} --connect`} />
+
      <Command
+
        fullWidth
+
        command={`rad web ${window.origin} --connect ${httpd.api.hostname}:${httpd.api.port}`} />
    </div>
  </Popover>
{/if}