aboutsummaryrefslogtreecommitdiff
path: root/src/pages/AuthPage/SignInForm.tsx
diff options
context:
space:
mode:
authorilyayudovin <ilyayudovin123@gmail.com>2020-06-15 18:41:33 +0300
committerilyayudovin <ilyayudovin123@gmail.com>2020-06-15 18:41:33 +0300
commit8b57cdd86145d6e17c651b3646133641e65270e2 (patch)
tree7a646ef2a3a25a38e0bd16b7ec9c490abcc13925 /src/pages/AuthPage/SignInForm.tsx
parentfa2e3a5c0e8fabaa22587d04a55300d9b94157fe (diff)
downloadwhich-ui-8b57cdd86145d6e17c651b3646133641e65270e2.tar.gz
fix: resolve conflicts
Diffstat (limited to 'src/pages/AuthPage/SignInForm.tsx')
-rw-r--r--src/pages/AuthPage/SignInForm.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pages/AuthPage/SignInForm.tsx b/src/pages/AuthPage/SignInForm.tsx
index 1d4ce0e..e2ae8b7 100644
--- a/src/pages/AuthPage/SignInForm.tsx
+++ b/src/pages/AuthPage/SignInForm.tsx
@@ -38,7 +38,6 @@ const SignInForm: React.FC<PropTypes> = ({ logIn }) => {
return (
<form className={classes.root} noValidate autoComplete="off">
- <h1>Sign In</h1>
<TextField
inputRef={nameRef}
error={error}