chore(core): disallow closing auth modal for clicking outside and escape (#10156)

This commit is contained in:
CatsJuice
2025-02-16 08:14:12 +00:00
parent 8ece812017
commit b5ba17c464

View File

@@ -22,6 +22,7 @@ export const SignInDialog = ({
return (
<Modal
open
persistent
onOpenChange={() => close()}
width={400}
height={550}