From db93c0d05f78619f95dd86e0142a7f8f96161f54 Mon Sep 17 00:00:00 2001 From: Pablo Fernandez Date: Tue, 6 Feb 2024 23:27:22 +0000 Subject: [PATCH] Update 46.md Co-authored-by: Alex Gleason --- 46.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/46.md b/46.md index 05719cb5..27c6930f 100644 --- a/46.md +++ b/46.md @@ -122,5 +122,5 @@ When redirecting, the client can choose to add a `callbackUrl` query string para - result: `generated-pubkey` #### Account creation -This method creates a new key inside the backend. All params are optional. Username+domain can be specified so a NIP-05 record is created to point to this key. Email is an optional parameter that allows the backend to check if this user has already created an account in this backend. The `create_account` method should be sent to the pubkey of the bunker, which should match the root NIP-05 entry (`_domain`). +This method creates a new key inside the backend. All params are optional. Username+domain can be specified so a NIP-05 record is created to point to this key. Email is an optional parameter that allows the backend to check if this user has already created an account in this backend. The `create_account` method should be sent to the pubkey of the bunker, which should match the root NIP-05 entry (`_@domain`).