From 5868d4f67aac4fe71badd83c0ac6333d4bc4e9ac Mon Sep 17 00:00:00 2001 From: Pablo Fernandez Date: Mon, 8 Jan 2024 22:11:08 +0000 Subject: [PATCH] Update 46.md Co-authored-by: fiatjaf_ --- 46.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/46.md b/46.md index 53be0019..05719cb5 100644 --- a/46.md +++ b/46.md @@ -71,7 +71,7 @@ The signer key will always be the key of the user who controls the signer device ### Auth URL response A signer can reply with a `result: "auth_url", error: ""`. This response can provide an easier way for the user to authorize this client to perform an action. Clients can redirect/popup this URL so the user can take an action directly on the signer backend. -When redirecting, the client can choose to add a `callbackUrl` query string parameter to tell the signer when to send the user after an action has been performed. +When redirecting, the client can choose to add a `callbackUrl` query string parameter to tell the signer where to send the user after an action has been performed. #### Example flow: