diff --git a/src/components/Forms/EmailLoginForm/OtherOptions.tsx b/src/components/Forms/EmailLoginForm/OtherOptions.tsx index db90553cb4..61f3dd1b28 100644 --- a/src/components/Forms/EmailLoginForm/OtherOptions.tsx +++ b/src/components/Forms/EmailLoginForm/OtherOptions.tsx @@ -6,15 +6,17 @@ import styles from './styles.module.css' export const SendLoginCodeButton = ({ sendLoginCode, + disabled, }: { sendLoginCode: () => void + disabled?: boolean }) => (
-