mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-10 07:27:23 +02:00
Previously, the auth dialog would appear whenever a relay sent an AUTH challenge, even when there was no active user session. This was confusing for users who weren't logged in. Now the shouldPromptAuth() method checks if there's an active account before returning true, ensuring auth dialogs only appear for logged-in users. Co-authored-by: Claude <noreply@anthropic.com>