From e8c94177ca9cc7022f3d02927336938e8a82a8ad Mon Sep 17 00:00:00 2001 From: Priyanshubhartistm Date: Fri, 10 Apr 2026 19:04:34 +0000 Subject: [PATCH] Support Aegis URL scheme for NIP-46 login (#161) Co-authored-by: Priyanshubhartistm Co-committed-by: Priyanshubhartistm --- src/app/components/LogInBunker.svelte | 10 ++++++++ src/app/util/nip46.ts | 34 ++++++++++++++++++++++++++- src/routes/+layout.svelte | 15 ++++++++++++ 3 files changed, 58 insertions(+), 1 deletion(-) diff --git a/src/app/components/LogInBunker.svelte b/src/app/components/LogInBunker.svelte index d72d48074..c5fc17dea 100644 --- a/src/app/components/LogInBunker.svelte +++ b/src/app/components/LogInBunker.svelte @@ -1,4 +1,5 @@