diff --git a/src/components/GlobalAuthPrompt.tsx b/src/components/GlobalAuthPrompt.tsx index 73fcbd1..8edcadc 100644 --- a/src/components/GlobalAuthPrompt.tsx +++ b/src/components/GlobalAuthPrompt.tsx @@ -127,8 +127,7 @@ export function GlobalAuthPrompt() { const relayState = relays[relayUrl]; if (relayState && relayState.authStatus === "authenticated") { toast.success(`Authenticated with ${relayUrl}`, { - duration: 1000, - closeButton: true, + duration: 2500, }); setAuthenticatingRelays((prev) => { const next = new Set(prev);