Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #23 from containerish/remove-login-with-email-text
Browse files Browse the repository at this point in the history
Fix: Removed Signin with username text
  • Loading branch information
guacamole authored Nov 22, 2021
2 parents 8bbd0a8 + 4376853 commit b903445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/signin.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const SignIn = ({ handleSignUp, handleModalClose, }) => {
</Form.Item>
<Form.Item
style={{ fontWeight: "bold" }}
label={"Email/Username"}
label={"Email"}
name={"email"}
rules={[
{
Expand All @@ -97,7 +97,7 @@ const SignIn = ({ handleSignUp, handleModalClose, }) => {
type="email"
value={email}
onChange={(e) => handleEmail(e.target.value)}
placeholder="email/username"
placeholder="email"
/>
</Form.Item>
<Form.Item
Expand Down

0 comments on commit b903445

Please sign in to comment.