We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b71417 commit 3935157Copy full SHA for 3935157
libs/remix-ui/login/src/lib/modals/login-modal.tsx
@@ -78,7 +78,7 @@ export const LoginModal: React.FC<LoginModalProps> = ({ onClose }) => {
78
label: 'Email',
79
icon: <i className="fas fa-envelope"></i>,
80
description: 'Sign in with your email address',
81
- enabled: true
+ enabled: false
82
},
83
{
84
id: 'apple',
0 commit comments