fix: keep node key out of profile signer picker
Demo images / Build & push demo images (push) Successful in 3m26s

This commit is contained in:
archipelago
2026-09-12 10:06:41 -04:00
parent caaa2e729e
commit a03f340bd1
2 changed files with 19 additions and 6 deletions
@@ -55,6 +55,10 @@ impl RpcHandler {
"did": id.did,
"created_at": id.created_at,
"is_default": is_default,
// The node's operational Nostr key is intentionally
// distinguishable from user profile identities. Clients
// must never offer it in app sign-in pickers.
"is_node": is_node,
"nostr_pubkey": nostr_pubkey,
"nostr_npub": nostr_npub,
"profile": id.profile,