Skip to content

Commit

Permalink
[Task] #43, add label to form
Browse files Browse the repository at this point in the history
  • Loading branch information
Type-Style committed Mar 21, 2024
1 parent 45c3a89 commit 8a6059b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion views/login-form.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
Password:
<input name="password" type="password" class="login__input" placeholder="Password">
</label>
<button type="submit">Submit</button>
<label>
Submit:
<button type="submit">Submit</button>
</label>
<textarea name="text"></textarea>
<input type="hidden" name="token" value="<%= locals.token %>">
<p>Token: <%= locals.token %></p>
Expand Down

0 comments on commit 8a6059b

Please sign in to comment.