mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-08 22:47:02 +02:00
ux: tweak duration
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user