Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix: redirect to correct registrations page URL
l2ig committed 3 years ago
commit 231bc20af548c013c22cffb507e760700c7078e0
parent 6edbd37c4c6561338d9cf19803ade78ee8d16e0a
1 file changed +1 -1
modified src/base/registrations/Submit.svelte
@@ -20,7 +20,7 @@
  let error: Error | null = null;
  let registrationOwner = owner || session.address;

-
  const view = () => navigate(`/registrations/${name}`, { state: { retry: true } });
+
  const view = () => navigate(`/registrations/${name}.radicle.eth`, { state: { retry: true } });

  onMount(async () => {
    try {