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

:twisted_rightwards_arrows: merge V4.3

Merge branch 'develop' into 'main'
parents 2865cf84 8f221e34
Branches main
1 merge request!80V4.3
Pipeline #326458 passed with stages
in 1 minute and 1 second
......@@ -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