Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Run user did through decodeURIComponent before validating
Rūdolfs Ošiņš committed 10 months ago
commit 781045b2546d25823e03d3a40ce8865c80ea7d22
parent be5605acdee1cfa94718fd295342067656887647
1 file changed +1 -1
modified src/views/users/router.ts
@@ -43,7 +43,7 @@ export async function loadUserRoute({
      },
    };
  }
-
  const parsedDid = utils.parseNodeId(did);
+
  const parsedDid = utils.parseNodeId(decodeURIComponent(did));
  if (!parsedDid) {
    return {
      resource: "error",