Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Run user did through decodeURIComponent before validating
Rūdolfs Ošiņš committed 9 months ago
commit 781045b2546d25823e03d3a40ce8865c80ea7d22
parent be5605a
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",