Skip to content

Commit 3935157

Browse files
author
ci-bot
committed
login modal
1 parent 3b71417 commit 3935157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/login/src/lib/modals/login-modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const LoginModal: React.FC<LoginModalProps> = ({ onClose }) => {
7878
label: 'Email',
7979
icon: <i className="fas fa-envelope"></i>,
8080
description: 'Sign in with your email address',
81-
enabled: true
81+
enabled: false
8282
},
8383
{
8484
id: 'apple',

0 commit comments

Comments
 (0)