Skip to content
Snippets Groups Projects

fix: email to login

Merged GOEPP THOMAS requested to merge feature/74-email-to-login into develop
Compare and
1 file
+ 1
1
Preferences
Compare changes
@@ -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)