Skip to content

Commit

Permalink
email button disabled like others (#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut authored Jun 15, 2021
1 parent 654879b commit 73eb67c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ const InitialScreen = ({ className }: IInitialScreen) => {
setLoginMode("email")
}}
variant="secondary"
disabled={maintenanceMode || isConnecting || status !== "initialized"}
>
<MailIcon className="icon"/>
<Trans>Continue with Email</Trans>
Expand Down

0 comments on commit 73eb67c

Please sign in to comment.