cancel approval flow on frontend when request is abandoned by client

This commit is contained in:
2024-01-21 13:46:39 -08:00
parent 7fdb336c79
commit 1df849442e
14 changed files with 104 additions and 29 deletions

View File

@ -30,7 +30,6 @@
&& alt === event.altKey
&& shift === event.shiftKey
) {
console.log({hotkey, ctrl, alt, shift});
click();
}
}