Skip to content
Snippets Groups Projects
Commit 8f221e34 authored by GOEPP THOMAS's avatar GOEPP THOMAS
Browse files

:twisted_rightwards_arrows: merge fix: email to login

Merge branch 'feature/74-email-to-login' into 'develop'
parents 7245a398 6accba81
Branches develop
2 merge requests!80V4.3,!79fix: email to login
Pipeline #326457 passed with stages
in 1 minute and 4 seconds
......@@ -41,7 +41,7 @@ export default function Login({loginFunction}: loginProps) {
<form className="login-form" onSubmit={submit}>
<div className="login-form-group">
<input
placeholder="EMAIL"
placeholder="LOGIN"
value={email}
onChange={(e) => {
setEmail(e.target.value)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment