Update
This commit is contained in:
@@ -18,7 +18,8 @@ const AuthDialog = ({}) => {
|
||||
// Listen for text element selection (but don't auto-open sidebar)
|
||||
useEffect(() => {
|
||||
const handleOpenAuth = () => {
|
||||
setIsOpen(true);
|
||||
// Disabled for MVP - don't auto-open auth dialog
|
||||
// setIsOpen(true);
|
||||
};
|
||||
|
||||
const handleOpenLogin = () => {
|
||||
|
||||
Reference in New Issue
Block a user