ux: tone down notification duration

This commit is contained in:
Alejandro Gómez
2025-12-13 16:08:46 +01:00
parent c5fc7503cc
commit 9a353b6494

View File

@@ -127,7 +127,8 @@ export function GlobalAuthPrompt() {
const relayState = relays[relayUrl];
if (relayState && relayState.authStatus === "authenticated") {
toast.success(`Authenticated with ${relayUrl}`, {
duration: 3000,
duration: 1000,
closeButton: true,
});
setAuthenticatingRelays((prev) => {
const next = new Set(prev);