Fixed login page and workflow

This commit is contained in:
2025-02-20 15:46:37 +01:00
parent 90ccb8a00c
commit 4f3814bd7e
8 changed files with 36 additions and 15 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
<label for="password">Mot de passe :</label>
<input type="password" id="password" name="password"/>
<br/>
<input id="connect" type="submit">Se connecter</input>
<input id="connect" type="submit" value="Se connecter"/>
</form>
</main>
</body>