From a00ea5434ca5dc08b141aafe67b08220fbb54dc0 Mon Sep 17 00:00:00 2001 From: cedoor Date: Mon, 26 Feb 2024 22:33:48 +0000 Subject: [PATCH] chore(website): update identity description re #658 Former-commit-id: f7d0bcf39e36be7eadaaf659b40f50829b76463d --- apps/website/src/app/learn/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/src/app/learn/page.tsx b/apps/website/src/app/learn/page.tsx index d37b5d2c..c8de8fd5 100644 --- a/apps/website/src/app/learn/page.tsx +++ b/apps/website/src/app/learn/page.tsx @@ -120,7 +120,7 @@ const identity2 = new Identity("secret") { icon: , heading: "Storing identities", - body: "Building a system to save or recover secret values of Semaphore identities is nontrivial. You may choose to delegate such functionality to existing wallets such as Metamask." + body: "Building a system to save or recover secret values of Semaphore identities is nontrivial. You may choose to delegate such functionality, for example by using a signature as a secret." } ] },