From 74cb10b2293ad3ef943092013dbac8e2a10ac072 Mon Sep 17 00:00:00 2001 From: kilavvy <140459108+kilavvy@users.noreply.github.com> Date: Sat, 14 Jun 2025 09:10:46 +0200 Subject: [PATCH 1/2] Update cli.mdx --- sdks/cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/cli.mdx b/sdks/cli.mdx index 3fa9a4a0..f8cb8df1 100644 --- a/sdks/cli.mdx +++ b/sdks/cli.mdx @@ -62,7 +62,7 @@ Click on "Create API keys" and follow the prompts to add the generated public AP NOTES: * if you would like to manually copy your locally stored public/private API key files (e.g. `key.public`, `key.private`), you will have to save the files without newlines (which occupy extra bytes). For example, for VIM, use `:set binary noeol` or `:set binary noendofline` before writing. -* only P-256 keys (API_KEY_CURVE_P256) are currenlty supported +* only P-256 keys (API_KEY_CURVE_P256) are currently supported ## Create a Wallet From 5d30b51e3be1e1745f9203b9a3dd8f44bf663b6e Mon Sep 17 00:00:00 2001 From: kilavvy <140459108+kilavvy@users.noreply.github.com> Date: Sat, 14 Jun 2025 09:27:49 +0200 Subject: [PATCH 2/2] Update sub-organization-auth.mdx --- embedded-wallets/sub-organization-auth.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/embedded-wallets/sub-organization-auth.mdx b/embedded-wallets/sub-organization-auth.mdx index 6cb6ea9d..41f1a811 100644 --- a/embedded-wallets/sub-organization-auth.mdx +++ b/embedded-wallets/sub-organization-auth.mdx @@ -145,7 +145,7 @@ Let's review these steps in detail: -Congrats\! You've succcessfully implemented Email Auth\! +Congrats\! You've successfully implemented Email Auth\! ## Integration notes @@ -210,4 +210,4 @@ const whoamiResponse = await client.getWhoami({ }); ``` -A valid response indicates the credential is still live; otherwise, an error including `unable to authenticate: api key expired` will be thrown. \ No newline at end of file +A valid response indicates the credential is still live; otherwise, an error including `unable to authenticate: api key expired` will be thrown.