Skip to content

Commit

Permalink
[core] Remove noise in template
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Oct 29, 2024
1 parent 2df4cec commit b19f42a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ export default function SignInCard() {
fullWidth
variant="outlined"
color={emailError ? 'error' : 'primary'}
sx={{ ariaLabel: 'email' }}
/>
</FormControl>
<FormControl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ export default function SignInCard() {
fullWidth
variant="outlined"
color={emailError ? 'error' : 'primary'}
sx={{ ariaLabel: 'email' }}
/>
</FormControl>
<FormControl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ export default function SignIn(props) {
fullWidth
variant="outlined"
color={emailError ? 'error' : 'primary'}
sx={{ ariaLabel: 'email' }}
/>
</FormControl>
<FormControl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ export default function SignIn(props: { disableCustomTheme?: boolean }) {
fullWidth
variant="outlined"
color={emailError ? 'error' : 'primary'}
sx={{ ariaLabel: 'email' }}
/>
</FormControl>
<FormControl>
Expand Down

0 comments on commit b19f42a

Please sign in to comment.