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