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

Commit

Permalink
Fix: Removed Signin with username text
Browse files Browse the repository at this point in the history
Signed-off-by: jay-dee7 <[email protected]>
  • Loading branch information
jay-dee7 committed Nov 22, 2021
1 parent 318f122 commit 2e6fc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit 2e6fc56

Please sign in to comment.