mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-16 05:47:09 +08:00
chore(core): disallow closing auth modal for clicking outside and escape (#10156)
This commit is contained in:
@@ -22,6 +22,7 @@ export const SignInDialog = ({
|
||||
return (
|
||||
<Modal
|
||||
open
|
||||
persistent
|
||||
onOpenChange={() => close()}
|
||||
width={400}
|
||||
height={550}
|
||||
|
||||
Reference in New Issue
Block a user