ux: tweak duration

This commit is contained in:
Alejandro Gómez
2025-12-13 16:11:39 +01:00
parent 9a353b6494
commit e048e212f1

View File

@@ -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);